In ArcGIS rasters can have attribute tables. What FOSS GIS offers a similar option?
|
GRASS and ILWIS both have the ability to do this. For ILWIS:
from http://spatial-analyst.net/ILWIS/htm/ilwis/ilwis_objects_raster_maps.htm |
|||
|
|
Although R is not a GIS as such, it can handle and work with spatial objects. With the 'sp' package you can import and store rasters. These are of sp objects of the class 'SpatialGridDataFrame', which includes a dataframe with the attributes; normally the raster values, but being a dataframe, it can hold any number of variables. |
|||
|
|
|
And you can always convert your raster to a point shapefile or point cloud. Operations on such a files may still be faster in SAGA GIS than they are on a raster in ArcGIS. |
|||||
|