Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Bump rasterio from 1.2.6 to 1.2.10 in /requirements #48

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps rasterio from 1.2.6 to 1.2.10.

Changelog

Sourced from rasterio's changelog.

1.2.10 (2021-10-11)

  • Raise WarpOperationError if ChunkAndWarp* do not succeed instead of silently failing to write to the warp output dataset (#2305).

1.2.9 (2021-10-01)

  • Compute geometry_window more accurately and tightly for rotated rasters, fixing a regression introduced in 1.2.1 (#2303).
  • Copy mask to destination in rio-clip and rio-convert (#2232).
  • Use a default 70% confidence threshold when matching CRS to definitions in authority files (#2293). The confidence threshold can be defined when calling to_epsg and to_authority, which partially addressed the issue reported in #2290.

1.2.8 (2021-09-09)

  • Correct for the sense of OCTTransform's return value (#2287).
  • Fix a regression in the rasterio.transform module's xy and rowcol functions (#2283).

1.2.7 (2021-09-07)

  • CRS objects are now compared to the EPSG authority using OSRFindMatches for compatibility with GDAL 3.3.2 (#2279).
  • Allow open's fp keyword argument to pass the credential decorator (#2267).
  • Fix a copy-paste bug in features.geometry_window() affecting Y-axis padding (#2266).
  • Note upcoming deprecation of the height and width parameters of rasterio.windows.from_bounds() and stop using these parameters in project code and tests.
  • The transform.xy and transform.rowcol functions now return a pair of single-element lists if passed a pair of single-element lists. This was the original behavior, but was broken in version 1.2.1 (#2242).
Commits
  • 72a7e86 This is 1.2.10
  • 621a6ba Require GDAL 3 for retry test
  • 99bbabc Also tests for a range request retry
  • f47077e Update change log link [skip-ci]
  • fb90df4 Raise WarpOperationError (new) if ChunkAndWarpMulti/Image fail (#2305)
  • 8943f45 This is 1.2.9
  • 5f2e559 Compute geometry_window more accurately for rotated rasters
  • 1961d78 Copy masks when appropriate
  • 5ed03f1 Use a default 70% confidence threshold when calling OSRFindMatches
  • 0513197 This is 1.2.8
  • 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 [rasterio](https://github.com/mapbox/rasterio) from 1.2.6 to 1.2.10.
- [Release notes](https://github.com/mapbox/rasterio/releases)
- [Changelog](https://github.com/mapbox/rasterio/blob/master/CHANGES.txt)
- [Commits](rasterio/rasterio@1.2.6...1.2.10)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants