Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2022

Bumps gdal from 3.1.3 to 3.5.1.

Release notes

Sourced from gdal's releases.

GDAL 3.5.1

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.5.1/NEWS.md

GDAL 3.5.0

  • RFC 84: Addition of a CMake build system, which deprecates the existing autoconf/automake and nmake build systems, that will be removed in GDAL 3.6.0. Users are encouraged to adopt the new CMake build system. Documentation of the CMake build system is at https://gdal.org/build_hints.html.
  • Add GDT_Int64 and GDT_UInt64 data types and handle them in MEM, GTiff, netCDF and Zarr drivers
  • Add read/write OGR Parquet (Apache Parquet) and Arrow (Apache Arrow IPC File/Feather or stream) drivers. Only in CMake builds
  • Add OGR HANA database driver. Only in autoconf & cmake builds
  • Removed drivers: RDA, JPEG2000 (Jasper-based), CharLS, MG4 LIDAR, FujiBAS, IDA, INGR, ARCGEN, ArcObjects, CouchDB, Cloudant, DB2, FME, Geomedia, MDB (Java Jackess based), GTM, Ingres, MongoDB (old one. MongoDBv3 is the one to use now), REC, Walk, GMT raster, DODS raster and vector
  • GDAL and OGR GRASS drivers moved to https://github.com/OSGeo/gdal-grass repository
  • Tiger: remove deprecated write side of the driver (#4216)
  • Remove deprecated SWIG Perl bindings
  • Code linting and security fixes
  • Bump of shared lib major version

GDAL 3.4.3

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.4.3/gdal/NEWS.md

GDAL 3.4.2

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.4.2/gdal/NEWS.md

GDAL 3.4.1

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.4.1/gdal/NEWS.md

GDAL 3.4.0

  • RFC 81: Support for coordinate epochs in geospatial formats. Implemented in FlatGeoBuf, GeoPackage, MEM, VRT
  • New GDAL drivers:
    • Zarr: read/write support for ZarrV2 (and experimental V3), using 2D classic raster API or multidimensional API:
    • STACIT: Spatio-Temporal Asset Catalog Items as virtual mosaics
  • Other improvements:
    • number of enhancements in file system operations of /vsigs/
    • NITF: additions to comply with NITF Version 2.1 Commercial Dataset Requirements Document (NCDRD)
    • ODBC and PGeo: multiple fixes and improvements
    • SAFE (Sentinel1): multiple improvements related to SLC/calibration (change subdataset naming)
    • multidimensional API: caching, and other improvements
  • Code linting and security fixes
  • Bump of shared lib major version

... (truncated)

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.5.1 Release Notes

Build

  • CMake: fix build without PNG and JPEG (#5741, #5742)
  • CMake: fix build of internal libtiff without JPEG support (#5785)
  • CMake: add missing source file cpl_vsil_plugin.cpp (#5780)
  • CMake: build iso8211 library conditionally to drivers requiring it, and no longer tag it as a driver (#5809)
  • CMake: Python bindings: make it possible to release patch versions (#5844)
  • CMake: Python bindings: add numpy to extras_require option of setup.py, so that 'pip install gdal[numpy]' works (#5844)
  • CMake: DefineFindPackage2.cmake: report packages in PACKAGES_FOUND/PACKAGES_NOT_FOUND
  • CMake: Add version suffix to DLL when compiling for MinGW target
  • CMake: Expose -DBUILD_WITHOUT_64BIT_OFFSET to allow building for 32bit Android with ABI < 24
  • CMake: Be less sensitive on warnings at configure time when detecting iconv
  • CMake: do not build Carto and DAAS drivers in builds without Curl
  • CMake: adjustments for builds with latest ICC compiler
  • CMake: cpl_config.h: Don't use __stdcall on MinGW

GDAL 3.5.1

Port

  • vsicurl: add NEGOTIATE to proxy auth methods
  • /vsis3/: GetSignedURL(): renew temporary credentials if they expire before the expiration of the signed URL
  • /vsis3/: take into account session token in GetSignedURL()
  • cpl_spawn.cpp: fix linking with FreeBSD (found with CheriBSD)
  • CPLJSONDocument::LoadUrl(): emit error when called in build without Curl
  • CPLDebug(): remove CPL_STDCALL declaration as variadic functions can't use __stdcall calling convention.

Algorithms

  • GeoLoc inverse: increase search radius to avoid holes in results (#5823)
  • GDALTransformLonLatToDestGenImgProjTransformer(): avoid unnecessary coordinate transformer creation when source CRS is geographic
  • GDALWarp(): avoid dummy progress function to be called in single-threaded usage

Core

  • Embedded python: list Python 3.11
  • Fix build related to rasterio_ssse3 on x32 architecture (#5917)

Utilities

  • gdalinfo: avoid outputting too many digits for nodata value (#5794)
  • gdal_calc: detect dataset creation failed (#5817)
  • Windows: command line applications: embed manifest to declare longPathAware=true property (#5836)

Raster drivers

COSAR driver:

  • fix reading the last sample of each line (#5622)

... (truncated)

Commits
  • 9df25fe Prepare for GDAL 3.5.1RC2
  • 1d7955c Merge pull request #6007 from OSGeo/backport-6006-to-release/3.5
  • 549070a OSRGetProjTLSContext(): extra fix for 4c32466b5093e40cca501546d612899801a57417
  • 06bd2fd Merge pull request #6005 from OSGeo/backport-6002-to-release/3.5
  • c6b067a netCDF: fix reading geotransform of a CF file with long/lat grid mapping (3.5...
  • 686dd4f OSRGetProjTLSContext(): make it faster on Linux by saving getpid() system call
  • 3b91b47 Merge pull request #6003 from OSGeo/backport-6001-to-release/3.5
  • 6a06f67 Fix missing punctuation
  • 2d67de5 Prepare for GDAL 3.5.1 release
  • 132524c VFK: declare OLCStringsAsUTF8 capability
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gdal](https://github.com/OSGeo/gdal) from 3.1.3 to 3.5.1.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/v3.5.1/NEWS.md)
- [Commits](OSGeo/gdal@v3.1.3...v3.5.1)

---
updated-dependencies:
- dependency-name: gdal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 6, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 14, 2022

Superseded by #70.

@dependabot dependabot bot closed this Sep 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/gdal-3.5.1 branch September 14, 2022 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant