Releases: MeteoSwiss/topo-descriptors
Releases · MeteoSwiss/topo-descriptors
topo-descriptors v0.5.0
What's Changed
- Move from DataArray to Dataset for DEM object to allow transferring global attributes, add units as variable attributes, output slope in units of [degree] instead of [m / pixel], fix bug in slope calculation in #8. THIS IS A BREAKING CHANGE
- Remove parallelization of valley and ridge index with multiprocessing for better cross-plateform compatibility in #9
Full Changelog: v0.4.0...v0.5.0
topo-descriptors v0.4.0
What's Changed
- Remove deprecated np.int, add smoothed DEM as a descriptor by @draimundo in #7
New Contributors
- @draimundo made their first contribution in #7
Full Changelog: v0.3.0...v0.4.0
topo-descriptors v0.3.0
What's Changed
- Shift support to python 3.8, 3.9 and 3.10
- Faster TPI computation by @frazane in #5
- Notebook to readme by @dnerini in #6
Full Changelog: v0.2.1...v0.3.0
topo-descriptors v0.2.1
- Fix bug in the scale to pixel conversion in case of WGS84 grids.
Full Changelog: v0.2.0...v0.2.1
topo-descriptors v0.2.0
Changelog
- Add STD descriptor, the standard deviation of elevation in a local neighborhood [PR#2].
- Add Sx descriptor, a slope-based, direction-dependent parameter that describes the upwind topography at each location (Winstral et al 2002) [PR#3].
- The output directory is now passed as keyword argument
outdir
instead of being a configuration parameter [commit be56151]. - Minor bug fixes and code improvements.
topo-descriptors v0.1.2
- Fix packaging
First release
First release on PyPI.