Skip to content

1.2.0 - Coordinate Unit Rename, Width Dictionary Fix

Compare
Choose a tag to compare
@cyschneck cyschneck released this 02 Aug 21:53
· 165 commits to main since this release

coordinate_type renamed to coordinate_unit: "Relative Distance" vs. "Decimal Degrees"

Original argument renamed from coordinate_type to coordinate_unit

Change can impact backward functionality in:

  • plotCenterline()
  • plotCenterlineWidth()
  • saveCenterlineCSV()
  • saveCenterlineMAT()

Fix to riverWidthFromCenterline()

Returns accurate coordinates and width size when using coordinate_unit = "Relative Distance"

Bug fixes and README.md edits

Pytests: 205 tests