Skip to content

Releases: MeteoSwiss/topo-descriptors

topo-descriptors v0.5.0

15 Jan 10:02
ce4493c
Compare
Choose a tag to compare

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

18 Dec 14:41
f1616cc
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated np.int, add smoothed DEM as a descriptor by @draimundo in #7

New Contributors

Full Changelog: v0.3.0...v0.4.0

topo-descriptors v0.3.0

19 Sep 09:28
2f4c3cf
Compare
Choose a tag to compare

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

19 Oct 14:27
5231be7
Compare
Choose a tag to compare
  • 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

12 Jun 13:45
Compare
Choose a tag to compare

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

14 May 08:57
Compare
Choose a tag to compare
  • Fix packaging

First release

07 May 07:39
Compare
Choose a tag to compare

First release on PyPI.