OpenWaterFoundation / owf-app-geoprocessor-python

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

Update ListFiles command to be able to get single file #384

Closed smalers closed 3 years ago

smalers commented 3 years ago

The ListFiles command needs to be able to query a single file, such as the latest US Drought Monitor file, which is distributed using a generic zip file name but the contents include filename with date.

smalers commented 3 years ago

I updated the command to have ListCount and ListProperty1 parameters. The functionality was tested out to download the US Drought Monitor layer. Close the issue.