Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I posted a similar question on StackOverflow, but I thought I'd check here as well.

I am developing an open-source library for converting between coordinate systems, and I've run into a wall.

I want to be able to perform a transformation on an MGRS point. I want to be as accurate as possible, so I'd rather not convert to lat/long first, but that's the only way that I've been able to think about doing it.

Here are the circumstances:

  • I have a starting MGRS position
  • I see something in the distance and measure it's distance
  • I want to know the MGRS coordinate of said point

Is there any way of detecting whether I've crossed a zone boundary without converting to lat/long first? It seems to me that MGRS zones (or UTM zones for that matter) are based on latitude/longitude.

share|improve this question
Speaking for UTM, each coordinate pair has 120 possible positions on earth (60 north of the equator and 60 south), so you need to know the zone number as a bare minimum, then it is simple to figure where you are. You can't rely on the coordinates themselves, since as you head poleward, the distance between the east and west meridians decreases yet the false easting remains the same. – Dan Patterson May 18 '11 at 23:32
1  
@Mapperz - Is there anything that will allow me to give a starting coordinate and displacement and produce a relatively accurate ending coordinate (within 50 meters or so, preferably within 10)? – tjameson May 19 '11 at 16:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.