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/?taxon=8375943
{
"features": [
{
"properties": {
"pk": "442344"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
250003.846565192,
-5773505.38379377
],
[
333337.218752719,
-5629167.74919892
],
[
500003.963127773,
-5629167.74919892
],
[
583337.3353153,
-5773505.38379377
],
[
500003.963127773,
-5917843.01838861
],
[
333337.218752719,
-5917843.01838861
],
[
250003.846565192,
-5773505.38379377
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442898"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2750005.01219101,
-4618804.30703502
],
[
2833338.38437853,
-4474466.67244017
],
[
3000005.12875359,
-4474466.67244017
],
[
3083338.50094112,
-4618804.30703502
],
[
3000005.12875359,
-4763141.94162986
],
[
2833338.38437853,
-4763141.94162986
],
[
2750005.01219101,
-4618804.30703502
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "443006"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3250005.24531617,
-5196154.84541439
],
[
3333338.6175037,
-5051817.21081955
],
[
3500005.36187875,
-5051817.21081955
],
[
3583338.73406628,
-5196154.84541439
],
[
3500005.36187875,
-5340492.48000924
],
[
3333338.6175037,
-5340492.48000924
],
[
3250005.24531617,
-5196154.84541439
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "443060"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3500005.36187875,
-5629167.74919892
],
[
3583338.73406628,
-5484830.11460408
],
[
3750005.47844133,
-5484830.11460408
],
[
3833338.85062886,
-5629167.74919892
],
[
3750005.47844133,
-5773505.38379377
],
[
3583338.73406628,
-5773505.38379377
],
[
3500005.36187875,
-5629167.74919892
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "443062"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3500005.36187875,
-5051817.21081955
],
[
3583338.73406628,
-4907479.5762247
],
[
3750005.47844133,
-4907479.5762247
],
[
3833338.85062886,
-5051817.21081955
],
[
3750005.47844133,
-5196154.84541439
],
[
3583338.73406628,
-5196154.84541439
],
[
3500005.36187875,
-5051817.21081955
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "443392"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
5000006.06125424,
-5051817.21081955
],
[
5083339.43344177,
-4907479.5762247
],
[
5250006.17781682,
-4907479.5762247
],
[
5333339.55000435,
-5051817.21081955
],
[
5250006.17781682,
-5196154.84541439
],
[
5083339.43344177,
-5196154.84541439
],
[
5000006.06125424,
-5051817.21081955
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}