OpenWaterFoundation / owf-app-geoprocessor-python

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

Evaluate whether WriteRasterGeoLayerToFile should have parameters for compression and tiles #372

Open smalers opened 3 years ago

smalers commented 3 years ago

Currently the WriteRasterGeoLayerToFile command is configured so that TIFs are output compressed with LZW and tiled, to optimize for the web. It may make sense to have command parameters to control this if for some reason it causes issues. Need to evaluate this and whether other output parameters are allowed.