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=3199521
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441490"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-3749998.01843611,
1732051.61513813
],
[
-3666664.64624859,
1876389.24973297
],
[
-3499997.90187353,
1876389.24973297
],
[
-3416664.529686,
1732051.61513813
],
[
-3499997.90187353,
1587713.98054329
],
[
-3666664.64624859,
1587713.98054329
],
[
-3749998.01843611,
1732051.61513813
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442000"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-1499996.96937288,
5917843.01838861
],
[
-1416663.59718535,
6062180.65298346
],
[
-1249996.8528103,
6062180.65298346
],
[
-1166663.48062277,
5917843.01838861
],
[
-1249996.8528103,
5773505.38379377
],
[
-1416663.59718535,
5773505.38379377
],
[
-1499996.96937288,
5917843.01838861
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442571"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
1250004.31281552,
-3752778.49946595
],
[
1333337.68500304,
-3608440.86487111
],
[
1500004.4293781,
-3608440.86487111
],
[
1583337.80156563,
-3752778.49946595
],
[
1500004.4293781,
-3897116.13406079
],
[
1333337.68500304,
-3897116.13406079
],
[
1250004.31281552,
-3752778.49946595
]
]
]
]
}
}
]
}