Solved

Convert plain image (JPEG/TIFF) to GeoTIFF

  • 21 February 2018
  • 2 replies
  • 78 views

I would like to know if it is possible to convert a plain image (e.g. JPEG, TIFF) with no geo references to a GeoTIFF by using FME Desktop.

If yes, how would I do that. I found only the option in inspect resources, but what I want is to add the geo reference to that image.

icon

Best answer by daveatsafe 21 February 2018, 18:41

View original

2 replies

Userlevel 2
Badge +17

Hi @simdevmon,

The RasterGeoreferencer transformer will allow you to add georeferencing information to the image before writing it to GeoTIFF. If you also want to set the coordinate system, please use the CoordinateSystemSetter transformer as well.

 

Hi @simdevmon,

The RasterGeoreferencer transformer will allow you to add georeferencing information to the image before writing it to GeoTIFF. If you also want to set the coordinate system, please use the CoordinateSystemSetter transformer as well.

 

If I have a JPEG/TIFF that was already georeferenced in ArcMap. Does FME have a way to take the JPEG/TIFF and the supplemental georeference files in a folder to turn it into a GeoTIFF?

Reply