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

Convert from wgs84 to rfg93 (Lambert93)? #5

Open
bzg opened this issue Oct 27, 2017 · 2 comments
Open

Convert from wgs84 to rfg93 (Lambert93)? #5

bzg opened this issue Oct 27, 2017 · 2 comments

Comments

@bzg
Copy link

bzg commented Oct 27, 2017

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!

@yageek
Copy link
Owner

yageek commented Oct 31, 2017

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.

@bzg
Copy link
Author

bzg commented Nov 1, 2017

Thanks a lot for the feedback and no problem for the delay. I'm myself on holiday right now, I will send a followup when my library is complete.

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

2 participants