Skip to content

1.1.0 - Coordinate Type Options

Compare
Choose a tag to compare
@cyschneck cyschneck released this 31 Jul 07:08
· 171 commits to main since this release

New Coordinate Option: "Relative Distance" vs "Decimal Degrees"

New optional argument to designate which coordinate system to use: coordinate_type

Decimal Degrees: Default option that uses a latitude/longitude of each point

Relative Distance: New option that converts each point to a distance from the first point on the left bank

Function that accept new coordinate_type option:

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

New river class options:

  • centerlineVoronoiRelative
  • centerlineEqualDistanceRelative
  • centerlineEvenlySpacedRelative
  • centerlineSmoothedRelative
  • left_bank_relative_coordinates
  • right_bank_relative_coordinates
  • bank_polygon_relative
  • top_bank_relative
  • bottom_bank_relative
  • starting_node_relative
  • ending_node_relative
  • bank_voronoi_relative
  • x_voronoi_ridge_point_relative
  • y_voronoi_ridge_point_relative

Bug fixes and README.md edits

Pytests: 205 tests