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/?type=occurrence&taxon=10792796
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441709"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2749997.55218579,
1443376.34594844
],
[
-2666664.17999826,
1587713.98054329
],
[
-2499997.43562321,
1587713.98054329
],
[
-2416664.06343568,
1443376.34594844
],
[
-2499997.43562321,
1299038.7113536
],
[
-2666664.17999826,
1299038.7113536
],
[
-2749997.55218579,
1443376.34594844
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441765"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2499997.43562321,
1587713.98054329
],
[
-2416664.06343568,
1732051.61513813
],
[
-2249997.31906062,
1732051.61513813
],
[
-2166663.9468731,
1587713.98054329
],
[
-2249997.31906062,
1443376.34594844
],
[
-2416664.06343568,
1443376.34594844
],
[
-2499997.43562321,
1587713.98054329
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442357"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
250003.846565192,
-2020726.88432782
],
[
333337.218752719,
-1876389.24973297
],
[
500003.963127773,
-1876389.24973297
],
[
583337.3353153,
-2020726.88432782
],
[
500003.963127773,
-2165064.51892266
],
[
333337.218752719,
-2165064.51892266
],
[
250003.846565192,
-2020726.88432782
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442753"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
2000004.66250326,
1010363.44216391
],
[
2083338.03469079,
1154701.07675875
],
[
2250004.77906584,
1154701.07675875
],
[
2333338.15125337,
1010363.44216391
],
[
2250004.77906584,
866025.807569066
],
[
2083338.03469079,
866025.807569066
],
[
2000004.66250326,
1010363.44216391
]
]
]
]
}
}
]
}