GDAL/OGR 1.1.6 Release

Frank Warmerdam warmerdam at p...
Wed Feb 6 10:01:50 EST 2002


Folks,

The GDAL/OGR 1.1.6 release is now finalized and available at:

ftp://ftp.remotesensing.org/gdal/gdal-1.1.6.tar.gz
ftp://ftp.remotesensing.org/gdal/gdal116.zip

NOTE: The OGR based OLE DB provider is badly broken in this release. The
problem has been fixed in CVS already ... use that if you intend to use the
OLE DB provider.

The 1.1.6 NEWS file follows.

Best regards,

-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at p...
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent



GDAL 1.1.6 - Overview of Changes
--------------------------------

o Add > 2GB file support on Linux 2.4.

o Implemented USGS DEM reading.

o Implemented BSB Format (Nautical Chart Format) read support.

o Preliminary implementation of Virtual Datasets (gdal/frmts/vrt).

o Support for writing DTED files.

o Some raw formats (ie. PAux, HKV) support files larger than 2GB.

o Add the AddBand() method on GDALDataset.

o PAux: Added color table read support.

o Various fixes to OGDI driver.

o Stripped out the GDALProjDef related capabilities. Superceeded by
OGRSpatialReference, and OGRCoordinateTransformation functionality.

o Improved CEOS support, notable for ESA LANDSAT files, D-PAF ERS-1 and
Telaviv ERS data.

o geotiff: upgraded libtiff support to approximately libtiff 3.5.7.



OGR 1.1.6 - Overview of Changes
-------------------------------

o Fixed OGDI driver so that gltp urls with drive letters work properly on
windows.

o Many improvements to OLE DB provider during the process of making it
compatible with the MapGuide (SDP) client. These include implementing
restrictions for schema rowsets, treating missing information like WKT
coordinate systems as NULL fields, and setting ISLONG on geometry fields.
Also made thread safe.

o DGN: Thread SHAPE elements as polygons. Set style information for text.
Added 3D support for most elements.

o Fixed bugs in WKT format for some OGR geometry types (ie. multipoint).

o Added support for morphing to/from ESRI WKT format for OGRSpatialReference.

o NTF: Don't try to cache all the records from multiple files at once.

o Added experimental XML SRS support ... not the final schema. Added
supporting "minixml" support to CPL.	

o PostGIS: Upgraded to PostGIS 0.6. Added "soft transaction" semantics.
Many create feature calls can now be part of one transaction. Transactions
are now a general OGR concept although only implemented for PostGIS.

o Added transform() and transformTo() methods for reprojecting geometries and
added user options for this in ogr2ogr.

o Very preliminary GML read/write support. Needs Xerces C++ XML parser for
read support.








More information about the Gdal-dev mailing list