pkgsrc/geography/gdal-lib/PLIST

106 lines
2.3 KiB
Text
Raw Normal View History

Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
@comment $NetBSD: PLIST,v 1.8 2010/03/10 11:45:26 adam Exp $
bin/gdal-config
bin/gdal_contour
bin/gdal_grid
bin/gdal_rasterize
bin/gdal_translate
bin/gdaladdo
bin/gdalbuildvrt
Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
bin/gdaldem
bin/gdalenhance
bin/gdalinfo
bin/gdalmanage
bin/gdaltindex
bin/gdaltransform
bin/gdalwarp
bin/nearblack
bin/ogr2ogr
bin/ogrinfo
bin/ogrtindex
bin/testepsg
Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
include/cpl_atomic_ops.h
include/cpl_config.h
Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
include/cpl_config_extras.h
include/cpl_conv.h
include/cpl_csv.h
include/cpl_error.h
include/cpl_hash_set.h
include/cpl_http.h
include/cpl_list.h
include/cpl_minixml.h
include/cpl_minizip_ioapi.h
include/cpl_minizip_unzip.h
include/cpl_multiproc.h
include/cpl_odbc.h
include/cpl_port.h
include/cpl_quad_tree.h
include/cpl_string.h
Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
include/cpl_time.h
include/cpl_vsi.h
include/cpl_vsi_virtual.h
include/cpl_win32ce_api.h
2007-03-24 01:19:29 +01:00
include/cpl_wince.h
include/cplkeywordparser.h
include/gdal.h
include/gdal_alg.h
include/gdal_alg_priv.h
include/gdal_frmts.h
include/gdal_pam.h
include/gdal_priv.h
include/gdal_proxy.h
include/gdal_rat.h
include/gdal_version.h
include/gdal_vrt.h
include/gdalgrid.h
include/gdaljp2metadata.h
include/gdalwarper.h
include/gvgcpfit.h
include/memdataset.h
include/ogr_api.h
include/ogr_core.h
include/ogr_feature.h
include/ogr_featurestyle.h
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
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
share/gdal/LICENSE.TXT
share/gdal/coordinate_axis.csv
share/gdal/cubewerx_extra.wkt
share/gdal/ecw_cs.wkt
share/gdal/ellipsoid.csv
share/gdal/epsg.wkt
share/gdal/esri_extra.wkt
share/gdal/gcs.csv
share/gdal/gcs.override.csv
share/gdal/gdal_datum.csv
share/gdal/gdalicon.png
share/gdal/gt_datum.csv
share/gdal/gt_ellips.csv
Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
share/gdal/header.dxf
share/gdal/pcs.csv
share/gdal/pcs.override.csv
share/gdal/prime_meridian.csv
share/gdal/projop_wparm.csv
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
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
Changes 1.7.1: The 1.7.1 release was prepared and issued primarily to deal with ticket 3382, relating to the fact that GDAL 1.7 has had a significant regression in that all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software including released versions of ArcGIS and Erdas Imagine. Following is a list of all bug fixes since the 1.7.0 release. == General == * MacOS X: Support versioning for framework builds * FreeBSD: fix --with-threads configuring == GDAL / Raster == * HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was producing .img files unreadable in non-GDAL software * HFA: Ensure nodata values carried into overviews * HFA: Fix support for files with nonstandard mapunits * NITF: Improve NITF spec compliance when generating JPEG compression * NITF: Improve dateline handling for CADRG products * NITF: Return GCPPROJECTIONX metadata when we can't transform polar * GeoRaster: Avoid error messages when looking up epsg codes * DODS / GDALCopyWords(): Fix bug with negative offsets/flipping * PCIDSK: Fix new bug with UTM MGRS zone handling * PDS: Fix up offset support for detached labels * gdal_merge.py: support per band init values * ECW: Fix one broken case in configure logic * RasterLite: Fix crash on 32bit platforms * NetCDF: Prevent CreateCopy() of complex bands * HDF4: Fix buffer overflow with GeodeticLatitude == OGR / Vector == * SQLite: TestCapability() returns TRUE for transation support * DXF: Support polylines in Object Coordinate System * MIF/ogr2ogr: Fix new problem translating to MIF format * GeoJSON: Support stdout output via new /vsistdout/ name * Shapefile: Fixes for winding calculations on read and write * Postgres: Get field width and precision from SQL queries
2010-03-10 12:45:26 +01:00
share/gdal/trailer.dxf
share/gdal/unit_of_measure.csv