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=2263187
{
"features": [
{
"properties": {
"pk": "441770"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-2499997.43562321,
3031090.32649173
],
[
-2416664.06343568,
3175427.96108657
],
[
-2249997.31906062,
3175427.96108657
],
[
-2166663.9468731,
3031090.32649173
],
[
-2249997.31906062,
2886752.69189689
],
[
-2416664.06343568,
2886752.69189689
],
[
-2499997.43562321,
3031090.32649173
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "441879"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-1999997.20249804,
2742415.05730204
],
[
-1916663.83031052,
2886752.69189689
],
[
-1749997.08593546,
2886752.69189689
],
[
-1666663.71374793,
2742415.05730204
],
[
-1749997.08593546,
2598077.4227072
],
[
-1916663.83031052,
2598077.4227072
],
[
-1999997.20249804,
2742415.05730204
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442323"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3.73000261001289,
3897116.13406079
],
[
83337.1021901372,
4041453.76865564
],
[
250003.846565192,
4041453.76865564
],
[
333337.218752719,
3897116.13406079
],
[
250003.846565192,
3752778.49946595
],
[
83337.1021901372,
3752778.49946595
],
[
3.73000261001289,
3897116.13406079
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442359"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-1443376.34594844
],
[
333337.218752719,
-1299038.7113536
],
[
500003.963127773,
-1299038.7113536
],
[
583337.3353153,
-1443376.34594844
],
[
500003.963127773,
-1587713.98054329
],
[
333337.218752719,
-1587713.98054329
],
[
250003.846565192,
-1443376.34594844
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}