Community Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

GPS position to UTM coordinates

Overview Lat/Long position to UTM coordinates

 

 

Description Converts a position expressed in Lat/Long degrees, as from a GPS device, to rectangular coordinates in the UTM grid.

 

 

 

 

Steps to Implement or Execute Code

  1. enter Lat Long coordinates into the vi
  2. run the vi to obtain UTM coordinates

 

Requirements

Software labview

 

Hardware Windows PC

 

 

Additional Images or Video

 

 

 

Download All
Comments
AQ1
Member
Member
on

This VI has a problem with the zone calculation, at least for my location (Longitude 147E, zone 55).

I got a better result using: RoundDown((Longitude + 180.0)/6.0)+1

 

Also this VI leaves out a final scaling. If a negative Northing is calculated, it should output (Northing+ 10,000,000.0)

(as per referenced javascript implementation).