Specify zones with hemisphere instead of letter, fix spec and coords in 32V #4
Specify zones with hemisphere instead of letter, fix spec and coords in 32V #4zydeco wants to merge 7 commits intotallakt:masterfrom
Conversation
zydeco
commented
Oct 7, 2014
- Fix spec test data using Clarke 1866 ellipsoid, it wasn't passing since the radius was changed in 165c72d
- Fix converting LatLon coordinates in 32V zone to UTM (was returning negative easting)
- Add ability to specify zones with + or - instead of a letter, for northern (+) and southern (-) hemisphere
…orth, - for south)
|
Are you sure this is correct? |
|
Yes, I checked the coordinates with several other sources:
it was previously returning wrong easting when converting LatLon coordinates in the 32V zone, due to using 15 degrees as the origin. I made a test program to check the WGS-84 coordinates with Jcoord: https://gist.github.com/zydeco/59958820bb8c3a5e14ba And another to test them all with coordinate-converter: |
|
Hi guys, this gem is amazing, thank you! Sorry if this is inappropriate, but please check this out: [1] pry(main)> coordinate = GeoUtm::LatLon.new -22.34222, -41.76333 |
|
Eliaszica: could you create a new issue for this. Thanks anyway |
|
@tallakt There is no way to create a new issue on this repo (except by making a pull request). Can you change this in the repo settings, or at least put something in the README about how to report issues? |