-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
Request for feature: support geometric types with rust-geo #244
Comments
Sure, sounds reasonable to me! I'd be happy to take PR adding the conversions, or I can take a crack at it when I have a chance. |
Great. I'll implement it and create a PR. |
This could lead to some confusion. People working with geometries within PostgreSQL are using PostGIS. https://github.com/andelf/rust-postgis isn't using rust-geo geometries, because it leads to overhead for converting between different geometry implementations. There was a long discussion about that, which ended in the consensus that rust-geo needs a trait based implementation. |
Close issue? |
Would it make sense to support postgreSQL's builtin geometric types using the https://github.com/georust/rust-geo crate?
It is the most used (and i.m.o. seems the most well designed) crate that exists for geo/gis in rust.
Type Correspondence
The text was updated successfully, but these errors were encountered: