EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 19 forks source link

updating GetEOCoverageSet service #488

Closed baloola closed 3 years ago

baloola commented 3 years ago

The GetEOCoverageSet handling was implemented prior to to the release of the OGC specs, this leads to the absence of many handled parameters in the request. GetEOCoverageSet should be handling requests according to OGC GetEOCoverageSet specs.

baloola commented 3 years ago

also packageFormat parameter should be optional according to OGC standard.