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=273
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"features": [
{
"type": "Feature",
"properties": {
"pk": "441105"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-5499998.83437418,
1587713.98054329
],
[
-5416665.46218666,
1732051.61513813
],
[
-5249998.7178116,
1732051.61513813
],
[
-5166665.34562408,
1587713.98054329
],
[
-5249998.7178116,
1443376.34594844
],
[
-5416665.46218666,
1443376.34594844
],
[
-5499998.83437418,
1587713.98054329
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441160"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-5249998.7178116,
1732051.61513813
],
[
-5166665.34562408,
1876389.24973297
],
[
-4999998.60124902,
1876389.24973297
],
[
-4916665.22906149,
1732051.61513813
],
[
-4999998.60124902,
1587713.98054329
],
[
-5166665.34562408,
1587713.98054329
],
[
-5249998.7178116,
1732051.61513813
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441215"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-4999998.60124902,
1587713.98054329
],
[
-4916665.22906149,
1732051.61513813
],
[
-4749998.48468644,
1732051.61513813
],
[
-4666665.11249891,
1587713.98054329
],
[
-4749998.48468644,
1443376.34594844
],
[
-4916665.22906149,
1443376.34594844
],
[
-4999998.60124902,
1587713.98054329
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441269"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-4749998.48468644,
1443376.34594844
],
[
-4666665.11249891,
1587713.98054329
],
[
-4499998.36812386,
1587713.98054329
],
[
-4416664.99593633,
1443376.34594844
],
[
-4499998.36812386,
1299038.7113536
],
[
-4666665.11249891,
1299038.7113536
],
[
-4749998.48468644,
1443376.34594844
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441324"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-4499998.36812386,
1299038.7113536
],
[
-4416664.99593633,
1443376.34594844
],
[
-4249998.25156128,
1443376.34594844
],
[
-4166664.87937375,
1299038.7113536
],
[
-4249998.25156128,
1154701.07675875
],
[
-4416664.99593633,
1154701.07675875
],
[
-4499998.36812386,
1299038.7113536
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"pk": "441489"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-3749998.01843611,
1443376.34594844
],
[
-3666664.64624859,
1587713.98054329
],
[
-3499997.90187353,
1587713.98054329
],
[
-3416664.529686,
1443376.34594844
],
[
-3499997.90187353,
1299038.7113536
],
[
-3666664.64624859,
1299038.7113536
],
[
-3749998.01843611,
1443376.34594844
]
]
]
]
}
},
{
"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": "442487"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
750004.079690354,
3752778.49946595
],
[
833337.451877881,
3897116.13406079
],
[
1000004.19625294,
3897116.13406079
],
[
1083337.56844046,
3752778.49946595
],
[
1000004.19625294,
3608440.86487111
],
[
833337.451877881,
3608440.86487111
],
[
750004.079690354,
3752778.49946595
]
]
]
]
}
}
]
}