Question

Ascii to Shapefile -


Badge +1

Hi there,

I have an Ascii grid file.

The FME can read the file I have also added a Raster Cell Coercer transformer to create a shafile this simple workbench works fine. 

Issue - How the raster values can be displayed in the shapefile. The shapefile has no attribute data (cell values).

I need to display the raster values in the shapefile. Any hints will be greatly appreciated.

Thank you very much,

Sebastian Algardi-Camus

Workbench

 

Raster image

 


2 replies

Userlevel 5
Badge +36

The value is in a List.

You can use a ListIndexer to extract the value.

 

Badge +1

 

 

Thank you very much Geomancer.

For those interested here is the workbench with an added aggregator. I just wanted to merge the the attributes. Maybe this can also be achieved by using the Attribute manager but I did not know how. 

 

 

ListIndexer
Aggregator

 

Reply