OpenWaterFoundation / owf-app-geoprocessor-python

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

ReadTableFromExcel - need to implement functionality #389

Open smalers opened 1 year ago

smalers commented 1 year ago

The command is not functional. It reads a Pandas table. However, the GeoProcessor uses DataTable objects. Need to decide whether to convert the Pandas table to DataTable. Or, should commands provide the option of reading either?