Process queries for HexGrid objects.
:param request: HTTP GET request
:return: JSON format of HexGrid (only pk and count) or GeoJSON of the geom of HexGrid.

GET /api/occurrence/grid/?taxon=8204677
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "features": [
        {
            "properties": {
                "pk": "442577"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                1250004.31281552,
                                -2020726.88432782
                            ],
                            [
                                1333337.68500304,
                                -1876389.24973297
                            ],
                            [
                                1500004.4293781,
                                -1876389.24973297
                            ],
                            [
                                1583337.80156563,
                                -2020726.88432782
                            ],
                            [
                                1500004.4293781,
                                -2165064.51892266
                            ],
                            [
                                1333337.68500304,
                                -2165064.51892266
                            ],
                            [
                                1250004.31281552,
                                -2020726.88432782
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "442632"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                1500004.4293781,
                                -2165064.51892266
                            ],
                            [
                                1583337.80156563,
                                -2020726.88432782
                            ],
                            [
                                1750004.54594068,
                                -2020726.88432782
                            ],
                            [
                                1833337.91812821,
                                -2165064.51892266
                            ],
                            [
                                1750004.54594068,
                                -2309402.15351751
                            ],
                            [
                                1583337.80156563,
                                -2309402.15351751
                            ],
                            [
                                1500004.4293781,
                                -2165064.51892266
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "442633"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                1500004.4293781,
                                -1876389.24973297
                            ],
                            [
                                1583337.80156563,
                                -1732051.61513813
                            ],
                            [
                                1750004.54594068,
                                -1732051.61513813
                            ],
                            [
                                1833337.91812821,
                                -1876389.24973297
                            ],
                            [
                                1750004.54594068,
                                -2020726.88432782
                            ],
                            [
                                1583337.80156563,
                                -2020726.88432782
                            ],
                            [
                                1500004.4293781,
                                -1876389.24973297
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        }
    ],
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:3031"
        }
    },
    "type": "FeatureCollection"
}