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=4304218
{
"features": [
{
"properties": {
"pk": "441651"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2999997.66874837,
433012.903784533
],
[
-2916664.29656084,
577350.538379378
],
[
-2749997.55218579,
577350.538379378
],
[
-2666664.17999826,
433012.903784533
],
[
-2749997.55218579,
288675.269189689
],
[
-2916664.29656084,
288675.269189689
],
[
-2999997.66874837,
433012.903784533
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441709"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2749997.55218579,
1443376.34594844
],
[
-2666664.17999826,
1587713.98054329
],
[
-2499997.43562321,
1587713.98054329
],
[
-2416664.06343568,
1443376.34594844
],
[
-2499997.43562321,
1299038.7113536
],
[
-2666664.17999826,
1299038.7113536
],
[
-2749997.55218579,
1443376.34594844
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441715"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2749997.55218579,
3175427.96108657
],
[
-2666664.17999826,
3319765.59568142
],
[
-2499997.43562321,
3319765.59568142
],
[
-2416664.06343568,
3175427.96108657
],
[
-2499997.43562321,
3031090.32649173
],
[
-2666664.17999826,
3031090.32649173
],
[
-2749997.55218579,
3175427.96108657
]
]
]
],
"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"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}