Changes between Initial Version and Version 1 of Ticket #4043


Ignore:
Timestamp:
Apr 14, 2011, 5:21:45 PM (13 years ago)
Author:
EliL
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4043 – Description

    initial v1  
    1212
    1313I ran across this by applying -cutline to a small portion of a 3G raster and got back a 3G raster.  That was not what I expected.  I did eventually figure out to use -crop_to_cutline but was then confused as to exactly what -cutline was doing (namely preserving the data). 
     14
     15Thinking about this more, perhaps the -crop_to_cutline docs should change too, although this seems less needed.  Right now it says,
     16
     17-crop_to_cutline:
     18    (GDAL >= 1.8.0) Crop the extent of the target dataset to the extent of the cutline.
     19
     20What do you think of:
     21
     22-crop_to_cutline:
     23    (GDAL >= 1.8.0) Crop the extent of the target dataset to the extent of the cutline. Not specifying this when using -cutline will keep the full extent and data of the original raster.