Skip to main content
Question

Image to Raster GDB missing Georeference data

  • April 8, 2019
  • 3 replies
  • 41 views

Hey FME'ites,

I'm having issues trying to bring over a georeferenced JPG to an esri raster GDB. The long story short is I have a folder filled with different images that had been georeferenced in ArcMap. I wanted to migrate all of it to a raster GDB. I'm attempting this on just one JPG to start; a simple JPG reader and Raster GDB writer. I do not set a CRS on the reader or writer because the supplemental georeference file should take care of that. The workbench outputs successfully and the image has the correct coordinate system, but the image is nowhere near its correct destination and it is at a tiny scale. Does the JPG reader not correctly read the supplemental .jgwx georeference data file? Thanks for your time.

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

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • April 8, 2019

Normally the world files for jpegs have a jgw extension (no x).


  • Author
  • 15 replies
  • April 8, 2019

Normally the world files for jpegs have a jgw extension (no x).

Hmm I'm not sure why ArcMap would add the X. I tried removing it and running the workbench again and it didn't seem to change anything. Thank you for the suggestion though.


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • April 8, 2019

Hmm I'm not sure why ArcMap would add the X. I tried removing it and running the workbench again and it didn't seem to change anything. Thank you for the suggestion though.

Hmm, it looks like when you have an aux.xml file, the reader is completely ignoring the world file.

 

 

If the xml file is not present and the world file is jpw, then the jpeg is correctly positioned, but it doesn't have the texas state plane coordinated system.

 

 

I'm not sufficiently caffeinated to cross check if the GCPs in the xml produce the same referencing as the world file.