Skip to content

Releases: OSGeo/gdal

GDAL 3.1.3

07 Sep 10:28
1be35bb
Compare
Choose a tag to compare

GDAL 3.1.2

07 Jul 12:40
1fc8b45
Compare
Choose a tag to compare

GDAL 3.1.1

29 Jun 12:22
9ad5748
Compare
Choose a tag to compare

GDAL 3.1.0

07 May 14:09
2b949f1
Compare
Choose a tag to compare
  • Implement RFC 75: support for multidimensional arrays in MEM, VRT, netCDF, HDF4, HDF5 and GRIB drivers. Read/write for MEM and netCDF. Read/only for others. Add gdalmdiminfo and gdalmdimtranslate utilities.
  • Implement RFC 76: add capability of writing vector drivers in Python
  • New GDAL drivers:
    • COG: write-only, for Cloud Optimized GeoTIFF
    • EXR: read/write driver, relying on OpenEXR library
    • ISG: read-only, for geoid models of the International Service for the Geoid
    • RDB: read-only, for RIEGL Database .mpx RDB 2 files (#1538) (needs proprietary SDK)
  • New OGR drivers:
  • Improved drivers:
  • OAPIF driver (renamed from WFS3): updated to OGC API - Features 1.0 core spec
  • GTiff: improve performance of internal overview creation
  • GTiff: GeoTIFF 1.1 support
  • Shapefile driver: add read/creation/update support for .shz and .shp.zip
  • netCDF vector: read/write support for CF-1.8 Encoded Geometries (#1287)
  • VICAR: multiple improvements and write support (#1855)
  • DDS: add read support
  • Other improvements:
    • gdalwarp: accept output drivers with only CreateCopy() capabilities
    • gdal_viewshed: new utility for viewshed algorithm
  • Remove GFT driver now that the online service no longer exists (#2050)
  • New Sphinx-based documentation
  • Multiple security related fixes (ossfuzz)
  • Continued code linting (cppcheck, CoverityScan, etc.)
  • Compatibility with GDAL 3.0:
    • C and C++ API: backward compatible changes
    • C ABI: backward compatible changes
    • C++ ABI: modified
    • Functional changes: see MIGRATION_GUIDE.TXT

GDAL 3.0.4

30 Jan 13:41
ee535a1
Compare
Choose a tag to compare

GDAL 3.0.3

13 Jan 13:36
069efa1
Compare
Choose a tag to compare

GDAL 2.4.4

13 Jan 13:36
9fe5e1e
Compare
Choose a tag to compare

GDAL 3.0.2

05 Nov 09:04
e3f7c49
Compare
Choose a tag to compare

GDAL 3.0.1

05 Jul 15:34
v3.0.1
df36f28
Compare
Choose a tag to compare

GDAL 3.0.0

09 May 13:38
b2e5f04
Compare
Choose a tag to compare
  • Implement RFC 73: Integration of PROJ6 for WKT2, late binding capabilities, time-support and unified CRS database. PROJ >= 6 is now a build requirement
  • New GDAL drivers:
  • New OGR drivers:
    • MongoDBv3: read/write driver using libmongocxx v3.4.0 client (for MongoDB >= 4.0)
  • Improved drivers:
    • FITS: read/write support for scale, offset and CRS
    • netCDF: read support for groups
    • PDF: add a COMPOSITION_FILE creation option to generate a complex document
    • PDS4: subdataset creation support, read/write table/vector support
  • Support for minimal builds on Unix (#1250)
  • Add a docker/ directory with Dockerfile for different configurations
  • Continued code linting