LSDtopotools / lsdviztools

Vizualisation (or visualisation, depending on your country) tools for LSDTopoTools and lsdtopytools
MIT License
4 stars 3 forks source link

Update rasterio to 1.1.6 #55

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates rasterio from 1.1.5 to 1.1.6.

Changelog ### 1.1.6 ``` ----------- - Fix bug in ParsedPath.is_remote() reported in 1967. - The reproject() method accepts objects that provide `__array__` in addition to instances of numpy.ndarray (1957, 1959). - Custom labels may be used with show_hist() by giving the `label` keyword argument a sequence of label strings, one per band. ```
Links - PyPI: https://pypi.org/project/rasterio - Changelog: https://pyup.io/changelogs/rasterio/ - Repo: https://github.com/mapbox/rasterio