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=3431348
{
"features": [
{
"properties": {
"pk": "442358"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-1732051.61513813
],
[
333337.218752719,
-1587713.98054329
],
[
500003.963127773,
-1587713.98054329
],
[
583337.3353153,
-1732051.61513813
],
[
500003.963127773,
-1876389.24973297
],
[
333337.218752719,
-1876389.24973297
],
[
250003.846565192,
-1732051.61513813
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442359"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-1443376.34594844
],
[
333337.218752719,
-1299038.7113536
],
[
500003.963127773,
-1299038.7113536
],
[
583337.3353153,
-1443376.34594844
],
[
500003.963127773,
-1587713.98054329
],
[
333337.218752719,
-1587713.98054329
],
[
250003.846565192,
-1443376.34594844
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442751"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2000004.66250326,
433012.903784533
],
[
2083338.03469079,
577350.538379378
],
[
2250004.77906584,
577350.538379378
],
[
2333338.15125337,
433012.903784533
],
[
2250004.77906584,
288675.269189689
],
[
2083338.03469079,
288675.269189689
],
[
2000004.66250326,
433012.903784533
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442753"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2000004.66250326,
1010363.44216391
],
[
2083338.03469079,
1154701.07675875
],
[
2250004.77906584,
1154701.07675875
],
[
2333338.15125337,
1010363.44216391
],
[
2250004.77906584,
866025.807569066
],
[
2083338.03469079,
866025.807569066
],
[
2000004.66250326,
1010363.44216391
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442754"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2000004.66250326,
1299038.7113536
],
[
2083338.03469079,
1443376.34594844
],
[
2250004.77906584,
1443376.34594844
],
[
2333338.15125337,
1299038.7113536
],
[
2250004.77906584,
1154701.07675875
],
[
2083338.03469079,
1154701.07675875
],
[
2000004.66250326,
1299038.7113536
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442801"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2250004.77906584,
-866025.807569065
],
[
2333338.15125337,
-721688.17297422
],
[
2500004.89562843,
-721688.17297422
],
[
2583338.26781595,
-866025.807569065
],
[
2500004.89562843,
-1010363.44216391
],
[
2333338.15125337,
-1010363.44216391
],
[
2250004.77906584,
-866025.807569065
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}