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/?type=occurrence&taxon=3255269
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "features": [
        {
            "properties": {
                "pk": "441326"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                -4499998.36812386,
                                1876389.24973297
                            ],
                            [
                                -4416664.99593633,
                                2020726.88432782
                            ],
                            [
                                -4249998.25156128,
                                2020726.88432782
                            ],
                            [
                                -4166664.87937375,
                                1876389.24973297
                            ],
                            [
                                -4249998.25156128,
                                1732051.61513813
                            ],
                            [
                                -4416664.99593633,
                                1732051.61513813
                            ],
                            [
                                -4499998.36812386,
                                1876389.24973297
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "442000"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                -1499996.96937288,
                                5917843.01838861
                            ],
                            [
                                -1416663.59718535,
                                6062180.65298346
                            ],
                            [
                                -1249996.8528103,
                                6062180.65298346
                            ],
                            [
                                -1166663.48062277,
                                5917843.01838861
                            ],
                            [
                                -1249996.8528103,
                                5773505.38379377
                            ],
                            [
                                -1416663.59718535,
                                5773505.38379377
                            ],
                            [
                                -1499996.96937288,
                                5917843.01838861
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "442806"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                2250004.77906584,
                                577350.538379378
                            ],
                            [
                                2333338.15125337,
                                721688.172974221
                            ],
                            [
                                2500004.89562843,
                                721688.172974221
                            ],
                            [
                                2583338.26781595,
                                577350.538379378
                            ],
                            [
                                2500004.89562843,
                                433012.903784533
                            ],
                            [
                                2333338.15125337,
                                433012.903784533
                            ],
                            [
                                2250004.77906584,
                                577350.538379378
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        }
    ],
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:3031"
        }
    },
    "type": "FeatureCollection"
}