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=2251083
{
"features": [
{
"properties": {
"pk": "442246"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-249996.386559972,
-2309402.15351751
],
[
-166663.014372444,
-2165064.51892266
],
[
3.73000261001289,
-2165064.51892266
],
[
83337.1021901372,
-2309402.15351751
],
[
3.73000261001289,
-2453739.78811235
],
[
-166663.014372444,
-2453739.78811235
],
[
-249996.386559972,
-2309402.15351751
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442303"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3.73000261001289,
-1876389.24973297
],
[
83337.1021901372,
-1732051.61513813
],
[
250003.846565192,
-1732051.61513813
],
[
333337.218752719,
-1876389.24973297
],
[
250003.846565192,
-2020726.88432782
],
[
83337.1021901372,
-2020726.88432782
],
[
3.73000261001289,
-1876389.24973297
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442357"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-2020726.88432782
],
[
333337.218752719,
-1876389.24973297
],
[
500003.963127773,
-1876389.24973297
],
[
583337.3353153,
-2020726.88432782
],
[
500003.963127773,
-2165064.51892266
],
[
333337.218752719,
-2165064.51892266
],
[
250003.846565192,
-2020726.88432782
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442577"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1250004.31281552,
-2020726.88432782
],
[
1333337.68500304,
-1876389.24973297
],
[
1500004.4293781,
-1876389.24973297
],
[
1583337.80156563,
-2020726.88432782
],
[
1500004.4293781,
-2165064.51892266
],
[
1333337.68500304,
-2165064.51892266
],
[
1250004.31281552,
-2020726.88432782
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442807"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2250004.77906584,
866025.807569066
],
[
2333338.15125337,
1010363.44216391
],
[
2500004.89562843,
1010363.44216391
],
[
2583338.26781595,
866025.807569066
],
[
2500004.89562843,
721688.172974221
],
[
2333338.15125337,
721688.172974221
],
[
2250004.77906584,
866025.807569066
]
]
]
],
"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"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}