-
Notifications
You must be signed in to change notification settings - Fork 12
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 support for new classes in oe_get #97
Comments
See also #129 (comment) for spatial matching using something different from a |
I plan to work on The simplest solution should be "greatest overlapping area + a warning message", any other suggestion? |
Good thinking @agila5. I'm confident that this code will handle all The code should automatically select the smallest area that matches to avoid it downloading the world after every geographic query! |
Thanks, I will start from that code! |
I'm happy to give this a go... |
For now the following works : )
|
Would be great for this to work for polygons also, just tried this:
|
The easy solution would be to take the centroid and then fall back to the sfc_POINT method, is that reasonable? |
I think even simpler than that would be an |
Done I think! Don't need to support the legacy |
Ok! Then, I will close :) |
After #35
The text was updated successfully, but these errors were encountered: