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=2253499
{
"features": [
{
"properties": {
"pk": "441771"
},
"type": "Feature",
"geometry": {
"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": "MultiPolygon"
}
},
{
"properties": {
"pk": "442206"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
-499996.503122553,
1876389.24973297
],
[
-416663.130935026,
2020726.88432782
],
[
-249996.386559972,
2020726.88432782
],
[
-166663.014372444,
1876389.24973297
],
[
-249996.386559972,
1732051.61513813
],
[
-416663.130935026,
1732051.61513813
],
[
-499996.503122553,
1876389.24973297
]
]
]
],
"type": "MultiPolygon"
}
},
{
"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": "442590"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
1250004.31281552,
1732051.61513813
],
[
1333337.68500304,
1876389.24973297
],
[
1500004.4293781,
1876389.24973297
],
[
1583337.80156563,
1732051.61513813
],
[
1500004.4293781,
1587713.98054329
],
[
1333337.68500304,
1587713.98054329
],
[
1250004.31281552,
1732051.61513813
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442804"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2250004.77906584,
0.0
],
[
2333338.15125337,
144337.634594845
],
[
2500004.89562843,
144337.634594845
],
[
2583338.26781595,
0.0
],
[
2500004.89562843,
-144337.634594844
],
[
2333338.15125337,
-144337.634594844
],
[
2250004.77906584,
0.0
]
]
]
],
"type": "MultiPolygon"
}
},
{
"properties": {
"pk": "442860"
},
"type": "Feature",
"geometry": {
"coordinates": [
[
[
[
2500004.89562843,
144337.634594845
],
[
2583338.26781595,
288675.269189689
],
[
2750005.01219101,
288675.269189689
],
[
2833338.38437853,
144337.634594845
],
[
2750005.01219101,
0.0
],
[
2583338.26781595,
0.0
],
[
2500004.89562843,
144337.634594845
]
]
]
],
"type": "MultiPolygon"
}
}
],
"crs": {
"type": "name",
"properties": {
"name": "EPSG:3031"
}
},
"type": "FeatureCollection"
}