OpenWaterFoundation / owf-app-geoprocessor-python

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

Raster layer category symbology requires ClassificationAttribute #369

Open smalers opened 3 years ago

smalers commented 3 years ago

The SetGeoLayerViewCategorizedSymbol currently requires the ClassificationAttribute parameter to be specified. This is not needed for rasters, unless perhaps there is a need to specify a band. Need to better handle with error checks.