Solved

How to expose raster attribute values


Badge

I have a land cover raster with values that can be seen in ArcGIS Pro when looking at the raster's attribute table. When bringing this raster into FME using the "Esri Geodatabase (File Geodb Raster Dataset)" Reader, the raster is brought in with no attribute values (see screenshot). Looking for help with bringing the raster into FME so that the attribute records will be populated with the raster's values shown in the ArcGIS attribute table? A smaller example raster that was clipped from the larger raster can be found at http://robot.konturlabs.com/temp/rasters_temp.gdb.zip Thanks!

icon

Best answer by evieatsafe 9 April 2024, 19:53

View original

2 replies

Userlevel 1
Badge +15

Hi @jorma​ looks like there was an investigation already done here and a bug was found. We'll update back when this bug is resolved, internal ticket FMEENGINE-77293.

If this is a data inspector table view vs feature information window problem you might be able to just open the reader settings and expose the schema attributes that you want, or in Workbench expose all the reader attributes on the reader feature type, or use feature caching and then import attributes from feature cache from within an AttributeExposer. Generally speaking, if you see the attributes in the Feature Information window but not in the table view you can expose them.

Hope this helps!

Userlevel 1
Badge +15

Bug resolved in build 2024.0.24194 (FMEENGINE-77293) please download the latest release 😊

Reply