You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a small Clojure library to convert geographic coordinates from rfg93 to wgs84.
I'd like to generalize this library and I'm learning from your code: am I right that the wgs84=>rfg93 conversion is not implemented yet in your library?
What documentation/algorithm should I check to implement it? The section 3.4 from the french IGN documentation seems what I'm looking for. Am I right?
Thanks in advance for your time and feedback!
The text was updated successfully, but these errors were encountered:
Sorry for the delay, I had no access to my computer during 1 week.
It has not been implemented yet inside the library, I did not need it. The paragraph you mentionned should be the one you are looking for.
I implemented a small Clojure library to convert geographic coordinates from rfg93 to wgs84.
I'd like to generalize this library and I'm learning from your code: am I right that the wgs84=>rfg93 conversion is not implemented yet in your library?
What documentation/algorithm should I check to implement it? The section 3.4 from the french IGN documentation seems what I'm looking for. Am I right?
Thanks in advance for your time and feedback!
The text was updated successfully, but these errors were encountered: