INGV / qquake

A plugin for QGIS 3.x that relies on web services for loading seismological data
https://www.emidius.eu/qquake/
GNU General Public License v3.0
7 stars 3 forks source link

Errors while trying to add WCS support #58

Closed MarioLocati closed 2 years ago

MarioLocati commented 2 years ago

I have tried to update the code base to add support to OGC WCS (Web Coverage Services).

I nearly did it, the GUI is pretty much OK, but the is still something preventing the correct loading of the layer. I think the problem lies in the following file https://github.com/INGV/qquake/blob/master/qquake/gui/ogc_service_options_widget.py#L169

This is the WCS endpoint of the layer I am trying to load http://193.204.89.26:8080/geoserver/TINItaly/wcs?service=WCS&request=getCapabilities

This il the list of files I have changed for supporting WCS

@nyalldawson @GiorgioMariaDeSantis Can you please help me out in this?

MarioLocati commented 2 years ago

Solved fixing the file qquake/gui/ogc_service_options_widget.py https://github.com/INGV/qquake/commit/98988141ae76439dcb428382b7c5d9fecf5b2739