Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
6k views

How to convert from UTM to LatLng in python or Javascript

I have a bunch of files with coordinates in UTM form. For each coordinate I have easting, northing and zone. I need to convert this to LatLng for use with Google Map API to show the information in a ...
2
votes
2answers
227 views

lat/lon to utm to lat/lon is extremely flawed, how come?

I've tried the following, input: lat/lon data then I'll calculate a box around it by, let's say 50 m, so +/- 50 m on easting/northing value. Now I reconvert it to lat/lon and with a script: ...
2
votes
1answer
579 views

iphone SDK: Convert MKMapPoint or CLLocationCoordinate2D to UTM

From what I have read this takes some complicated Math that I am not good at. So, I am asking here. Does anyone have experience converting a MKMapPoint or CLLocationCoordinate2D to a UTM value? I ...
2
votes
3answers
4k views

Converting UTM (wsg84) coordinates to Latitude and Longitude

I've been searching for a while now (here and on google obviously) for a neat way to convert a set of UTM coords to Latitude and Longitude. I've got the coords and I know in what zone they are, but ...
2
votes
3answers
761 views

Getting a handle on GIS math, where do I start?

I am in charge of a program that is used to create a set of nodes and paths for consumption by an autonomous ground vehicle. The program keeps track of the locations of all items in its map by ...
2
votes
3answers
6k views

UTM and MGRS to Latitude/Longitude conversion source-code?

What open-source / public domain software is there "out there" for conversion between Latitude/Longitude, UTM (Universal Transform Mercator) and MGRS (Military Grid Reference System)? We're using a ...
1
vote
0answers
63 views

How do I convert ECI coordinates to longitude latitude and altitude to display on a Map?

I would like to be more specific about what I want to do. I get coordinates in ECI and I need to get the latitude and longitude from this. How can I do? I was searching but I could'nt find anything ...
1
vote
2answers
110 views

From Latitude and Longitude to absolute X, Y coordinates

I have a series of Lat/Long coords. I need to transform it in X, Y coordinates. I've read about UTM, but the problem is that UTM coordinates are relatives to a single zone. For example, this two ...
1
vote
1answer
482 views

Server-side Google Analytics - many pageviews getting “(not set)” values

Our site does mostly regular client-side google analytics tracking, but for some stuff we do server-side calls to utm.gif to track pageviews (e.g. _trackPageView). Over a recent period we did 1,257 ...
1
vote
1answer
122 views

how to track traffic that comes from RSS through google analytics?

Is there a way to track the traffic that comes from RSS using google analytics? In other words to measure page views on RSS feeds through RSS readers and Click-thrus to the site from RSS feeds and ...
0
votes
0answers
9 views

rendering map with UTM projection using mapnik

I met a problem when trying to use mapnik to render a map with UTM projection. Here is the situation: the request string gives my program the upper left and lower right corners' points with the UTM ...
0
votes
0answers
12 views

UTM 34N to 35N conversion

I have latitude/longitude data in GEO, which I convert to UTM 34N. Now I need to convert it once again to 35N. How do I do this in Java? Thanks in advance.
0
votes
2answers
96 views

Calculating Bearing from UTM (Latitude, Longitude)

I want to calculate the relative bearing between two geo-coordinate points. I've gone ahead and converted the coordinates to UTM, but need assistance on figuring out the actual bearing. I'm aware that ...
0
votes
2answers
99 views

convert GPS latitude longitude to Cartesian X and Y

I found many algorithms to convert (latitude, longitude) into (X, Y)... however, I cannot verify if the results I'm getting are correct.. I found also this link which does the conversion online.. but ...
0
votes
1answer
81 views

Translate latitude and longitude in X, Y coordinates

I have to translate latitude and longitude coordinates on X, Y plan. I have decided to use UTM as projection system. I use this page ( http://www.uwgb.edu/dutchs/usefuldata/ConvertUTMNoOZ.HTM ) to ...
0
votes
1answer
150 views

Server Side Google Analytics — utm variables

So I have set up on my server a page that will be called depending on certain conditions. This script creates the .gif for google analytics and hits their server. I've confirmed with my clients ...
0
votes
0answers
20 views

JavaScrpit lib for LL/UTM both side conversion

Does anyone know any library or some web api for UTM/LL conversion? I found pages that allows you to calculate it but i need to use it in my JS script. And I don't want to know how does it work and ...
0
votes
1answer
550 views

Converting utm to lat long with different datums (data?)

I'm a GIS novice, but have code to convert lat/long to UTM coordinates, and it assumes the WGS84 datum. I also have a list of different values for the earth's radius, roundness, etc: Datum ...
0
votes
1answer
945 views

Hot to convert UTM to Lat/Long?

Is there a way to convert UTM to Lat/Long in Javascript? I have seen another thread on this but it was in Java and Python which won't help me much. Please let me know, thanks.
-2
votes
3answers
1k views

How can I convert UTM coordinates from Meters to Feet?

Does anyone have a formula or conversion that will switch my UTM coordinates from Meters to Feet? I found Javascript code that will convert UTM coords in meters to Lat/Long but I will need my UTM in ...