-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compute intersections and break up shorelines #283
Comments
I added functions for both this to SDSTools (https://github.com/Doodleverse/SDStools/blob/main/src/sdstools/compute_intersections.py) and (https://github.com/Doodleverse/SDStools/blob/main/src/sdstools/break_up_lines.py) |
for compute_intersections, i am gonna add stuff at the end to make the matrix. |
compute intersections is ready now i believe. |
Awesome, thanks Mark! I'll make a new branch to test these functions in and let you know how it goes. |
I'll be working on this feature in branch 'issue/283' you can find at https://github.com/SatelliteShorelines/CoastSeg/tree/issue/283 |
Tasks
|
I added the new compute intersections code as well the split_line & smooth line function to the zoo workflow and its making some very nice shorelines. I'm very happy with how this is turning out so far. |
Starting issue for new compute intersections method and the breaking up shorelines based on distance threshold. Still cleaning this up.
The text was updated successfully, but these errors were encountered: