opengeospatial / ogcapi-coverages

OGC API - Coverages draft specification
https://ogcapi.ogc.org/coverages
Apache License 2.0
22 stars 13 forks source link

Subsetting (partially) outside the coverage's extent #86

Closed Schpidi closed 4 years ago

Schpidi commented 4 years ago

20200902: Coverages SWG call:

Factoring out from https://github.com/opengeospatial/ogc_api_coverages/issues/84

Use case: Fill a GeoPackage from Coverages API with coverage tiles

Proposal: Allow subsetting outside of the extent/domainSet of a coverage and document the options, potentially make a recommendation but don't mandate one or the other.

Options are:

jerstlouis commented 4 years ago

This partly addresses https://github.com/opengeospatial/ogc_api_coverages/issues/27 (although a Tiles API may also be another mechanism).

Schpidi commented 4 years ago

20200907: Coverages SWG call: Decided to relax the requirement of WCS 2 that the min and max values used with the subset parameter have to be contained within the axis range defined in the domainSet. A partially outside subset should be filled with no-data values whereas a fully outside subset should return with http status code 204 (cf. https://github.com/opengeospatial/OGC-API-Tiles/issues/21).

jerstlouis commented 4 years ago

I believe the changes have been applied and merged and this issue can now be closed.

Schpidi commented 4 years ago

Coverages SWG call: Agreed to close.