Occurrence Grid
Process queries for HexGrid objects. Will be deprecated in future version :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=8329230
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441708"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2749997.55218579,
1154701.07675875
],
[
-2666664.17999826,
1299038.7113536
],
[
-2499997.43562321,
1299038.7113536
],
[
-2416664.06343568,
1154701.07675875
],
[
-2499997.43562321,
1010363.44216391
],
[
-2666664.17999826,
1010363.44216391
],
[
-2749997.55218579,
1154701.07675875
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441710"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2749997.55218579,
1732051.61513813
],
[
-2666664.17999826,
1876389.24973297
],
[
-2499997.43562321,
1876389.24973297
],
[
-2416664.06343568,
1732051.61513813
],
[
-2499997.43562321,
1587713.98054329
],
[
-2666664.17999826,
1587713.98054329
],
[
-2749997.55218579,
1732051.61513813
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442744"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
2000004.66250326,
-1587713.98054329
],
[
2083338.03469079,
-1443376.34594844
],
[
2250004.77906584,
-1443376.34594844
],
[
2333338.15125337,
-1587713.98054329
],
[
2250004.77906584,
-1732051.61513813
],
[
2083338.03469079,
-1732051.61513813
],
[
2000004.66250326,
-1587713.98054329
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442806"
},
"geometry": {
"type": "MultiPolygon",
"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": "Feature",
"properties": {
"pk": "442844"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
2500004.89562843,
-4474466.67244017
],
[
2583338.26781595,
-4330129.03784533
],
[
2750005.01219101,
-4330129.03784533
],
[
2833338.38437853,
-4474466.67244017
],
[
2750005.01219101,
-4618804.30703502
],
[
2583338.26781595,
-4618804.30703502
],
[
2500004.89562843,
-4474466.67244017
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442861"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
2500004.89562843,
433012.903784533
],
[
2583338.26781595,
577350.538379378
],
[
2750005.01219101,
577350.538379378
],
[
2833338.38437853,
433012.903784533
],
[
2750005.01219101,
288675.269189689
],
[
2583338.26781595,
288675.269189689
],
[
2500004.89562843,
433012.903784533
]
]
]
]
}
}
]
}