Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps gdal from 3.1.3 to 3.5.2.

Release notes

Sourced from gdal's releases.

GDAL 3.5.2

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

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)

... (truncated)

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.5.2 Release Notes

Build

All:

  • Fix build with OpenCL support on case-sensitive Apple systems (#6117)

CMake:

  • fix typo in function call in cmake/modules/3.16/FindPython/Support.cmake (#6009)
  • fix gdal.pc and gdal-config generation when CMAKE_INSTALL_xxxx is an absolute path (#6004)
  • remove GDAL_INSTALL_[FULL_]INCLUDEDIR and use standard CMAKE_INSTALL_[FULL_]INCLUDEDIR
  • add support for iOS and Mac Catalyst
  • fix build issue with system sqlite3 on Mac (#6011)
  • do not add -Wl,--no-undefined to linker flags for -fsanitize builds
  • check for blosc_cbuffer_validate() presence to use Blosc (for Ubuntu 18.04)
  • do not try Lerc on big-endian builds
  • fix build with GDAL_BUILD_OPTIONAL_DRIVERS:BOOL=OFF (#6031)
  • compatibility fix for cmake < 3.13 with mingw
  • check if extra iconv charsets are available, and emit a warning if not (e.g if glibc-gconv-extra is missing on Fedora)
  • only build my_test_sqlite3_ext if sqlite3ext.h is available
  • FindPoppler.cmake: add POPPLER_EXTRA_LIBRARIES (e.g. for gisinternals to add linking to freetype)
  • FindECW: add support for gisinternals libecwj 3.3
  • fix static linking of ECW SDK 5.5 on Windows (#6190)
  • Rename PCRE2::PCRE2 to PCRE2::PCRE2-8 (#6120)
  • tune external JPEG inclusion order to make it easier on Homebrew to build against libjpeg-turbo (#6134)
  • fix typo in fuzzer CMakeLists.txt
  • JP2KAK: add support for ARM builds (#6228)
  • Fix propagation of CPL_DISABLE_DLL

configure.ac:

  • fix JXL tests

GDAL 3.5.2

Port

  • /vsicurl?: add pc_url_signing=yes, pc_collection query parameters to sign resources of Microsoft Planetary Computer

Algorithms

  • gdalwarp/GDALCreateGenImgProjTransformer2: support identity source geotransform as a valid one (#5954)
  • GDALCreateGenImgProjTransformer2(): properly set coordinate epoch on source and target CRS objects
  • Transformer: add [SRC_/DST_]GEOLOC_ARRAY] transformer options to be able to separate dataset to wrap and dataset with geolocation array
  • Geoloc transformer: fix issue in GDALInverseBilinearInterpolation() if provided with a rectangle
  • GDALWarp(): take into account SRS implied by [SRC_]GEOLOC_ARRAY transformer option
  • rasterio/rasterio#2474
  • RPC DEM extraction: use a block base approach to query the DEM (helps getting reproducible results when DEM is VRT)

Core

... (truncated)

Commits
  • 049a667 Prepare for GDAL 3.5.2
  • aa62d9b Merge pull request #6298 from OSGeo/backport-6297-to-release/3.5
  • 1060222 Multidim: avoid 'Driver implementation issue: m_pSelf not set' error on GDALM...
  • a0061a1 GDALRasterBand::GetHistogram(): avoid potential out-of-bounds write (fix rece...
  • b9097a4 Zarr: avoid crash on invalid '>Sxxx' data type with fill_value. Fixes https:/...
  • 7ad0532 Rasterlite: avoid integer overflows on broken image. Fixes https://bugs.chrom...
  • f593461 VRT: avoid integer overflow on invalid Kernel.Size value. Fixes https://bugs....
  • d5931a1 GRIB g2clib: avoid floating-point division by zero. Fixes https://bugs.chromi...
  • beec98a OGRProjCT::Initialize(): fix memleak in error code path. Fixes https://bugs.c...
  • 83cbc8f Merge pull request #6291 from rouault/backport-6285-to-release/3.5
  • 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.2.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/v3.5.2/NEWS.md)
- [Commits](OSGeo/gdal@v3.1.3...v3.5.2)

---
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 Sep 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #85.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/pip/gdal-3.5.2 branch October 31, 2022 16:41
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