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=3138531
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "features": [
        {
            "properties": {
                "pk": "441106"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                -5499998.83437418,
                                1876389.24973297
                            ],
                            [
                                -5416665.46218666,
                                2020726.88432782
                            ],
                            [
                                -5249998.7178116,
                                2020726.88432782
                            ],
                            [
                                -5166665.34562408,
                                1876389.24973297
                            ],
                            [
                                -5249998.7178116,
                                1732051.61513813
                            ],
                            [
                                -5416665.46218666,
                                1732051.61513813
                            ],
                            [
                                -5499998.83437418,
                                1876389.24973297
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "441324"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                -4499998.36812386,
                                1299038.7113536
                            ],
                            [
                                -4416664.99593633,
                                1443376.34594844
                            ],
                            [
                                -4249998.25156128,
                                1443376.34594844
                            ],
                            [
                                -4166664.87937375,
                                1299038.7113536
                            ],
                            [
                                -4249998.25156128,
                                1154701.07675875
                            ],
                            [
                                -4416664.99593633,
                                1154701.07675875
                            ],
                            [
                                -4499998.36812386,
                                1299038.7113536
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        }
    ],
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:3031"
        }
    },
    "type": "FeatureCollection"
}