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!