3

I have a raster with ten field values.

In ArcGIS I can open and select one of the field values for symbology and it show me the values from that field.

How can I handle this in QGIS?

I share a picture for a better comprehension.

ArcGIS

enter image description here

QGIS

enter image description here

Screenshot showing the six files of raster file.

enter image description here

Manuel Alejandro
  • 405
  • 3
  • 12

1 Answers1

1

You cannot access the attribute table of a raster in QGIS because until now building raster attribute table (RAT) is not supported in QGIS.

Unfortunately, QGIS lacks this feature compared to ArcGIS, and as @Luke indicated in his comment there is a question of Accessing raster attribute table in QGIS? and a request for this feature was already submitted, but it is still not yet implemented.

Therefore, you cannot have a list of attribute table in the symbology of QGIS similar to what you can get in ArcGIS because simply there is no attribute table associated with raster data in QGIS.

ahmadhanb
  • 40,826
  • 5
  • 51
  • 105