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=4341445
{
"features": [
{
"properties": {
"pk": "442481"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
750004.079690354,
2020726.88432782
],
[
833337.451877881,
2165064.51892266
],
[
1000004.19625294,
2165064.51892266
],
[
1083337.56844046,
2020726.88432782
],
[
1000004.19625294,
1876389.24973297
],
[
833337.451877881,
1876389.24973297
],
[
750004.079690354,
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": "442632"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1500004.4293781,
-2165064.51892266
],
[
1583337.80156563,
-2020726.88432782
],
[
1750004.54594068,
-2020726.88432782
],
[
1833337.91812821,
-2165064.51892266
],
[
1750004.54594068,
-2309402.15351751
],
[
1583337.80156563,
-2309402.15351751
],
[
1500004.4293781,
-2165064.51892266
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442633"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1500004.4293781,
-1876389.24973297
],
[
1583337.80156563,
-1732051.61513813
],
[
1750004.54594068,
-1732051.61513813
],
[
1833337.91812821,
-1876389.24973297
],
[
1750004.54594068,
-2020726.88432782
],
[
1583337.80156563,
-2020726.88432782
],
[
1500004.4293781,
-1876389.24973297
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442700"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1750004.54594068,
1732051.61513813
],
[
1833337.91812821,
1876389.24973297
],
[
2000004.66250326,
1876389.24973297
],
[
2083338.03469079,
1732051.61513813
],
[
2000004.66250326,
1587713.98054329
],
[
1833337.91812821,
1587713.98054329
],
[
1750004.54594068,
1732051.61513813
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442753"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2000004.66250326,
1010363.44216391
],
[
2083338.03469079,
1154701.07675875
],
[
2250004.77906584,
1154701.07675875
],
[
2333338.15125337,
1010363.44216391
],
[
2250004.77906584,
866025.807569066
],
[
2083338.03469079,
866025.807569066
],
[
2000004.66250326,
1010363.44216391
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442754"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2000004.66250326,
1299038.7113536
],
[
2083338.03469079,
1443376.34594844
],
[
2250004.77906584,
1443376.34594844
],
[
2333338.15125337,
1299038.7113536
],
[
2250004.77906584,
1154701.07675875
],
[
2083338.03469079,
1154701.07675875
],
[
2000004.66250326,
1299038.7113536
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442806"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2250004.77906584,
577350.538379378
],
[
2333338.15125337,
721688.172974221
],
[
2500004.89562843,
721688.172974221
],
[
2583338.26781595,
577350.538379378
],
[
2500004.89562843,
433012.903784533
],
[
2333338.15125337,
433012.903784533
],
[
2250004.77906584,
577350.538379378
]
]
]
],
"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"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}