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
rbind() is very slow with sf objects: r-spatial/sf#798
We should avoid it on large objects like here:
npt/code/build.R
Line 334 in 2b9a70f
and here
Line 405 in 2b9a70f
We can use bind_sf instead:
Line 372 in 2b9a70f
The text was updated successfully, but these errors were encountered:
Merge pull request #517 from nptscot/516-bind_sf
f5b6663
Speed-up rbind with bind_sf(), close #516
f7c7a54
No branches or pull requests
rbind() is very slow with sf objects: r-spatial/sf#798
We should avoid it on large objects like here:
npt/code/build.R
Line 334 in 2b9a70f
and here
npt/code/build.R
Line 405 in 2b9a70f
We can use bind_sf instead:
npt/code/build.R
Line 372 in 2b9a70f
The text was updated successfully, but these errors were encountered: