Skip to content

Commit

Permalink
v0.3.0 for centerlineEqualDistance and saveCenterlineMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jun 23, 2023
1 parent fc2d73d commit d054e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ river_object = centerline_width.riverCenterline(csv_data="data/river_coords.csv"
The amount of additional points added by interpolating can be adjusted with `interpolate_n`, but defaults to add 5 additional points between values

## Developer Notes: Tech Debt and Bug Fixes
* Option to set the distance between centerline points (a sub version of evenly spaced) (distance seperating = 1m)
* option to turn off verbose (no logs printed)
* option to specify Geod type (defaults to pyproj.Geod(ellps='WGS84'))
* Fix legend overlapping on graph, replace doc_examples that have an overlapping

## Citations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Python Package Setup
from setuptools import setup, find_namespace_packages

VERSION="0.2.5"
VERSION="0.3.0"
DESCRIPTION="A Python package to find the centerline and width of rivers based on the latitude and longitude of the right and left bank"

with open("README.md", "r") as f:
Expand Down

0 comments on commit d054e06

Please sign in to comment.