-
Notifications
You must be signed in to change notification settings - Fork 6
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
add argument to allow negative slopes #20
Comments
or once that we can get z0 and z1 with This is useful for routing, and not so much for visualisation. (I might need some help to make this happen 🔢 ) |
This fixes another issue in #20 by mentioning alternative functions that can be passed to the fun argument
In order to know if a linestring has a positive or negative slope (considering direction), add an argument to slopes to allow retrieving slopes as negative, instead of always absolute.
..., allow_negative=T
The text was updated successfully, but these errors were encountered: