opendatacube / datacube-ows

Open Data Cube Open Web Services
Other
69 stars 37 forks source link

QGIS direct access to ODC-WCS #36

Closed AnaBelgun closed 5 years ago

AnaBelgun commented 6 years ago

Acceptance Criteria

Works with QGIS versions 2.14 and 3.2

SpacemanPaul commented 6 years ago

Mostly seems to work with 3.2

Notes:

1) Turn off live update. 2) Select "multiband color" if necessary (should be selected by default) 3) Open the "Min/Max values settings" panel. 4) Select "Cumulative Count Cut" and set the range to 0.0% - 99.0% 5) Set the "statistics extent" to "updated canvas". 6) Click the "Apply" button

SpacemanPaul commented 6 years ago

When adding a WCS service to QGIS, add it as http, even if it prefers https. The QGIS client apparently doesn't know what https is. :/

SpacemanPaul commented 5 years ago

I think this is as far as we can go with the built-in QGIS WCS client.

Next steps would be to search the plugin repositories for a WCS client plugin that works better with our servers than the native one, or write our own WGIS plugin.