Skip to main content
Solved

How to process rasters using CSV of filepaths

  • March 25, 2019
  • 3 replies
  • 72 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?

Best answer by danilo_fme

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

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

danilo_fme
Celebrity
Forum|alt.badge.img+53
  • Celebrity
  • Best Answer
  • March 25, 2019

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

 


  • Author
  • March 25, 2019

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.


danilo_fme
Celebrity
Forum|alt.badge.img+53
  • Celebrity
  • March 25, 2019

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!