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

fix(deps): update dependency rasterio to v1.4.3 #580

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rasterio ==1.4.2 -> ==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).

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 becomes conflicted, 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.

@mmacata mmacata merged commit 8c8bad3 into main Dec 3, 2024
21 of 23 checks passed
@renovate renovate bot deleted the renovate/rasterio-1.x branch December 3, 2024 08:23
@anikaweinmann anikaweinmann added this to the 5.0.0 milestone Dec 9, 2024
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.

2 participants