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=7822557
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441654"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2999997.66874837,
1299038.7113536
],
[
-2916664.29656084,
1443376.34594844
],
[
-2749997.55218579,
1443376.34594844
],
[
-2666664.17999826,
1299038.7113536
],
[
-2749997.55218579,
1154701.07675875
],
[
-2916664.29656084,
1154701.07675875
],
[
-2999997.66874837,
1299038.7113536
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441655"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2999997.66874837,
1587713.98054329
],
[
-2916664.29656084,
1732051.61513813
],
[
-2749997.55218579,
1732051.61513813
],
[
-2666664.17999826,
1587713.98054329
],
[
-2749997.55218579,
1443376.34594844
],
[
-2916664.29656084,
1443376.34594844
],
[
-2999997.66874837,
1587713.98054329
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441656"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2999997.66874837,
1876389.24973297
],
[
-2916664.29656084,
2020726.88432782
],
[
-2749997.55218579,
2020726.88432782
],
[
-2666664.17999826,
1876389.24973297
],
[
-2749997.55218579,
1732051.61513813
],
[
-2916664.29656084,
1732051.61513813
],
[
-2999997.66874837,
1876389.24973297
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441713"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2749997.55218579,
2598077.4227072
],
[
-2666664.17999826,
2742415.05730204
],
[
-2499997.43562321,
2742415.05730204
],
[
-2416664.06343568,
2598077.4227072
],
[
-2499997.43562321,
2453739.78811235
],
[
-2666664.17999826,
2453739.78811235
],
[
-2749997.55218579,
2598077.4227072
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441813"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2249997.31906062,
-288675.269189688
],
[
-2166663.9468731,
-144337.634594844
],
[
-1999997.20249804,
-144337.634594844
],
[
-1916663.83031052,
-288675.269189688
],
[
-1999997.20249804,
-433012.903784532
],
[
-2166663.9468731,
-433012.903784532
],
[
-2249997.31906062,
-288675.269189688
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441825"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2249997.31906062,
3175427.96108657
],
[
-2166663.9468731,
3319765.59568142
],
[
-1999997.20249804,
3319765.59568142
],
[
-1916663.83031052,
3175427.96108657
],
[
-1999997.20249804,
3031090.32649173
],
[
-2166663.9468731,
3031090.32649173
],
[
-2249997.31906062,
3175427.96108657
]
]
]
]
}
}
]
}