Skip to content
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

Fix geometries #96

Merged
merged 8 commits into from
Mar 25, 2024
Merged

Fix geometries #96

merged 8 commits into from
Mar 25, 2024

Conversation

barneydobson
Copy link
Collaborator

@barneydobson barneydobson commented Mar 15, 2024

Description

OSM graphs often have geometries in the wrong direction (e.g., direction of LineString goes from end node to start node). I don't think this has much impact, but visually is confusing. I suppose it is conceiveable it could mess with split_long_edges.

The snap parameter of PySheds I think should just be set to >= 0, as in the context of many overlapping sewersheds, I don't think it makes sense to snap to a high accumulation point

This PR does a basic fix on these.

@barneydobson barneydobson added the feature Adding a new functionality, small or large label Mar 18, 2024
Copy link
Collaborator

@dalonsoa dalonsoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@barneydobson barneydobson merged commit ac9ed06 into main Mar 25, 2024
4 checks passed
@barneydobson barneydobson deleted the fix-geometries branch March 25, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding a new functionality, small or large
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants