Rio-viz

Latest version: v0.12.2

Safety actively analyzes 688365 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.7.0

* add `titiler.core` as dependencies to reduce code duplication.
* update code and templates to follow `titiler.core` specs.
* add `/crop.{format}` POST endpoint to get image from polygon shaped GeoJSON (https://github.com/developmentseed/rio-viz/pull/36)
* rename `/part` to `/crop` to match TiTiler (https://github.com/developmentseed/rio-viz/pull/36)
* refactor dependencies to remove bidx in info/metadata/stats (https://github.com/developmentseed/rio-viz/pull/37)
* refactor UI (https://github.com/developmentseed/rio-viz/pull/38)
* add simple **MosaicReader** (https://github.com/developmentseed/rio-viz/pull/32)

bash
$ rio viz "tests/fixtures/mosaic_cog{1,2}.tif" --reader rio_viz.io.MosaicReader

0.6.1

* update rio-tiler-mvt
* use cache middleware to add `cache-control` headers.

0.6.0

* add dynamic dependency injection to better support multiple reader types (https://github.com/developmentseed/rio-viz/pull/28)
* add better UI for MultiBaseReader (e.g STAC)
* renamed `indexes` query parameter to `bidx`
* update bands/assets/indexes query parameter style to follow the common specification


before
/tiles/9/150/189?indexes=1,2,3

now
/tiles/9/150/189?bidx=1&bidx=2&bidx=3

0.5.0

* renamed `rio_viz.ressources` to `rio_viz.resources` (https://github.com/developmentseed/titiler/pull/210)
* update and reduce requirements
* fix wrong tilesize setting in UI
* update pre-commit configuration

0.4.4

* update requirements.
* add Mapbox `dark` basemap as default.

0.4.3.post1

* add missing `__init__` in rio_viz.io submodule (https://github.com/developmentseed/rio-viz/pull/24)

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.