We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per @edzer (https://twitter.com/edzerpebesma/status/1276159543152705543?s=20), sf::sf_project() should do what we need and should be faster than the method currently implemented in sf_transform_xy() (which generates a list of separate points and then transforms them one by one).
sf::sf_project()
sf_transform_xy()
The text was updated successfully, but these errors were encountered:
use sf::sf_project. closes tidyverse#4090.
e47d5af
use sf::sf_project. closes #4090. (#4091)
e2eeb6a
clauswilke
Successfully merging a pull request may close this issue.
Per @edzer (https://twitter.com/edzerpebesma/status/1276159543152705543?s=20),
sf::sf_project()
should do what we need and should be faster than the method currently implemented insf_transform_xy()
(which generates a list of separate points and then transforms them one by one).The text was updated successfully, but these errors were encountered: