Skip to main content
Catalog API features dates vs. Statistical API aggregation discrepancy

Hi Bruno,


Thanks for the detailed explanation of the problem


The one thing going amiss is the CRS.


Please note that the CRS to specify, is the CRS associated with the geometry provided. In your case, the provided geometry is in 4326, not 32633. That’s why Statistical API interpreted the geometry to be in a totally different location. Not as you intended.


In your case , below is the right crs to specify, and with this you should get matching results


      "properties": {
"crs": "http://www.opengis.net/def/crs/EPSG/0/4326"
}

Best


Hi Dorothy,


Thank you for the instructions. It worked perfectly and we’re now getting the expected intervals for the polygon from Statistical API!


Regards!


Reply