Skip to content

Releases: OSGeo/gdal

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