Skip to main content
Solved

how to convert multiple jpg+csv to Ecw

  • November 13, 2020
  • 4 replies
  • 128 views

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

Best answer by ebygomm

  • Read JPG files
  • Read csv file
  • Join information from csv file to relevant jpg
  • RasterGeoreferencer to georeference the jpgs
  • Write to ECW
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.

4 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • November 13, 2020
  • Read JPG files
  • Read csv file
  • Join information from csv file to relevant jpg
  • RasterGeoreferencer to georeference the jpgs
  • Write to ECW

  • Author
  • November 13, 2020
  • 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


ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • November 13, 2020

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


  • Author
  • November 13, 2020

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