Skip to main content

I have about 3000 jpg and their coordinates in CSV format, I want to join the jpg and their respective coordinates saved on csv and create a ECW or Geotiff file

how can I do this

  • Read JPG files
  • Read csv file
  • Join information from csv file to relevant jpg
  • RasterGeoreferencer to georeference the jpgs
  • Write to ECW

  • Read JPG files
  • Read csv file
  • Join information from csv file to relevant jpg
  • RasterGeoreferencer to georeference the jpgs
  • Write to ECW

thanks for prompt reply , I tried database joiner and also feature joiner I so far not lucky in both of them , it could be the way how I have formatted the csv file or the setting within these transformer , can you give me a snap shot or more explanation of the above?

 

thanks


thanks for prompt reply , I tried database joiner and also feature joiner I so far not lucky in both of them , it could be the way how I have formatted the csv file or the setting within these transformer , can you give me a snap shot or more explanation of the above?

 

thanks

How are the jpg files referenced in your csv file?

e.g. if you have a column called Name which is the name of the jpg, you can expose the fme_basename and then in a FeatureMerger use the fme_basename as Requestor and Name as Supplier

Capture


thanks for prompt reply , I tried database joiner and also feature joiner I so far not lucky in both of them , it could be the way how I have formatted the csv file or the setting within these transformer , can you give me a snap shot or more explanation of the above?

 

thanks

Thanks you are a Star , it works

 

thanks alot


Reply