Skip to content

Releases: MeteoSwiss/topo-descriptors

topo-descriptors v0.5.0

Choose a tag to compare

@matschaer matschaer released this 15 Jan 10:02
ce4493c

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

Choose a tag to compare

@dnerini dnerini released this 18 Dec 14:41
f1616cc

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

Choose a tag to compare

@dnerini dnerini released this 19 Sep 09:28
2f4c3cf

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

Choose a tag to compare

@dnerini dnerini released this 19 Oct 14:27
5231be7
  • 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

Choose a tag to compare

@dnerini dnerini released this 12 Jun 13:45

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

Choose a tag to compare

@dnerini dnerini released this 14 May 08:57
  • Fix packaging

First release

Choose a tag to compare

@dnerini dnerini released this 07 May 07:39

First release on PyPI.