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=6511
{
"features": [
{
"properties": {
"pk": "441326"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-4499998.36812386,
1876389.24973297
],
[
-4416664.99593633,
2020726.88432782
],
[
-4249998.25156128,
2020726.88432782
],
[
-4166664.87937375,
1876389.24973297
],
[
-4249998.25156128,
1732051.61513813
],
[
-4416664.99593633,
1732051.61513813
],
[
-4499998.36812386,
1876389.24973297
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442039"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1249996.8528103,
1443376.34594844
],
[
-1166663.48062277,
1587713.98054329
],
[
-999996.736247716,
1587713.98054329
],
[
-916663.364060189,
1443376.34594844
],
[
-999996.736247716,
1299038.7113536
],
[
-1166663.48062277,
1299038.7113536
],
[
-1249996.8528103,
1443376.34594844
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442093"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-999996.736247716,
1010363.44216391
],
[
-916663.364060189,
1154701.07675875
],
[
-749996.619685135,
1154701.07675875
],
[
-666663.247497608,
1010363.44216391
],
[
-749996.619685135,
866025.807569066
],
[
-916663.364060189,
866025.807569066
],
[
-999996.736247716,
1010363.44216391
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}