CRREL / GRiD-API

9 stars 3 forks source link

Product searches with extremely large geoms return outside the box #40

Open AlexMountain opened 6 years ago

AlexMountain commented 6 years ago

In v3, Product lookups using a geom with an area greater than or equal to one-half the surface of the Earth will return intersections outside of the geom's extent. This due to a documented issue with Oracle Spatial:

https://docs.oracle.com/database/121/SPATL/geodetic-coordinate-support.htm#SPATL624

We will need to consider how to handle this. In the meantime it is recommended to use geometries smaller than the above limitation as a workaround.