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=2254184
{
"features": [
{
"properties": {
"pk": "442205"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
1587713.98054329
],
[
-416663.130935026,
1732051.61513813
],
[
-249996.386559972,
1732051.61513813
],
[
-166663.014372444,
1587713.98054329
],
[
-249996.386559972,
1443376.34594844
],
[
-416663.130935026,
1443376.34594844
],
[
-499996.503122553,
1587713.98054329
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442206"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
1876389.24973297
],
[
-416663.130935026,
2020726.88432782
],
[
-249996.386559972,
2020726.88432782
],
[
-166663.014372444,
1876389.24973297
],
[
-249996.386559972,
1732051.61513813
],
[
-416663.130935026,
1732051.61513813
],
[
-499996.503122553,
1876389.24973297
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442207"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
2165064.51892266
],
[
-416663.130935026,
2309402.15351751
],
[
-249996.386559972,
2309402.15351751
],
[
-166663.014372444,
2165064.51892266
],
[
-249996.386559972,
2020726.88432782
],
[
-416663.130935026,
2020726.88432782
],
[
-499996.503122553,
2165064.51892266
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442700"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1750004.54594068,
1732051.61513813
],
[
1833337.91812821,
1876389.24973297
],
[
2000004.66250326,
1876389.24973297
],
[
2083338.03469079,
1732051.61513813
],
[
2000004.66250326,
1587713.98054329
],
[
1833337.91812821,
1587713.98054329
],
[
1750004.54594068,
1732051.61513813
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}