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

Replace st_concave_hull() (implemented with concaveman) with sf::st_concave_hull() #3

Closed
elipousson opened this issue Apr 2, 2023 · 1 comment

Comments

@elipousson
Copy link
Owner

Version version 1.0-11 of sf adds a new sf::st_concave_hull() function: https://r-spatial.github.io/sf/news/index.html#version-10-11

This introduces a name conflict for my own st_concave_hull(). I'm assuming that my own version is either superseded or should be rebuilt as a wrapper function around sf::st_concave_hull() so this issue is a placeholder to remind me to go back and look into it further.

@elipousson
Copy link
Owner Author

Fixed in May 1 commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant