Occurrence Grid
Process queries for HexGrid objects. Will be deprecated in future version :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=8138423
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441160"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-5249998.7178116,
1732051.61513813
],
[
-5166665.34562408,
1876389.24973297
],
[
-4999998.60124902,
1876389.24973297
],
[
-4916665.22906149,
1732051.61513813
],
[
-4999998.60124902,
1587713.98054329
],
[
-5166665.34562408,
1587713.98054329
],
[
-5249998.7178116,
1732051.61513813
]
]
]
]
}
}
]
}