Hi,
when I do a Statistical API request with the following CRS:
http://www.opengis.net/def/crs/OGC/1.3/CRS84
I get an error in the response:
"6": {
"interval": {
"from": "2020-01-31T00:00:00Z",
"to": "2020-02-01T00:00:00Z"
},
"error": {
"type": "EXECUTION_ERROR"
}
But if I use the following (the one present in the API examples), I have no issues:
http://www.opengis.net/def/crs/EPSG/0/32633
Is it a known/confirmed issue?