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=9559185
{
"features": [
{
"properties": {
"pk": "441872"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1999997.20249804,
721688.172974221
],
[
-1916663.83031052,
866025.807569066
],
[
-1749997.08593546,
866025.807569066
],
[
-1666663.71374793,
721688.172974221
],
[
-1749997.08593546,
577350.538379378
],
[
-1916663.83031052,
577350.538379378
],
[
-1999997.20249804,
721688.172974221
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}