Occurrence Grid
Process queries for HexGrid objects. Will be deprecated in future version :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/?taxon=5470256
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441323"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-4499998.36812386,
1010363.44216391
],
[
-4416664.99593633,
1154701.07675875
],
[
-4249998.25156128,
1154701.07675875
],
[
-4166664.87937375,
1010363.44216391
],
[
-4249998.25156128,
866025.807569066
],
[
-4416664.99593633,
866025.807569066
],
[
-4499998.36812386,
1010363.44216391
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441378"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-4249998.25156128,
1154701.07675875
],
[
-4166664.87937375,
1299038.7113536
],
[
-3999998.13499869,
1299038.7113536
],
[
-3916664.76281117,
1154701.07675875
],
[
-3999998.13499869,
1010363.44216391
],
[
-4166664.87937375,
1010363.44216391
],
[
-4249998.25156128,
1154701.07675875
]
]
]
]
}
}
]
}