centerlineEqualDistance, saveCenterlineMAT, latitude_header/longitude_header
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