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=3965
{
"features": [
{
"properties": {
"pk": "442207"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
2165064.51892266
],
[
-416663.130935026,
2309402.15351751
],
[
-249996.386559972,
2309402.15351751
],
[
-166663.014372444,
2165064.51892266
],
[
-249996.386559972,
2020726.88432782
],
[
-416663.130935026,
2020726.88432782
],
[
-499996.503122553,
2165064.51892266
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442262"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-249996.386559972,
2309402.15351751
],
[
-166663.014372444,
2453739.78811235
],
[
3.73000261001289,
2453739.78811235
],
[
83337.1021901372,
2309402.15351751
],
[
3.73000261001289,
2165064.51892266
],
[
-166663.014372444,
2165064.51892266
],
[
-249996.386559972,
2309402.15351751
]
]
]
],
"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"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}