Changes between Version 9 and Version 10 of GDAL20Changes


Ignore:
Timestamp:
Jan 13, 2011, 12:44:59 PM (13 years ago)
Author:
jcrepetto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v9 v10  
    4747 * Running gdalinfo --formats should list the formats is some meaningful order.  On linux I can | grep 'format name' or sort or various other things to make it useful.  On Windows, I copy the result into notepad and then search (although more recently I installed gnuwin32).  Sort of nice that a report on supported formats is so numerous as to be a problem. (''note: they are returned in a meaningful order - the order they are tried - which is important to know sometimes'')
    4848 * Coordinate order of [-projwin ulx uly lrx lry] makes sense if you think of it as a picture with 0,0 starting in the upper left.  Many geospatial people have been trained to think of the 'proper' coordinate order differently.  There is unlikely to be much agreement on this item so it may be best left alone.
     49 * gdalinfo displays the palette, which is boring (and generally unneeded). I would prefer that gdalinfo doesn't display it by default, and that a new -ct option replaces the -noct option.
    4950
    5051