DigitaleDeltaOrg / dd-grid-api

Ontwikkeling van een Digitale Delta API voor roosterdata
0 stars 1 forks source link

Difference between boundingBox and areaOfInterest query parameters #12

Closed gerritsj closed 3 years ago

gerritsj commented 3 years ago

The coverages/{coverageId}/data endpoint accepts query parameters boundingBox and areaOfInterest. The difference is not clear to me when I read the documentation.

stefhummel commented 3 years ago

Actually I wonder whether we should support the areaOfInterest in this first version. The WKT-string facilitates asking for data on an arbitrary polygon, which might be quite difficult to implement.

caspervdw commented 3 years ago

I'd like only the boundingBox, and not the areaOfInterest. Grids are rectangular.

stefhummel commented 3 years ago

(During team discussion) For now, we will not support the areaOfInterest