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

Polygon queries could be sped up by using sf extent limits in st_read_custom #63

Closed
jsta opened this issue Oct 26, 2020 · 1 comment
Closed

Comments

@jsta
Copy link
Owner

jsta commented Oct 26, 2020

The correct syntax is something like:

wkt <- st_as_text(st_geometry(bbox))
st_read(source, wkt_filter = wkt)
@jsta
Copy link
Owner Author

jsta commented Feb 9, 2021

Closed by 86a0753

@jsta jsta closed this as completed Feb 9, 2021
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