Skip to content

centerlineEqualDistance, saveCenterlineMAT, latitude_header/longitude_header

Compare
Choose a tag to compare
@cyschneck cyschneck released this 23 Jun 06:35
· 218 commits to main since this release

New Features:

centerlineEqualDistance

  • New centerline type that represents equal distances from each points (set by user) and accounts for the radius of the Earth to convert from degrees to meters
  • Set by equal_distance optional argument in riverCenterline (defaults to 10 meters)
  • Can be saved in saveCenterlineMAT() and saveCenterlineCSV() as centerline_type="Equal Distance"

saveCenterlineMAT

  • Save centerline values to a .mat file

latitude_header and longitude_header for saveCenterlineMAT and saveCenterlineCSV

  • new options to set the header values for the latitude and longtiude in the output file by the user

Bug fixes and README.md edits

Pytests: 166 tests