-
Notifications
You must be signed in to change notification settings - Fork 0
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
rust-geo? #2
Comments
If there's anything you need in rust-geo to help facilitate this, don't hesitate to ask me here or open an issue. |
It's definitely something I looked into when originally designing spatial. However, I felt having spatial trees limited to 2D data-types might be too limiting for some applications. I split off the LeafGeometry trait so that users could supply any spatial data-type and the tree would be able to handle it. My plan is that, by 0.3 (probably another month or so), I'll have an optional impl for geo. Will that work? |
I've finally gotten around to adding the rust-geo optional dependency as seen in #5 About the only thing I'm not sure about is the Polygon/MBR The way I handled it is pretty naive. Any suggestions? |
I think for that to be cleaned up we'll need |
I wrote my comment wrong. What I really need is overlapped area of a bbox and a polygon. |
Opened an issue for an |
Would it make sense to try using the geometry primitives from https://github.com/georust/rust-geo instead of your own geometry classes?
cc: @frewsxcv
The text was updated successfully, but these errors were encountered: