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

chore(deps): update dependency rasterio to v1.4.3 #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rasterio ==1.4.1 -> ==1.4.3 age adoption passing confidence

Release Notes

rasterio/rasterio (rasterio)

v1.4.3

Compare Source

Bug fixes:

  • Erroneous masking of 0-valued raster data by boundless, masked reads has been
    fixed (#​3268).
  • If passed a dataset object, rasterio.open() now raises TypeError instead of
    proceeding and crashing (#​3266).
  • All options of GDALFillNodata() are now supported by the method in
    rasterio.fill (#​3265).
  • The flag for GDAL driver registration has been changed to an _env module
    attribute. Drivers should only be registered once per process at most
    (#​3260). A side effect of this is that the GDAL_SKIP configuration option,
    which affects format driver registration, only has an effect the first time
    a dataset is opened.
  • Allow a dataset's compression metadata to surface in profile and compression
    properties even if the value isn't present in the Compression enum (#​3259).
  • A bug that causes CRS.from_wkt().is_epsg_code() to erroneously return False
    when an EPSG code is embedded in WKT has been fixed (#​3258).
  • IAU 2015 has been added to the list of known CRS authorities (#​3243).
  • A major performance regression in Rasterio's merge tool has been corrected
    (#​3234).

Other changes:

  • CRS._matches() has been rewritten to better support CRS.to_authority() and
    CRS.to_epsg() (#​3255).

v1.4.2

Compare Source

Version 1.4.2 fixes two regressions and further improves compatibility with
GDAL 3.10.

Bug fixes:

  • The reproject() function now always returns a 2-D array, masked or
    non-masked, when requested (#​3223).
  • The various rowcol() methods once again return integers by default as
    they did in 1.3.11 (#​3219).
  • Internal usage of CRS.to_epsg(), which is slow, has been reduced, and
    CRS.eq() has been made much faster (#​3216).
  • The warper's use of a MEM:: dataset has been made fully compatible with
    changes coming in GDAL 3.10 (#​3212).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency rasterio to v1.4.2 chore(deps): update dependency rasterio to v1.4.3 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/rasterio-1.x branch from 986f3db to 36f5f51 Compare December 2, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants