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=2345937
{
"features": [
{
"properties": {
"pk": "442346"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-5196154.84541439
],
[
333337.218752719,
-5051817.21081955
],
[
500003.963127773,
-5051817.21081955
],
[
583337.3353153,
-5196154.84541439
],
[
500003.963127773,
-5340492.48000924
],
[
333337.218752719,
-5340492.48000924
],
[
250003.846565192,
-5196154.84541439
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442401"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
500003.963127773,
-5340492.48000924
],
[
583337.3353153,
-5196154.84541439
],
[
750004.079690354,
-5196154.84541439
],
[
833337.451877881,
-5340492.48000924
],
[
750004.079690354,
-5484830.11460408
],
[
583337.3353153,
-5484830.11460408
],
[
500003.963127773,
-5340492.48000924
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}