Skip to content

GDAL 3.0.0

Compare
Choose a tag to compare
@rouault rouault released this 09 May 13:38
· 18826 commits to master since this release
b2e5f04
  • 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