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

{
    "features": [
        {
            "properties": {
                "pk": "442093"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                -999996.736247716,
                                1010363.44216391
                            ],
                            [
                                -916663.364060189,
                                1154701.07675875
                            ],
                            [
                                -749996.619685135,
                                1154701.07675875
                            ],
                            [
                                -666663.247497608,
                                1010363.44216391
                            ],
                            [
                                -749996.619685135,
                                866025.807569066
                            ],
                            [
                                -916663.364060189,
                                866025.807569066
                            ],
                            [
                                -999996.736247716,
                                1010363.44216391
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "442305"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                3.73000261001289,
                                -1299038.7113536
                            ],
                            [
                                83337.1021901372,
                                -1154701.07675875
                            ],
                            [
                                250003.846565192,
                                -1154701.07675875
                            ],
                            [
                                333337.218752719,
                                -1299038.7113536
                            ],
                            [
                                250003.846565192,
                                -1443376.34594844
                            ],
                            [
                                83337.1021901372,
                                -1443376.34594844
                            ],
                            [
                                3.73000261001289,
                                -1299038.7113536
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        },
        {
            "properties": {
                "pk": "442359"
            },
            "type": "Feature",
            "geometry": {
                "coordinates": [
                    [
                        [
                            [
                                250003.846565192,
                                -1443376.34594844
                            ],
                            [
                                333337.218752719,
                                -1299038.7113536
                            ],
                            [
                                500003.963127773,
                                -1299038.7113536
                            ],
                            [
                                583337.3353153,
                                -1443376.34594844
                            ],
                            [
                                500003.963127773,
                                -1587713.98054329
                            ],
                            [
                                333337.218752719,
                                -1587713.98054329
                            ],
                            [
                                250003.846565192,
                                -1443376.34594844
                            ]
                        ]
                    ]
                ],
                "type": "MultiPolygon"
            }
        }
    ],
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:3031"
        }
    },
    "type": "FeatureCollection"
}