I need to convert latitude/longitude coordinates into Easting/Northing coordinates in the Alberta 10 TM Projection.
The 10 TM projection is similar to UTM, but it is a custom projection for the province of Alberta, Canada. I think (with some effort) I could code it myself but would rather not reinvent the wheel if it’s been done already.
Grab PROJ Cartographic Projections library – open source library.
Suggested parameters for 10TM:
According to this post you may need to:
I should mention that proj.4 is the library to get for any kind of geographic coordinate system transformation. There’s pretty much no transformation it can’t do.
I also recommend reading Map Projections-A Working Manual (Paperback) by John Snyder if you are into these kinds of things.. it’s a classic. 🙂 (fixed the link)