/qgis-raster-attribute-table-plugin

QGIS Raster Attribute Table Plugin

Primary LanguagePython

RAT Plugin CI tests

Raster Attribute Table QGIS Plugin

QGIS plugin to display and edit Raster Attribute Tables (RATs) for discrete rasters using paletted/unique-values renderer.

The plugin offers also limited support for continuous raster RATs using the single-band/psesudocolor renderer.

Supported formats

  • GDAL .aux.xml format
  • Sidecar .vat.dbf format

Supported features

  • RAT creation from a paletted/unique values styled layer

  • RAT creation from a singleband/pseudocolor styled layer

  • QGIS style classification on arbitrary RAT columns

  • RAT editing:

    • values editing
    • row add/remove
    • column add/remove
  • Color support (RGBA)

Demo

RAT creation and editing

qgis-rat-paletted.mp4

Existing RAT classification

qgis-rat-vegetation.mp4

Current limitations/unsupported features

  • Linear binning
  • Range colors (MinRed/MaxRed etc.)

Testing

pytest --forked -s