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=666
{
"features": [
{
"properties": {
"pk": "442859"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2500004.89562843,
-144337.634594844
],
[
2583338.26781595,
0.0
],
[
2750005.01219101,
0.0
],
[
2833338.38437853,
-144337.634594844
],
[
2750005.01219101,
-288675.269189688
],
[
2583338.26781595,
-288675.269189688
],
[
2500004.89562843,
-144337.634594844
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442913"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2750005.01219101,
-288675.269189688
],
[
2833338.38437853,
-144337.634594844
],
[
3000005.12875359,
-144337.634594844
],
[
3083338.50094112,
-288675.269189688
],
[
3000005.12875359,
-433012.903784532
],
[
2833338.38437853,
-433012.903784532
],
[
2750005.01219101,
-288675.269189688
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442969"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3000005.12875359,
-144337.634594844
],
[
3083338.50094112,
0.0
],
[
3250005.24531617,
0.0
],
[
3333338.6175037,
-144337.634594844
],
[
3250005.24531617,
-288675.269189688
],
[
3083338.50094112,
-288675.269189688
],
[
3000005.12875359,
-144337.634594844
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}