Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gdal requirement from <=3.6.3,>=3.4.1 to >=3.4.1,<=3.8.1 in /rastervision_gdal_vsi #2006

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Updates the requirements on gdal to permit the latest version.

Release notes

Sourced from gdal's releases.

GDAL 3.8.1

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

Changelog

Sourced from gdal's changelog.

GDAL/OGR 3.8.1 Release Notes

GDAL 3.8.1 is a bugfix release.

Build

  • CMake: add gdalinfo bash-completion file to list of installed files
  • Fix build error with libxml2 2.12
  • CMake: make GDAL_USE_LIBKML and GDAL_USE_OPENJPEG honor GDAL_USE_EXTERNAL_LIBS
  • Detect failure in installation of the Python bindings

GDAL 3.8.1

Port

  • CSLLoad2(): remove CPLErrorReset()

Core

  • RasterIO: fix subpixel shift when reading from overviews with non-nearest resampling
  • GDALOverviewDataset::IRasterIO(): use parent dataset when possible for more efficiency

Algorithms

  • Inverse TPS transformer: speed improvement in gdalwarp use case (#8672)

Utilities

  • gdalwarp -of COG: use target SRS from -co TILING_SCHEME when specified (#8684)
  • gdalwarp: add a heuristic to clamp northings when projecting from geographic to Mercator (typically EPSG:3857) (#8730)
  • gdal_rasterize: fix inverse rasterization of polygon nested inside another one. Requires GEOS enabled build (#8689)
  • gdal_footprint: fix -ovr on RGBA datasets (#8792)
  • gdal_footprint: fix wrong taking into account of alpha band (#8834)
  • gdal_footprint: fix taking into account of individual bands that have nodata
  • gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure --version and --help return 0 error code (#8717)

Raster drivers

BSB driver:

  • fix opening datasets with errant 0x1A character in header (#8765)

COG driver:

  • avoid warnings when converting from world coverage to EPSG:3857
  • for JPEG compression, convert single band+alpha as single band JPEG + 1-bit mask band

... (truncated)

Commits
  • c258a69 Prepare for GDAL 3.8.1
  • cbf4a2c gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure --versio...
  • 2072770 Python utilities: make gdal_edit, gdal_pansharp, gdal_retile and ogr_layer_al...
  • ff68a2c Prepare for 3.8.0beta1
  • 15b4b2f gdal_calc.py: restore specifc --format behaviour (master only fix, fixes #8619)
  • 4ae8505 Merge pull request #8516 from rouault/fix_8514
  • 4d6bb03 validate_gpkg.py: make it work with -DSQLITE_TRUSTED_SCHEMA=0 SQLite compile-...
  • ac75d43 gdalcompare.py: multiple enhancements
  • bb49e41 Command line utilities: use usual conventions for placeholder (<value>), excl...
  • 6103d79 Merge pull request #8335 from rouault/fix_8331
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [gdal](https://github.com/OSGeo/gdal) to permit the latest version.
- [Release notes](https://github.com/OSGeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/v3.8.1/NEWS.md)
- [Commits](OSGeo/gdal@v3.4.1...v3.8.1)

---
updated-dependencies:
- dependency-name: gdal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (14d2d98) 86.14% compared to head (38a1bb1) 86.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2006      +/-   ##
==========================================
+ Coverage   86.14%   86.15%   +0.01%     
==========================================
  Files         195      195              
  Lines        9630     9630              
==========================================
+ Hits         8296     8297       +1     
+ Misses       1334     1333       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #2045.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/rastervision_gdal_vsi/gdal-gte-3.4.1-and-lte-3.8.1 branch February 1, 2024 18:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants