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

Integration with rust-geo/geo #11

Closed
kestred opened this issue Mar 9, 2017 · 4 comments
Closed

Integration with rust-geo/geo #11

kestred opened this issue Mar 9, 2017 · 4 comments

Comments

@kestred
Copy link
Contributor

kestred commented Mar 9, 2017

Greetings,

What are your thoughts on a possible feature-flag (or just straight use) that supports the crate https://github.com/georust/rust-geo for the rust-postgis extension?

In general, I like the design of the https://github.com/georust projects, because they use a single crate which defines the base geometric types and then have other projects to convert between specific formats (eg. https://github.com/georust/rust-geojson, https://github.com/georust/rust-wkt).

@pka
Copy link
Collaborator

pka commented Mar 9, 2017

Hi Kevin,
I probably had the same idea when I started the refactoring #9. But then I realized that the georust libraries are much less interoperable than I thought. I've opened georust/geo#67 and currently Corey is working on a trait based implementation georust/geo#85 of rust-geo. When this pull request is merged, we should have another look at integrating rust-postgis with geo-rust

@kestred
Copy link
Contributor Author

kestred commented Mar 9, 2017

Thanks for the quick feedback. I'll track those issues.

@Farkal
Copy link

Farkal commented Apr 4, 2019

Any news on this ?

@pka
Copy link
Collaborator

pka commented Mar 25, 2020

Since rust-geo/geo 0.7.0 there is a postgis-integration feature flag. See also https://github.com/georust/geo/blob/master/geo/src/algorithm/from_postgis.rs

@pka pka closed this as completed Mar 25, 2020
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

3 participants