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=4716
{
"features": [
{
"properties": {
"pk": "442194"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
-1587713.98054329
],
[
-416663.130935026,
-1443376.34594844
],
[
-249996.386559972,
-1443376.34594844
],
[
-166663.014372444,
-1587713.98054329
],
[
-249996.386559972,
-1732051.61513813
],
[
-416663.130935026,
-1732051.61513813
],
[
-499996.503122553,
-1587713.98054329
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442213"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
3897116.13406079
],
[
-416663.130935026,
4041453.76865564
],
[
-249996.386559972,
4041453.76865564
],
[
-166663.014372444,
3897116.13406079
],
[
-249996.386559972,
3752778.49946595
],
[
-416663.130935026,
3752778.49946595
],
[
-499996.503122553,
3897116.13406079
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442360"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-1154701.07675875
],
[
333337.218752719,
-1010363.44216391
],
[
500003.963127773,
-1010363.44216391
],
[
583337.3353153,
-1154701.07675875
],
[
500003.963127773,
-1299038.7113536
],
[
333337.218752719,
-1299038.7113536
],
[
250003.846565192,
-1154701.07675875
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}