
- WTM83-and-LatitudeLongitude
- 05-29-2007
![]() Re: WTM83 and Latitude/Longitude
| ujaval@gmail.co... | 06-01-2007 |
If you were Registered and logged in, you could reply and use other advanced thread options
Greetings,
I'm pretty new to GIS in general. What I want to do is convert
Latitude and Longitude into WTM83/91 (http://www.dnr.state.wi.us/maps/
gis/wtm8391.html). I need to do this from my own code. I've found code
around the internet for converting LL into UTM, is that related to
WTM? and if so, how could I get WTM from that?
I'm an amateur photographer. I carry GPS unit with me when I take
photos. I would love to be able to use the Wisconsin county/township
shapefiles to automatically add more information about where the photo
was taken for searching purposes.
If anyone can give me some guidance on this, I'd be very appreciative.
Thank you,
Paul S.
I'm pretty new to GIS in general. What I want to do is convert
Latitude and Longitude into WTM83/91 (http://www.dnr.state.wi.us/maps/
gis/wtm8391.html). I need to do this from my own code. I've found code
around the internet for converting LL into UTM, is that related to
WTM? and if so, how could I get WTM from that?
I'm an amateur photographer. I carry GPS unit with me when I take
photos. I would love to be able to use the Wisconsin county/township
shapefiles to automatically add more information about where the photo
was taken for searching purposes.
If anyone can give me some guidance on this, I'd be very appreciative.
Thank you,
Paul S.
@k79g2000hse.googlegroups.com:
Here are the projection parameters for WTM83/91:
Projection TRANSVERSE
Datum NAD83
Zunits NO
Units METERS
Xshift 0.000000
Yshift 0.000000
Parameters
0.999600000 /* scale factor at central meridian
-90 0 0.000 /* central meridian
0 0 0.000 /* latitude of the origin
520000.000 /* false easting (meters)
-4480000.000 /* false northing (meters)
Howver, you might find it useful to check out the program fgis here:
http://www.forestpal.com/fgis.html
the program was developed for DNR/DOF but they ran into licensing
problems, and the last available free version is posted at this URL.
scott s.
.
Here are the projection parameters for WTM83/91:
Projection TRANSVERSE
Datum NAD83
Zunits NO
Units METERS
Xshift 0.000000
Yshift 0.000000
Parameters
0.999600000 /* scale factor at central meridian
-90 0 0.000 /* central meridian
0 0 0.000 /* latitude of the origin
520000.000 /* false easting (meters)
-4480000.000 /* false northing (meters)
Howver, you might find it useful to check out the program fgis here:
http://www.forestpal.com/fgis.html
the program was developed for DNR/DOF but they ran into licensing
problems, and the last available free version is posted at this URL.
scott s.
.
> Greetings,
> I'm pretty new to GIS in general. What I want to do is convert
> Latitude and Longitude into WTM83/91 (http://www.dnr.state.wi.us/maps/
> gis/wtm8391.html). I need to do this from my own code. I've found code
> around the internet for converting LL into UTM, is that related to
> WTM? and if so, how could I get WTM from that?
> I'm an amateur photographer. I carry GPS unit with me when I take
> photos. I would love to be able to use the Wisconsin county/township
> shapefiles to automatically add more information about where the photo
> was taken for searching purposes.
> If anyone can give me some guidance on this, I'd be very appreciative.
> Thank you,
> Paul S.
> I'm pretty new to GIS in general. What I want to do is convert
> Latitude and Longitude into WTM83/91 (http://www.dnr.state.wi.us/maps/
> gis/wtm8391.html). I need to do this from my own code. I've found code
> around the internet for converting LL into UTM, is that related to
> WTM? and if so, how could I get WTM from that?
> I'm an amateur photographer. I carry GPS unit with me when I take
> photos. I would love to be able to use the Wisconsin county/township
> shapefiles to automatically add more information about where the photo
> was taken for searching purposes.
> If anyone can give me some guidance on this, I'd be very appreciative.
> Thank you,
> Paul S.
Try the PROJ4 library http://proj.maptools.org/ You can use this in
your application and do the transform.
-ujaval
http://spatialthoughts.com
- Convert to Latitude/Longitude from Eastings/Northings
- Geographic Information Systems (GIS)
- 2009-09-17
- Convert a shapefile with a French projection system to the common EPSG:4326 projection WGS84 (latitude, longitude)
- Geographic Information Systems (GIS)
- 2008-05-31
- Converting Lambert Projection Clarke1866 Coords to Latitude / Longitude
- Geographic Information Systems (GIS)
- 2006-01-28
- How to transfer latitude, longitude to GPS Garmin Device via VB Programming?
- Satellite Navigation
- 2006-03-26
- Dumb latitude/longitude question
- Garmin GPS
- 2007-11-25




>
> I'm pretty new to GIS in general. What I want to do is convert
> Latitude and Longitude into WTM83/91 (http://www.dnr.state.wi.us/maps/
> gis/wtm8391.html). I need to do this from my own code. I've found code
> around the internet for converting LL into UTM, is that related to
> WTM? and if so, how could I get WTM from that?
>
> I'm an amateur photographer. I carry GPS unit with me when I take
> photos. I would love to be able to use the Wisconsin county/township
> shapefiles to automatically add more information about where the photo
> was taken for searching purposes.
>
> If anyone can give me some guidance on this, I'd be very appreciative.