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/?taxon=843
{
"features": [
{
"properties": {
"pk": "441709"
},
"type": "Feature",
"geometry": {
"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": "MultiPolygon"
}
},
{
"properties": {
"pk": "441881"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1999997.20249804,
3319765.59568142
],
[
-1916663.83031052,
3464103.23027626
],
[
-1749997.08593546,
3464103.23027626
],
[
-1666663.71374793,
3319765.59568142
],
[
-1749997.08593546,
3175427.96108657
],
[
-1916663.83031052,
3175427.96108657
],
[
-1999997.20249804,
3319765.59568142
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441934"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1749997.08593546,
2886752.69189689
],
[
-1666663.71374793,
3031090.32649173
],
[
-1499996.96937288,
3031090.32649173
],
[
-1416663.59718535,
2886752.69189689
],
[
-1499996.96937288,
2742415.05730204
],
[
-1666663.71374793,
2742415.05730204
],
[
-1749997.08593546,
2886752.69189689
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}