Solved

How to process rasters using CSV of filepaths

  • 25 March 2019
  • 3 replies
  • 7 views

I have about 1000 DEMs to mosaic. They are stored in various folders but I have a csv with all the file paths stored in a field. How can I read these paths and mosaic them into a single raster?

icon

Best answer by danilo_fme 25 March 2019, 23:27

View original

3 replies

Userlevel 4
Badge +30

Hi @tigerwoulds

I suggest you Read the CSV file and use the transformer FeatureReader to extract all raster using the path attribute from CSV file, like this:

 

Thanks,

Danilo

 

Hi @tigerwoulds

I suggest you Read the CSV file and use the transformer FeatureReader to extract all raster using the path attribute from CSV file, like this:

 

Thanks,

Danilo

 

Excellent thanks! After doing so, I used the raster mosaiker from the generic port and it worked as expected.

Userlevel 4
Badge +30

Excellent thanks! After doing so, I used the raster mosaiker from the generic port and it worked as expected.

Very Nice. I'm happy to help you!

Reply