Changes between Version 20 and Version 21 of FAQRaster


Ignore:
Timestamp:
Jan 10, 2010, 2:31:53 PM (14 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQRaster

    v20 v21  
    1717
    1818In fact, ''src_dataset'' and ''dst_dataset'' can be any raster datasets supported by GDAL with creation capability.
    19 
    20 == How to make GeoTIFF from PNG? ==
    21 
    22 Use the same command as presented in the previous Q&A.
    23 {{{
    24 gdal_translate -a_srs EPSG:4326 -a_ullr ulx uly lrx lry src_dataset.png dst.tif
    25 }}}
    2619
    2720== Why won't gdalwarp or gdal_merge write to most formats? ==