Description
pyarc2stac currently supports ImageServer WMS endpoints when creating STAC collections. Although this works for visualization, for example in the dashboard E&A (see example dataset in E&A and STAC collection), timeseries analysis is not possible with WMS endpoints. This is because WMS endpoints serves rendered tile images while timeseries analysis requires raster data values like those in a COG file.
See the ESRI WCS documentation for more details on WCS Services.
The WMS endpoints included in a STAC collection follow the web-map-links STAC extension. There is currently no spec for WCS endpoints so this ticket may involve proposing an addition to the extension.
There may currently be limitations with E&A and how Mapbox is able to render WCS endpoints. That limitation is out of the scope of this ticket since we are only concerned with creating the STAC collection. Future dashboard E&A or DeckGL plugin compatibility with WCS will be handled as a separate task and by other teams.
Acceptance Criteria
Description
pyarc2stac currently supports ImageServer WMS endpoints when creating STAC collections. Although this works for visualization, for example in the dashboard E&A (see example dataset in E&A and STAC collection), timeseries analysis is not possible with WMS endpoints. This is because WMS endpoints serves rendered tile images while timeseries analysis requires raster data values like those in a COG file.
See the ESRI WCS documentation for more details on WCS Services.
The WMS endpoints included in a STAC collection follow the web-map-links STAC extension. There is currently no spec for WCS endpoints so this ticket may involve proposing an addition to the extension.
There may currently be limitations with E&A and how Mapbox is able to render WCS endpoints. That limitation is out of the scope of this ticket since we are only concerned with creating the STAC collection. Future dashboard E&A or DeckGL plugin compatibility with WCS will be handled as a separate task and by other teams.
Acceptance Criteria