-
Notifications
You must be signed in to change notification settings - Fork 198
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
Deprecate Coordinate, rename to Coord #540
Comments
It didn't occur to me that you could even do this. I guess it's something like:
It is a very long word that I type a lot... |
For whatever reason, I consistently accidentally type |
Just a remark about clashing names: In Rust Geodesy, This Type name clashes aside, I would like to increase the interoperability between Rust Geodesy and GeoRust, and have considered (but not had time to prototype, so this is purely hot air) something like a common trait, including methods to turn a GeoRust This would make Rust Geodesy depend on the GeoRust Take this as "just a comment" - I do not think the clash of names will really be a practical problem: The 2D nature of GeoRust makes it extremely useful as long as you either live your life inside a single reference frame, or don't care about sub-meter accuracy, and GeoRust does not really need Rust Geodesy. On the other hand, the GeoRust interface to |
(replying to myself here: The "common trait" I'm referring to is probably something like GeoRust/GeoZero) |
I've been thinking about this for years...
The text was updated successfully, but these errors were encountered: