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): Bump rio-tiler from 6.7.0 to 7.0.0 in /flooding/sentinel2_water_extraction #386

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps rio-tiler from 6.7.0 to 7.0.0.

Release notes

Sourced from rio-tiler's releases.

7.0.0

What's Changed

Full Changelog: cogeotiff/rio-tiler@6.7.0...7.0.0

Changelog

Sourced from rio-tiler's changelog.

7.0.0 (2024-10-21)

  • Enable dynamic definition of Asset reader in MultiBaseReader (cogeotiff/rio-tiler#711, cogeotiff/rio-tiler#728)

  • Adding default_assets for MultiBaseReader and STACReader (author @​mccarthyryanc, cogeotiff/rio-tiler#722)

  • Adding default_bands for MultiBandReader (cogeotiff/rio-tiler#722)

  • Adding support for the STAC Projection extension to derive the bounds, crs, minzoom and maxzoom properties breaking change

  • Refactor internal function and base classes for the minzoom/maxzoom calculation breaking change

  • Adding transform, height and width attributes (outside init) for SpatialMixin class

  • Moved _dst_geom_in_tms_crs from Reader to SpatialMixin class breaking change

  • Removed use of rasterio's is_tiled method

  • Enable Alternate asset's HREF for STAC by using RIO_TILER_STAC_ALTERNATE_KEY environment variable

  • Adding support for GDAL VRT Connection string for STAC Assets

  • Improve type hint definition

  • make ImageData.rescale and ImageData.apply_color_formula to return self

  • add support for .json colormap files

  • do no lowercase colormap name in ColorMaps.get method breaking change

    from rio_tiler.colormap import cmap
    before
    assert cmap.get("Viridis")
    now
    assert cmap.get("Viridis")
    >> InvalidColorMapName: Invalid colormap name: Viridis

  • removed geographic_crs attribute in SpatialMixin class breaking change

  • removed geographic_bounds property in SpatialMixin class breaking change

  • add get_geographic_bounds(crs: CRS) method in SpatialMixin class

    from rasterio.crs import CRS
    from rio_tiler.io import Reader

... (truncated)

Commits

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 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)

Bumps [rio-tiler](https://github.com/cogeotiff/rio-tiler) from 6.7.0 to 7.0.0.
- [Release notes](https://github.com/cogeotiff/rio-tiler/releases)
- [Changelog](https://github.com/cogeotiff/rio-tiler/blob/main/CHANGES.md)
- [Commits](cogeotiff/rio-tiler@6.7.0...7.0.0)

---
updated-dependencies:
- dependency-name: rio-tiler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 22, 2024
@kodiakhq kodiakhq bot merged commit 70e6cab into master Oct 22, 2024
24 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/pip/flooding/sentinel2_water_extraction/rio-tiler-7.0.0 branch October 22, 2024 00:26
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
Development

Successfully merging this pull request may close these issues.

0 participants