Feature request #3485
Add WCS support
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Marco Hugentobler | ||
Category: | Web Services clients/WMS | ||
Pull Request or Patch supplied: | No | Resolution: | fixed |
Easy fix?: | No | Copied to github as #: | 13545 |
Description
GDAL has WCS support. To be usable form QGIS, however, we need a button "Open WCS".
Notes from FrankW (thanks!):
Then the GUI dialog could write the
WCS control file. Note that the only two things required in the control file are the Service URL and the coverage name. But to offer the user a list of coverage names you would need to actually fetch the capabilities document - something I felt was out of scope for GDAL.
PS. The wcs service file does not actually need to be written to disk if you want to avoid problems with temporary files. But doing so is good in that it is used to cache details about the coverage for future use, and it gives the end user a file where they can tweak some of the odder parameters.
History
#1 Updated by Giovanni Manghi almost 13 years ago
- Target version changed from Version 1.7.0 to Version 1.7.4
#2 Updated by Giovanni Manghi over 12 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#3 Updated by Pirmin Kalberer about 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#4 Updated by Martin Dobias almost 12 years ago
- Pull Request or Patch supplied set to No
- Status changed from Open to Closed
- Resolution set to fixed
- Target version changed from Future Release - Nice to have to Version 2.0.0
WCS client is now in master (Radim's work).