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


Ignore:
Timestamp:
Jun 18, 2015, 12:04:02 PM (9 years ago)
Author:
Even Rouault
Comment:

Add links

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.0.0-News

    v2 v3  
    55 * New GDAL drivers:
    66    - BPG: read-only driver for Better Portable Graphics format (experimental, no build support)
    7     - GPKG: read/write/update capabilities in the unified raster/vector driver
    8     - KEA: read/write driver for KEA format
    9     - PLMosaic: read-only driver for Planet Labs Mosaics API
    10     - ROI_PAC: read/write driver for image formats of JPL's ROI_PAC project (#5776)
    11     - VICAR: read-only driver for VICAR format
     7    - [http://gdal.org/drv_geopackage_raster.html GPKG]: read/write/update capabilities in the unified raster/vector driver
     8    - [http://gdal.org/frmt_kea.html KEA]: read/write driver for KEA format
     9    - [http://gdal.org/frmt_plmosaic.html PLMosaic]: read-only driver for Planet Labs Mosaics API
     10    - [http://www.gdal.org/frmt_various.html#ROI_PAC ROI_PAC]: read/write driver for image formats of JPL's ROI_PAC project (#5776)
     11    - [http://www-mipl.jpl.nasa.gov/external/vicar.html VICAR]: read-only driver for VICAR format
    1212 * New OGR drivers:
    13     - Cloudant: read/write driver for Cloudant service
    14     - CSW: read-only driver for OGC CSW (Catalog Service for the Web) protocol
    15     - JML: read/write driver for OpenJUMP .jml format
    16     - PLScenes: read-only driver for Planet Labs Scenes API
    17     - Selaphin: read/write driver for the Selaphin/Seraphin format (#5442)
     13    - [http://gdal.org/drv_cloudant.html Cloudant]: read/write driver for Cloudant service
     14    - [http://gdal.org/drv_csw.html CSW]: read-only driver for OGC CSW (Catalog Service for the Web) protocol
     15    - [http://gdal.org/drv_jml.html JML]: read/write driver for OpenJUMP .jml format
     16    - [http://gdal.org/drv_plscenes.html PLScenes]: read-only driver for Planet Labs Scenes API
     17    - [http://gdal.org/ogr/drv_selafin.html Selaphin]: read/write driver for the Selaphin/Seraphin format (#5442)
    1818 * Significantly improved drivers: CSV, GPKG, GTiff, JP2OpenJPEG, MapInfo file, PG, SQLite
    19  * RFC 31: OGR 64bit Integer Fields and FIDs (trac.osgeo.org/gdal/wiki/rfc31_ogr_64)
     19 * [https://trac.osgeo.org/gdal/wiki/rfc31_ogr_64 RFC 31]: OGR 64bit Integer Fields and FIDs
    2020   In OGR core, OGR SQL, Shapefile, PG, PGDump, GeoJSON, CSV, GPKG, SQLite, MySQL,
    2121   OCI, MEM, VRT, JML, GML, WFS, CartoDB, XLSX, ODS, MSSQLSpatial, OSM, LIBKML, MITAB
    22  * RFC 46: GDAL/OGR unification ( http://trac.osgeo.org/gdal/wiki/rfc46_gdal_ogr_unification)
     22 * [https://trac.osgeo.org/gdal/wiki/rfc46_gdal_ogr_unification RFC 46]: GDAL/OGR unification
    2323     - GDAL and OGR PDF drivers are unified into a single one
    2424     - GDAL and OGR PCIDSK drivers are unified into a single one
    25  * RFC 49: Add support for curve geometries (http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries)
     25 * [https://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries RFC 49]: Add support for curve geometries
    2626   In OGR core, and GML, NAS, PostgreSQL, PGDUMP, GPKG, SQLite, VFK, VRT, Interlis drivers
    27  * RFC 50: Add support for OGR field subtypes (http://trac.osgeo.org/gdal/wiki/rfc50_ogr_field_subtype)
     27 * [https://trac.osgeo.org/gdal/wiki/rfc50_ogr_field_subtype RFC 50]: Add support for OGR field subtypes
    2828   In OGR core, OGR SQL, swig bindings, CSV, FileGDB, GeoJSON, GML, GPKG, OpenFileGDB, PG, PGDump, SQLite, VRT
    29  * RFC 51: RasterIO() improvements : resampling and progress callback (http://trac.osgeo.org/gdal/wiki/rfc51_rasterio_resampling_progress)
    30  * RFC 52: Stricter SQL quoting (http://trac.osgeo.org/gdal/wiki/rfc52_strict_sql_quoting)
    31  * RFC 53: OGR not-null constraints and default values (http://trac.osgeo.org/gdal/wiki/rfc53_ogr_notnull_default)
     29 * [https://trac.osgeo.org/gdal/wiki/rfc51_rasterio_resampling_progress RFC 51]: RasterIO() improvements : resampling and progress callback
     30 * [https://trac.osgeo.org/gdal/wiki/rfc52_strict_sql_quoting RFC 52]: Stricter SQL quoting
     31 * [https://trac.osgeo.org/gdal/wiki/rfc53_ogr_notnull_default RFC 53]: OGR not-null constraints and default values
    3232   In OGR core, OGR SQL, PG, PGDump, CartoDB, GPKG, SQLite, MySQL, OCI, VRT, GML, WFS, FileGDB, OpenFileGDB and MSSQLSpatial
    33  * RFC 54: Dataset transactions (https://trac.osgeo.org/gdal/wiki/rfc54_dataset_transactions)
     33 * [https://trac.osgeo.org/gdal/wiki/rfc54_dataset_transactions RFC 54]: Dataset transactions
    3434   In PG, GPKG, SQLite, FileGDB and MSSQLSpatial
    35  * RFC 55: refined SetFeature() and DeleteFeature() semantics.
     35 * [https://trac.osgeo.org/gdal/wiki/rfc55_refined_setfeature_deletefeature_semantics RFC 55]: refined SetFeature() and DeleteFeature() semantics.
    3636   In GPKG, Shape, MySQL, OCI, SQLite, FileGDB, PG, CartoDB, MITAB and MSSQL
    37  * RFC 56: OFTTime/OFTDateTime millisecond accuracy ( https://trac.osgeo.org/gdal/wiki/rfc56_millisecond_precision )
    38  * RFC 57: 64bit histogram bucket count ( https://trac.osgeo.org/gdal/wiki/rfc57_histogram_64bit_count )
     37 * [https://trac.osgeo.org/gdal/wiki/rfc56_millisecond_precision RFC 56]: OFTTime/OFTDateTime millisecond accuracy
     38 * [https://trac.osgeo.org/gdal/wiki/rfc57_histogram_64bit_count RFC 57]: 64bit histogram bucket count
    3939 * Upgrade to EPSG v8.5 database
    4040 * Fix locale related issues when formatting or reading floating point numbers (#5731)