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.2.6 #178

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates rasterio from 1.2.4 to 1.2.6.

Changelog ### 1.2.6 ``` ------------------ - Replace the defective 1.2.5 sdist, which had breakpoint in merge.py. This did not affect wheels. ``` ### 1.2.5 ``` ------------------ - Change rio-warp to unrotate imagery by default to match gdalwarp (2125). - Internal to write() cast int8 arrays to uint8 (2180). - Get correct nodata values for complex_int16 data (2206). - Prevent merge failures due to window and slicing mismatches (2204 and 2202). ```
Links - PyPI: https://pypi.org/project/rasterio - Changelog: https://pyup.io/changelogs/rasterio/ - Repo: https://github.com/mapbox/rasterio