Catalog API features dates vs. Statistical API aggregation discrepancy
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.