7

Is there a way to build a raster attribute table using one of the GDAL utilities? I know you can view it using gdalinfo and I have successfully created one using Python, but it would be so much easier to just run a command line utility to build a raster attribute table on a raster.

asked Jan 17, 2013 at 0:26
4
  • what format do you want the output table to be in? Commented Jan 17, 2013 at 3:43
  • Well, in Python there is a RasterAttributeTableClass that you can use to build the raster attribute table directly into the raster. It may be stored in the aux file, I'm not sure. But ArcGIS recognizes it and will symbolize by it. You can also view it in ArcGIS just as you would any other attribute table. Commented Jan 17, 2013 at 15:20
  • So you're trying to get it into ArcGIS? Commented Jan 17, 2013 at 19:49
  • Not necessarily, but I do have access to ArcGIS that I use for viewing rasters occasionally. I realize that using ArcGIS to create the raster attribute table is an option, but I have several GDAL workflows (using 64bit GDAL) and I want the RAT to be part of that workflow. Commented Jan 17, 2013 at 20:07

1 Answer 1

2

Here is the documentation

http://gdal.org/classGDALRasterAttributeTable.html

They are known as RATs and came about after your question. http://lists.osgeo.org/pipermail/gdal-dev/2005-July/006082.html

I believe ArcGIS will not read them but would like to be corrected.

answered Jun 22, 2014 at 2:25
1

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.