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=5185150
{
"features": [
{
"properties": {
"pk": "441273"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-4749998.48468644,
2598077.4227072
],
[
-4666665.11249891,
2742415.05730204
],
[
-4499998.36812386,
2742415.05730204
],
[
-4416664.99593633,
2598077.4227072
],
[
-4499998.36812386,
2453739.78811235
],
[
-4666665.11249891,
2453739.78811235
],
[
-4749998.48468644,
2598077.4227072
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441381"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-4249998.25156128,
2020726.88432782
],
[
-4166664.87937375,
2165064.51892266
],
[
-3999998.13499869,
2165064.51892266
],
[
-3916664.76281117,
2020726.88432782
],
[
-3999998.13499869,
1876389.24973297
],
[
-4166664.87937375,
1876389.24973297
],
[
-4249998.25156128,
2020726.88432782
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441822"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2249997.31906062,
2309402.15351751
],
[
-2166663.9468731,
2453739.78811235
],
[
-1999997.20249804,
2453739.78811235
],
[
-1916663.83031052,
2309402.15351751
],
[
-1999997.20249804,
2165064.51892266
],
[
-2166663.9468731,
2165064.51892266
],
[
-2249997.31906062,
2309402.15351751
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}