vote up 1 vote down star

I'm in the processing of developing a GIS component for our product and I have the need to convert NAD83 to WGS84.

Does anyone know of any Ruby libraries that are available that do this? Or experience with anything that might do this? I had previously done this using a library in .Net/C#, but so far I haven't had much luck tracking down an equivalent library.

I've already got the GeoRuby gem installed, but that doesn't seem to cover this type of work.

flag

50% accept rate

2 Answers

vote up 0 vote down check

Proj4rb is a Ruby binding for Proj.4, which is the de facto library when it comes to converting between arbitrary projections and datums.

link|flag
Yang, have you used Proj4rb? I'm having some difficulty getting it to run on my WinXP PC and I've been unable to get the gem installed on my Ubuntu 9.04 laptop. – michaeldelorenzo Oct 29 at 20:31
Unfortunately no: I've only used the Python binding for PROJ.4. If the Ruby binding doesn't quite work, you can always try calling the proj commandline tool from Ruby. – Yang Zhao Oct 29 at 21:11
vote up 0 vote down

A little more searching turned up Proj4, which appears to offer this functionality.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.