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&dataset=417
{
"features": [
{
"properties": {
"pk": "441982"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1499996.96937288,
721688.172974221
],
[
-1416663.59718535,
866025.807569066
],
[
-1249996.8528103,
866025.807569066
],
[
-1166663.48062277,
721688.172974221
],
[
-1249996.8528103,
577350.538379378
],
[
-1416663.59718535,
577350.538379378
],
[
-1499996.96937288,
721688.172974221
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442037"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1249996.8528103,
866025.807569066
],
[
-1166663.48062277,
1010363.44216391
],
[
-999996.736247716,
1010363.44216391
],
[
-916663.364060189,
866025.807569066
],
[
-999996.736247716,
721688.172974221
],
[
-1166663.48062277,
721688.172974221
],
[
-1249996.8528103,
866025.807569066
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442093"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-999996.736247716,
1010363.44216391
],
[
-916663.364060189,
1154701.07675875
],
[
-749996.619685135,
1154701.07675875
],
[
-666663.247497608,
1010363.44216391
],
[
-749996.619685135,
866025.807569066
],
[
-916663.364060189,
866025.807569066
],
[
-999996.736247716,
1010363.44216391
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442094"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-999996.736247716,
1299038.7113536
],
[
-916663.364060189,
1443376.34594844
],
[
-749996.619685135,
1443376.34594844
],
[
-666663.247497608,
1299038.7113536
],
[
-749996.619685135,
1154701.07675875
],
[
-916663.364060189,
1154701.07675875
],
[
-999996.736247716,
1299038.7113536
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442095"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-999996.736247716,
1587713.98054329
],
[
-916663.364060189,
1732051.61513813
],
[
-749996.619685135,
1732051.61513813
],
[
-666663.247497608,
1587713.98054329
],
[
-749996.619685135,
1443376.34594844
],
[
-916663.364060189,
1443376.34594844
],
[
-999996.736247716,
1587713.98054329
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442149"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-749996.619685135,
1443376.34594844
],
[
-666663.247497608,
1587713.98054329
],
[
-499996.503122553,
1587713.98054329
],
[
-416663.130935026,
1443376.34594844
],
[
-499996.503122553,
1299038.7113536
],
[
-666663.247497608,
1299038.7113536
],
[
-749996.619685135,
1443376.34594844
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442150"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-749996.619685135,
1732051.61513813
],
[
-666663.247497608,
1876389.24973297
],
[
-499996.503122553,
1876389.24973297
],
[
-416663.130935026,
1732051.61513813
],
[
-499996.503122553,
1587713.98054329
],
[
-666663.247497608,
1587713.98054329
],
[
-749996.619685135,
1732051.61513813
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442151"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-749996.619685135,
2020726.88432782
],
[
-666663.247497608,
2165064.51892266
],
[
-499996.503122553,
2165064.51892266
],
[
-416663.130935026,
2020726.88432782
],
[
-499996.503122553,
1876389.24973297
],
[
-666663.247497608,
1876389.24973297
],
[
-749996.619685135,
2020726.88432782
]
]
]
],
"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"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}