Changes between Version 2 and Version 3 of Release/1.9.0-News


Ignore:
Timestamp:
Dec 22, 2011, 5:58:16 PM (12 years ago)
Author:
warmerdam
Comment:

update to beta2

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.9.0-News

    v2 v3  
    1 
    2 = GDAL/OGR 1.9.0 Beta 1 release notes =
     1= GDAL/OGR 1.9.0 beta2 release notes =
     2
     3Established from r21484 up to r23642
    34
    45== In a nutshell... ==
     
    1011 * RFC 35: Delete, reorder and alter field definitions of OGR layers
    1112 * RFC 37: Add mechanism to provide user data to CPLErrorHandler (#4295)
     13 * gdalsrsinfo: new supported utility to report SRS in various form (supercedes testepsg)
    1214
    1315== New installed files ==
     
    1820
    1921 * GTiff: ensure false easting/northing in geotiff geokeys are treated as being in geosys units (#3901)
     22 * GRIB: Fix grid vs cell-center convention (#2637)
    2023 * OGR SQL: with DISTINCT, consider null values are such, and not as empty string (#4353)
    2124
     
    181184
    182185DIMAP driver:
     186 * Add support for DIMAP2
    183187 * Check underlying raster for SRS. There are cases where HORIZONTAL_CS_CODE is empty and the underlying raster is georeferenced
    184188
     
    246250 * fix 'cannot specify columns on insert create option' (#4206)
    247251 * Fix ULTCoordinate Rows/Columns swapping (#3718)
     252 * Fix loading of small images, FlushCache issue (#4363)
    248253
    249254GIF driver:
     
    251256
    252257GRIB driver:
    253  * Fix grid vs cell-center convention wrong
     258 * Fix grid vs cell-center convention (#2637)
    254259 * use /vsi for all jpeg2000 files now
    255260 * Fix to allow GFS data to show up properly (#2550)
     
    268273 * Fix bug when using -co COPY_SRC_OVERVIEWS=YES on a multiband source with external overviews (#3938)
    269274 * Add logic to fill out partial tiles on write in for jpeg images (#4096)
    270  * Refresh with libtiff 4.0.0beta7
     275 * Updated to libtiff 4.0.0 final
    271276 * Refresh with libgeotiff 1.4.0, to support for GeogTOWGS84GeoKey
    272277 * Add support for Geocentric SRS
     
    376381 * CF-1.5 compatible export of projected grids (optional lon/lat export)
    377382 * Fix LCC-1SP import and export (#3324)
     383 * Fix handling of UNITS import and export (#4402 and #3324)
     384 * Fix upside-down export and import of grids without projection and geotransform (#2129, #4284)
     385 * Support import of polar stereographic variant without standard parallel (#2893)
    378386 * New driver options
    379387 * Add simple progress indicator
     
    574582 * ESRI: fix Stereo/Oblique_Stereo/Double_Stereo (bugs #1428 and #4267)
    575583 * ESRI: fix projection parameter mapping for Orthographic projection (#4249)
    576  * ESRI: add optional fixing of TOWGS84, DATUM and GEOGCS (#4345 and #4378)
     584 * ESRI: add optional fixing of TOWGS84, DATUM and GEOGCS with GDAL_FIX_ESRI_WKT config. option (#4345 and #4378)
    577585 * ESRI: fix add Krassowsky/Krasovsky 1940 spheroid mapping
    578586 * Add EPSG:102113 in the data/esri_extra.wkt file
     
    678686 * Be able to open .gz file directly (like OS Mastermap ones), and read/write the .gfs file next to the .gz file
    679687 * Fix segfault when encountering an invalid (or unhandled by OGR) geometry and when the axis order is lat/long (#3935)
     688 * GML3: use a new method to interpret Face objects (which requires GEOS support);
     689         old method available if GML_FACE_HOLE_NEGATIVE config. option set to YES (#3937)
    680690 * GML3: support Curve as a valid child for curveProperty inside directEdge parsing (#3934)
    681691 * GML3: don't force the linestring to be 3D when inverting its orientation during parsing of directedEdge (#3936)
     
    933943Ruby bindings:
    934944 * Build SWIG Ruby Bindings against modern Ruby versions (1.8.7 and 1.9.2) (#3999)
    935