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?
Page 1 / 1
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.
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!