OpenWaterFoundation / owf-app-geoprocessor-python

Open Water Foundation geoprocessor based on QGIS
GNU General Public License v3.0
2 stars 1 forks source link

ReadRasterGeoLayerFromFile - does not work if the input file is a URL #386

Closed smalers closed 2 years ago

smalers commented 2 years ago

The command fails if the input file is a URL. The code attempts to convert the URL to an absolute path to a local file.

smalers commented 2 years ago

I fixed the code but need to commit changes. A few other changes were made previously and need to be committed.

smalers commented 2 years ago

I committed the changes. I also fixed to read a URL for ReadGeoLayerFromGeoJSON command. I added the FixGeoLayer command to fix geometries. Close this issue.