Changes between Version 16 and Version 17 of FAQRaster


Ignore:
Timestamp:
Oct 23, 2009, 7:41:54 AM (15 years ago)
Author:
Mateusz Łoskot
Comment:

Q&A How to make GeoTIFF from TIFF?

Legend:

Unmodified
Added
Removed
Modified
  • FAQRaster

    v16 v17  
    22
    33[[PageOutline(2,,inline)]]
     4
     5== How to make GeoTIFF from TIFF? ==
     6
     7One option is to use [http://gdal.org/gdal_translate.html gdal_translate] to assign the geo-referenced bounds and generate .tfw file:
     8{{{
     9gdal_translate -a_ullr ulx uly lrx lry src_dataset dst_dataset
     10}}}
     11where ''ulx uly lrx lry'' should be replaced with real coordinates.
    412
    513== Why won't gdalwarp or gdal_merge write to most formats? ==