Skip to main content
Question

Ascii to Shapefile -

  • May 2, 2024
  • 2 replies
  • 121 views

salgardi
Contributor
Forum|alt.badge.img+2

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

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • May 2, 2024

The value is in a List.

You can use a ListIndexer to extract the value.

 


salgardi
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • May 3, 2024

 

 

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