1
vote
1answer
320 views

UTM coordinate conversion to Geographic coordinates

I have about 500 separate files containing GPS points in UTM coordinates from multiple zones. I am looking for a simple and fast python or Php script that i can use to carry out a batch conversion ...
0
votes
1answer
353 views

How to calculate the UTM-Latitude-band?

I have to convert a coordinate from UTM to MGRS. I think I have the most of it covered, but I have some difficulties to calculate the correct Latitude-band. How can I decide which band the coordinate ...
1
vote
4answers
1k views

Convert geographic coordinates to UTM zone 29N with Javascript

I have an issue converting lat longs to UTM with the ArcGIS javscript API. Lets say that I have a map, based on the UTM zone 29N, also known as WKID 32629. I have a known set of coordinates from a ...
3
votes
0answers
309 views

How to detect MGRS/UTM zone?

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 ...
9
votes
9answers
4k views

Batch convert lat longs to UTM?

I've got a .csv file that contains a long list of latitude and longitude points. Is there an efficient way to batch convert the list into a projected UTM coordinate system? Thanks.