2014-10-10 03:13:57 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.11 2014/10/10 01:13:57 wen Exp $
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/gdal-config
|
|
|
|
bin/gdal_contour
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/gdal_grid
|
2007-03-07 17:04:25 +01:00
|
|
|
bin/gdal_rasterize
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/gdal_translate
|
|
|
|
bin/gdaladdo
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/gdalbuildvrt
|
2010-03-10 12:45:26 +01:00
|
|
|
bin/gdaldem
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/gdalenhance
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/gdalinfo
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
bin/gdallocationinfo
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/gdalmanage
|
2014-10-10 03:13:57 +02:00
|
|
|
bin/gdalserver
|
Changes 1.9.0:
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID,
SNODAS, WebP, ZMap
* New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT,
IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler
* gdalsrsinfo: new supported utility to report SRS in various form
(supercedes testepsg)
2012-03-07 17:17:04 +01:00
|
|
|
bin/gdalsrsinfo
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/gdaltindex
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/gdaltransform
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/gdalwarp
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/nearblack
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/ogr2ogr
|
|
|
|
bin/ogrinfo
|
2014-10-10 03:13:57 +02:00
|
|
|
bin/ogrlineref
|
2006-05-02 22:36:33 +02:00
|
|
|
bin/ogrtindex
|
2009-06-03 19:28:30 +02:00
|
|
|
bin/testepsg
|
2010-03-10 12:45:26 +01:00
|
|
|
include/cpl_atomic_ops.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/cpl_config.h
|
2010-03-10 12:45:26 +01:00
|
|
|
include/cpl_config_extras.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/cpl_conv.h
|
|
|
|
include/cpl_csv.h
|
|
|
|
include/cpl_error.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/cpl_hash_set.h
|
|
|
|
include/cpl_http.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/cpl_list.h
|
|
|
|
include/cpl_minixml.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/cpl_minizip_ioapi.h
|
|
|
|
include/cpl_minizip_unzip.h
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
include/cpl_minizip_zip.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/cpl_multiproc.h
|
|
|
|
include/cpl_odbc.h
|
|
|
|
include/cpl_port.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/cpl_progress.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/cpl_quad_tree.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/cpl_spawn.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/cpl_string.h
|
2010-03-10 12:45:26 +01:00
|
|
|
include/cpl_time.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/cpl_virtualmem.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/cpl_vsi.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/cpl_vsi_virtual.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/cpl_vsil_curl_priv.h
|
2007-03-07 17:04:25 +01:00
|
|
|
include/cpl_win32ce_api.h
|
2007-03-24 01:19:29 +01:00
|
|
|
include/cpl_wince.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/cplkeywordparser.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/gdal.h
|
|
|
|
include/gdal_alg.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/gdal_alg_priv.h
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
include/gdal_csv.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/gdal_frmts.h
|
|
|
|
include/gdal_pam.h
|
|
|
|
include/gdal_priv.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/gdal_proxy.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/gdal_rat.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/gdal_simplesurf.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/gdal_version.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/gdal_vrt.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/gdalexif.h
|
|
|
|
include/gdalgeorefpamdataset.h
|
2009-06-03 19:28:30 +02:00
|
|
|
include/gdalgrid.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/gdalgrid_priv.h
|
|
|
|
include/gdaljp2abstractdataset.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/gdaljp2metadata.h
|
|
|
|
include/gdalwarper.h
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
include/gdalwarpkernel_opencl.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/gvgcpfit.h
|
|
|
|
include/memdataset.h
|
|
|
|
include/ogr_api.h
|
|
|
|
include/ogr_core.h
|
|
|
|
include/ogr_feature.h
|
|
|
|
include/ogr_featurestyle.h
|
2014-10-10 03:13:57 +02:00
|
|
|
include/ogr_geocoding.h
|
2006-05-02 22:36:33 +02:00
|
|
|
include/ogr_geometry.h
|
|
|
|
include/ogr_p.h
|
|
|
|
include/ogr_spatialref.h
|
|
|
|
include/ogr_srs_api.h
|
|
|
|
include/ogrsf_frmts.h
|
|
|
|
include/rawdataset.h
|
|
|
|
include/thinplatespline.h
|
|
|
|
include/vrtdataset.h
|
|
|
|
lib/libgdal.la
|
2014-10-10 03:13:57 +02:00
|
|
|
lib/pkgconfig/gdal.pc
|
Update to 1.4.0, supplied by Brook Milligan in PR 35752.
The package now has a mysql option in addition to the default pgsql.
GDAL/OGR 1.4.0 - General Changes
--------------------------------
Perl Bindings:
- Added doxygen based documentation.
NG Python Bindings:
- Implemented numpy support.
CSharp Bindings:
- Now mostly operational.
WinCE Porting:
- CPL
- base OGR, OSR and mitab and shape drivers.
- GDAL, including GeoTIFF, DTED, AAIGrid drivers
- Added test suite (gdalautotest/cpp)
Mac OSX Port:
- Added framework support (--with-macosx-framework)
GDAL 1.4.0 - Overview Of Changes
--------------------------------
WCS Driver:
- New
PDS (Planetary Data Set) Driver:
- New
ISIS (Mars Qubes) Driver:
- New
HFA (.img) Driver:
- Support reading ProjectionX PE strings.
- Support producing .aux files with statistics.
- Fix serious bugs with u1, u2 and u4 compressed data.
NITF Driver:
- Added BLOCKA reading support.
- Added ICORDS='D'
- Added jpeg compression support (readonly)
- Support multiple images as subdatasets.
- Support CGM data (as metadata)
AIGrid Driver:
- Use VSI*L API (large files, in memory, etc)
- Support upper case filenames.
- Support .clr file above coverage.
HDF4 Driver:
- Added support for access to geolocation arrays (see RFC 4).
- External raw raster bands supported.
PCIDSK (.pix) Driver:
- Support METER/FEET as LOCAL_CS.
- Fix serious byte swapping error on creation.
BMP Driver:
- Various fixes, including 16bit combinations, and non-intel byte swapping.
GeoTIFF Driver:
- Fixed in place update for LZW and Deflated compressed images.
JP2KAK (JPEG2000) Driver:
- Added support for reading and writing gmljp2 headers.
- Read xml boxes as metadata.
- Accelerate YCbCr handling.
JP2MrSID (JPEG2000) Driver:
- Added support for reading gmljp2 headers.
EHDR (ESRI BIL) Driver:
- Support 1-7 bit data.
- Added statistics support.
OGR 1.4.0 - Overview of Changes
-------------------------------
OGR SQL:
- RFC 6: Added support for SQL/attribute filter access to geometry, and
style strings.
OGRSpatialReference:
- Support for OGC SRS URNs.
- Support for +wktext/EXTENSION stuff for preserving PROJ.4 string in WKT.
- Added Two Point Equidistant projection.
- Added Krovak projection.
- Updated support files to EPSG 6.11.
OGRCoordinateTransformation:
- Support source and destination longitude wrapping control.
OGRFeatureStyle:
- Various extensions and improvements.
INFORMIX Driver:
- New
KML Driver:
- New (write only)
E00 Driver:
- New (read only)
- Polygon (PAL) likely not working properly.
Postgres/PostGIS Driver:
- Updated to support new EWKB results (PostGIS 1.1?)
- Fixed serious bug with writing SRSes.
- Added schema support.
GML Driver:
- Strip namespaces off field names.
- Handle very large geometries gracefully.
ODBC Driver:
- Added support for spatial_ref_sys table.
SDE Driver:
- Added logic to speed things up while actually detecting layer geometry types
PGeo Driver:
- Added support for MDB Tools ODBC driver on linux/unix.
VRT Driver:
- Added useSpatialSubquery support.
2007-02-23 23:22:38 +01:00
|
|
|
share/gdal/GDALLogoBW.svg
|
|
|
|
share/gdal/GDALLogoColor.svg
|
|
|
|
share/gdal/GDALLogoGS.svg
|
2009-06-03 19:28:30 +02:00
|
|
|
share/gdal/LICENSE.TXT
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
share/gdal/compdcs.csv
|
2009-06-03 19:28:30 +02:00
|
|
|
share/gdal/coordinate_axis.csv
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/cubewerx_extra.wkt
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
share/gdal/datum_shift.csv
|
2009-06-03 19:28:30 +02:00
|
|
|
share/gdal/ecw_cs.wkt
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/ellipsoid.csv
|
|
|
|
share/gdal/epsg.wkt
|
Changes 1.9.0:
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID,
SNODAS, WebP, ZMap
* New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT,
IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler
* gdalsrsinfo: new supported utility to report SRS in various form
(supercedes testepsg)
2012-03-07 17:17:04 +01:00
|
|
|
share/gdal/esri_StatePlane_extra.wkt
|
|
|
|
share/gdal/esri_Wisconsin_extra.wkt
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/esri_extra.wkt
|
|
|
|
share/gdal/gcs.csv
|
2009-06-03 19:28:30 +02:00
|
|
|
share/gdal/gcs.override.csv
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/gdal_datum.csv
|
|
|
|
share/gdal/gdalicon.png
|
Changes 1.9.0:
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID,
SNODAS, WebP, ZMap
* New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT,
IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler
* gdalsrsinfo: new supported utility to report SRS in various form
(supercedes testepsg)
2012-03-07 17:17:04 +01:00
|
|
|
share/gdal/geoccs.csv
|
2014-10-10 03:13:57 +02:00
|
|
|
share/gdal/gml_registry.xml
|
2009-06-03 19:28:30 +02:00
|
|
|
share/gdal/gt_datum.csv
|
|
|
|
share/gdal/gt_ellips.csv
|
2010-03-10 12:45:26 +01:00
|
|
|
share/gdal/header.dxf
|
2014-10-10 03:13:57 +02:00
|
|
|
share/gdal/inspire_cp_BasicPropertyUnit.gfs
|
|
|
|
share/gdal/inspire_cp_CadastralBoundary.gfs
|
|
|
|
share/gdal/inspire_cp_CadastralParcel.gfs
|
|
|
|
share/gdal/inspire_cp_CadastralZoning.gfs
|
Changes 1.9.0:
* New GDAL drivers: ACE2, CTG, E00GRID, ECRGTOC, GRASSASCIIGrid, GTA, NGSGEOID,
SNODAS, WebP, ZMap
* New OGR drivers: ARCGEN, CouchDB, DWG, EDIGEO, FileGDB, Geomedia, GFT,
IDRISI, MDB, SEGUKOOA, SEGY, SVG, XLS
* Significantly improved drivers: NetCDF
* Encoding support for shapefile/dbf
* RFC 35: Delete, reorder and alter field definitions of OGR layers
* RFC 37: Add mechanism to provide user data to CPLErrorHandler
* gdalsrsinfo: new supported utility to report SRS in various form
(supercedes testepsg)
2012-03-07 17:17:04 +01:00
|
|
|
share/gdal/nitf_spec.xml
|
|
|
|
share/gdal/nitf_spec.xsd
|
2014-10-10 03:13:57 +02:00
|
|
|
share/gdal/ogrvrt.xsd
|
|
|
|
share/gdal/osmconf.ini
|
|
|
|
share/gdal/ozi_datum.csv
|
|
|
|
share/gdal/ozi_ellips.csv
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
share/gdal/pci_datum.txt
|
|
|
|
share/gdal/pci_ellips.txt
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/pcs.csv
|
2009-06-03 19:28:30 +02:00
|
|
|
share/gdal/pcs.override.csv
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/prime_meridian.csv
|
|
|
|
share/gdal/projop_wparm.csv
|
2014-10-10 03:13:57 +02:00
|
|
|
share/gdal/ruian_vf_ob_v1.gfs
|
|
|
|
share/gdal/ruian_vf_st_v1.gfs
|
|
|
|
share/gdal/ruian_vf_v1.gfs
|
Update to 1.4.0, supplied by Brook Milligan in PR 35752.
The package now has a mysql option in addition to the default pgsql.
GDAL/OGR 1.4.0 - General Changes
--------------------------------
Perl Bindings:
- Added doxygen based documentation.
NG Python Bindings:
- Implemented numpy support.
CSharp Bindings:
- Now mostly operational.
WinCE Porting:
- CPL
- base OGR, OSR and mitab and shape drivers.
- GDAL, including GeoTIFF, DTED, AAIGrid drivers
- Added test suite (gdalautotest/cpp)
Mac OSX Port:
- Added framework support (--with-macosx-framework)
GDAL 1.4.0 - Overview Of Changes
--------------------------------
WCS Driver:
- New
PDS (Planetary Data Set) Driver:
- New
ISIS (Mars Qubes) Driver:
- New
HFA (.img) Driver:
- Support reading ProjectionX PE strings.
- Support producing .aux files with statistics.
- Fix serious bugs with u1, u2 and u4 compressed data.
NITF Driver:
- Added BLOCKA reading support.
- Added ICORDS='D'
- Added jpeg compression support (readonly)
- Support multiple images as subdatasets.
- Support CGM data (as metadata)
AIGrid Driver:
- Use VSI*L API (large files, in memory, etc)
- Support upper case filenames.
- Support .clr file above coverage.
HDF4 Driver:
- Added support for access to geolocation arrays (see RFC 4).
- External raw raster bands supported.
PCIDSK (.pix) Driver:
- Support METER/FEET as LOCAL_CS.
- Fix serious byte swapping error on creation.
BMP Driver:
- Various fixes, including 16bit combinations, and non-intel byte swapping.
GeoTIFF Driver:
- Fixed in place update for LZW and Deflated compressed images.
JP2KAK (JPEG2000) Driver:
- Added support for reading and writing gmljp2 headers.
- Read xml boxes as metadata.
- Accelerate YCbCr handling.
JP2MrSID (JPEG2000) Driver:
- Added support for reading gmljp2 headers.
EHDR (ESRI BIL) Driver:
- Support 1-7 bit data.
- Added statistics support.
OGR 1.4.0 - Overview of Changes
-------------------------------
OGR SQL:
- RFC 6: Added support for SQL/attribute filter access to geometry, and
style strings.
OGRSpatialReference:
- Support for OGC SRS URNs.
- Support for +wktext/EXTENSION stuff for preserving PROJ.4 string in WKT.
- Added Two Point Equidistant projection.
- Added Krovak projection.
- Updated support files to EPSG 6.11.
OGRCoordinateTransformation:
- Support source and destination longitude wrapping control.
OGRFeatureStyle:
- Various extensions and improvements.
INFORMIX Driver:
- New
KML Driver:
- New (write only)
E00 Driver:
- New (read only)
- Polygon (PAL) likely not working properly.
Postgres/PostGIS Driver:
- Updated to support new EWKB results (PostGIS 1.1?)
- Fixed serious bug with writing SRSes.
- Added schema support.
GML Driver:
- Strip namespaces off field names.
- Handle very large geometries gracefully.
ODBC Driver:
- Added support for spatial_ref_sys table.
SDE Driver:
- Added logic to speed things up while actually detecting layer geometry types
PGeo Driver:
- Added support for MDB Tools ODBC driver on linux/unix.
VRT Driver:
- Added useSpatialSubquery support.
2007-02-23 23:22:38 +01:00
|
|
|
share/gdal/s57agencies.csv
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/s57attributes.csv
|
|
|
|
share/gdal/s57attributes_aml.csv
|
|
|
|
share/gdal/s57attributes_iw.csv
|
|
|
|
share/gdal/s57expectedinput.csv
|
|
|
|
share/gdal/s57objectclasses.csv
|
|
|
|
share/gdal/s57objectclasses_aml.csv
|
|
|
|
share/gdal/s57objectclasses_iw.csv
|
|
|
|
share/gdal/seed_2d.dgn
|
|
|
|
share/gdal/seed_3d.dgn
|
|
|
|
share/gdal/stateplane.csv
|
2010-03-10 12:45:26 +01:00
|
|
|
share/gdal/trailer.dxf
|
2006-05-02 22:36:33 +02:00
|
|
|
share/gdal/unit_of_measure.csv
|
Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).
The changes are fully described at
http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
However, the following are the highlights.
In a nutshell:
* New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK,
KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN,
XYZ
* New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML,
MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS
* Significantly improved OGR drivers : DXF, GML
* New implemented RFCs:
o RFC 7: Use VSILFILE for VSI*L Functions
o RFC 24: Progressive data support in GDAL
o RFC 28: OGR SQL Generalized Expressions
o RFC 29: OGR Set Ignored Fields
o RFC 30: Unicode Filenames
o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation
* New utility : gdallocationinfo
Backward compatibility issues:
* MITAB driver: use "," for the OGR Feature Style id: parameter
delimiter, not "." as per the spec. Known impacted application:
MapServer?
* RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF
* GML driver: write valid <gml:MultiGeometry> element instead of
the non-conformant <gml:GeometryCollection>. For backward
compatibility, recognize both syntax for the reading part
2011-02-10 04:45:09 +01:00
|
|
|
share/gdal/vertcs.csv
|
|
|
|
share/gdal/vertcs.override.csv
|
2014-10-10 03:13:57 +02:00
|
|
|
@pkgdir lib/gdalplugins
|