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=2385978
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441715"
},
"geometry": {
"type": "MultiPolygon",
"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": "Feature",
"properties": {
"pk": "441771"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-2499997.43562321,
3319765.59568142
],
[
-2416664.06343568,
3464103.23027626
],
[
-2249997.31906062,
3464103.23027626
],
[
-2166663.9468731,
3319765.59568142
],
[
-2249997.31906062,
3175427.96108657
],
[
-2416664.06343568,
3175427.96108657
],
[
-2499997.43562321,
3319765.59568142
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "442815"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
2250004.77906584,
3175427.96108657
],
[
2333338.15125337,
3319765.59568142
],
[
2500004.89562843,
3319765.59568142
],
[
2583338.26781595,
3175427.96108657
],
[
2500004.89562843,
3031090.32649173
],
[
2333338.15125337,
3031090.32649173
],
[
2250004.77906584,
3175427.96108657
]
]
]
]
}
}
]
}