Convert tif+tfwx to geotiff

949
3
09-20-2021 04:51 AM
Labels (2)
RobertoRossi
Occasional Contributor

I'm looking for a workflow to convert some hundreds files from tif+tfwx+xml to geotif, without changing the input properties (the input files have different jpeg compression values), which I must leave unchanged (they are georeferenced cartographies).

I built a Model with Copy raster with the Apply transformation option, but the output honors the compression value, which i don't want to set (I would like it corresponds to the input value).

Essentially I'm looking for some tools which just turns the tif to geotif without changing any characteristic of the input file.

0 Kudos
3 Replies
David_Brooks
MVP Regular Contributor

@RobertoRossi I would use https://github.com/OSGeo/libgeotiff 

The geotifcp tool can write the world file into the header of the TIFF to make a GeoTIFF


David
..Maps with no limits..
RobertoRossi
Occasional Contributor

Thankyou @David_Brooks (David) , I'll try to understand how to use this library

0 Kudos
RobertoRossi
Occasional Contributor

Sorry, David,

how should I use the geotifcp tool?

I found the code in github but i didn't understand how to use it: does it work inside ArcGIS Pro? Do I need to install Visual Studio?

0 Kudos