Changes between Initial Version and Version 9 of Ticket #379


Ignore:
Timestamp:
Dec 22, 2007, 1:05:46 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #379

    • Property Cc Mateusz Łoskot added
  • Ticket #379 – Description

    initial v9  
    1 {{{
    2 If I run gdal_merge.py with a -ul_lr argument, output pixels are shifted left
    3 one pixel and and up one pixel from where they were in the input image.  Without
    4 a -ul_lr argument, there is no shift in the output. 
     1If I run gdal_merge.py with a -ul_lr argument, output pixels are shifted left one pixel and and up one pixel from where they were in the input image. Without a -ul_lr argument, there is no shift in the output. 
    52
    63A simple sample command line that produces shifted output is:
    7 
     4{{{
    85gdal_merge.py -o out.img -v -f HFA -ul_lr 589177 5291586 590519 5290159 in.img
    96}}}