Occurrence Grid
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=2513349
{
"features": [
{
"properties": {
"pk": "441216"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-4999998.60124902,
1876389.24973297
],
[
-4916665.22906149,
2020726.88432782
],
[
-4749998.48468644,
2020726.88432782
],
[
-4666665.11249891,
1876389.24973297
],
[
-4749998.48468644,
1732051.61513813
],
[
-4916665.22906149,
1732051.61513813
],
[
-4999998.60124902,
1876389.24973297
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}