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=916
{
"features": [
{
"properties": {
"pk": "442405"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
500003.963127773,
-4185791.40325048
],
[
583337.3353153,
-4041453.76865564
],
[
750004.079690354,
-4041453.76865564
],
[
833337.451877881,
-4185791.40325048
],
[
750004.079690354,
-4330129.03784533
],
[
583337.3353153,
-4330129.03784533
],
[
500003.963127773,
-4185791.40325048
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442571"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1250004.31281552,
-3752778.49946595
],
[
1333337.68500304,
-3608440.86487111
],
[
1500004.4293781,
-3608440.86487111
],
[
1583337.80156563,
-3752778.49946595
],
[
1500004.4293781,
-3897116.13406079
],
[
1333337.68500304,
-3897116.13406079
],
[
1250004.31281552,
-3752778.49946595
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442927"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2750005.01219101,
3752778.49946595
],
[
2833338.38437853,
3897116.13406079
],
[
3000005.12875359,
3897116.13406079
],
[
3083338.50094112,
3752778.49946595
],
[
3000005.12875359,
3608440.86487111
],
[
2833338.38437853,
3608440.86487111
],
[
2750005.01219101,
3752778.49946595
]
]
]
],
"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": "443138"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3750005.47844133,
1154701.07675875
],
[
3833338.85062886,
1299038.7113536
],
[
4000005.59500391,
1299038.7113536
],
[
4083338.96719144,
1154701.07675875
],
[
4000005.59500391,
1010363.44216391
],
[
3833338.85062886,
1010363.44216391
],
[
3750005.47844133,
1154701.07675875
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "443145"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
3750005.47844133,
3175427.96108657
],
[
3833338.85062886,
3319765.59568142
],
[
4000005.59500391,
3319765.59568142
],
[
4083338.96719144,
3175427.96108657
],
[
4000005.59500391,
3031090.32649173
],
[
3833338.85062886,
3031090.32649173
],
[
3750005.47844133,
3175427.96108657
]
]
]
],
"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"
}
},
{
"properties": {
"pk": "443664"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
6250006.64406715,
-5773505.38379377
],
[
6333340.01625468,
-5629167.74919892
],
[
6500006.76062973,
-5629167.74919892
],
[
6583340.13281726,
-5773505.38379377
],
[
6500006.76062973,
-5917843.01838861
],
[
6333340.01625468,
-5917843.01838861
],
[
6250006.64406715,
-5773505.38379377
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}