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=9243286
{
"features": [
{
"properties": {
"pk": "441868"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1999997.20249804,
-433012.903784532
],
[
-1916663.83031052,
-288675.269189688
],
[
-1749997.08593546,
-288675.269189688
],
[
-1666663.71374793,
-433012.903784532
],
[
-1749997.08593546,
-577350.538379377
],
[
-1916663.83031052,
-577350.538379377
],
[
-1999997.20249804,
-433012.903784532
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}