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=9703531
{
"features": [
{
"properties": {
"pk": "441710"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2749997.55218579,
1732051.61513813
],
[
-2666664.17999826,
1876389.24973297
],
[
-2499997.43562321,
1876389.24973297
],
[
-2416664.06343568,
1732051.61513813
],
[
-2499997.43562321,
1587713.98054329
],
[
-2666664.17999826,
1587713.98054329
],
[
-2749997.55218579,
1732051.61513813
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441764"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2499997.43562321,
1299038.7113536
],
[
-2416664.06343568,
1443376.34594844
],
[
-2249997.31906062,
1443376.34594844
],
[
-2166663.9468731,
1299038.7113536
],
[
-2249997.31906062,
1154701.07675875
],
[
-2416664.06343568,
1154701.07675875
],
[
-2499997.43562321,
1299038.7113536
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441767"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2499997.43562321,
2165064.51892266
],
[
-2416664.06343568,
2309402.15351751
],
[
-2249997.31906062,
2309402.15351751
],
[
-2166663.9468731,
2165064.51892266
],
[
-2249997.31906062,
2020726.88432782
],
[
-2416664.06343568,
2020726.88432782
],
[
-2499997.43562321,
2165064.51892266
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441768"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2499997.43562321,
2453739.78811235
],
[
-2416664.06343568,
2598077.4227072
],
[
-2249997.31906062,
2598077.4227072
],
[
-2166663.9468731,
2453739.78811235
],
[
-2249997.31906062,
2309402.15351751
],
[
-2416664.06343568,
2309402.15351751
],
[
-2499997.43562321,
2453739.78811235
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442297"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3.73000261001289,
-3608440.86487111
],
[
83337.1021901372,
-3464103.23027626
],
[
250003.846565192,
-3464103.23027626
],
[
333337.218752719,
-3608440.86487111
],
[
250003.846565192,
-3752778.49946595
],
[
83337.1021901372,
-3752778.49946595
],
[
3.73000261001289,
-3608440.86487111
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442360"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-1154701.07675875
],
[
333337.218752719,
-1010363.44216391
],
[
500003.963127773,
-1010363.44216391
],
[
583337.3353153,
-1154701.07675875
],
[
500003.963127773,
-1299038.7113536
],
[
333337.218752719,
-1299038.7113536
],
[
250003.846565192,
-1154701.07675875
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}