+Coach88 Posted October 19, 2008 Share Posted October 19, 2008 Hi, I've been searching all over the forums and the internet and still can't find what I'm looking for... I have a surveyor map for a piece of property in NB, Canada. The stakes/pin locations are marked in Northing and Easting. This ain't much help if I want to enter in my GPS in Degree & minutes. I've seen various websites that convert to UTM or NAD27 to NAD83 but nothing to convert Northing/Easting to Degree & minutes.... For example here are the coordinates for one pin: Easting 2643439.145 Northing 7475081.373 Can anyone help me please? Quote Link to comment
+LSUFan Posted October 19, 2008 Share Posted October 19, 2008 (edited) Hi, I've been searching all over the forums and the internet and still can't find what I'm looking for... I have a surveyor map for a piece of property in NB, Canada. The stakes/pin locations are marked in Northing and Easting. This ain't much help if I want to enter in my GPS in Degree & minutes. I've seen various websites that convert to UTM or NAD27 to NAD83 but nothing to convert Northing/Easting to Degree & minutes.... For example here are the coordinates for one pin: Easting 2643439.145 Northing 7475081.373 Can anyone help me please? Coach88, Eastings and Northings are the components of the UTM system, which is just one of the many different coordinate systems. However you have too many numerical places for your eastings to be UTM. NAD27 and NAD83 are what's referred to as datums and mean something else. This might explain it a little better: http://www.colorado.edu/geography/gcraft/n...s/coordsys.html I am confident that you will receive a better answer than I could provide shortly, by ones who are a lot smarter than me. Edited October 19, 2008 by LSUFan Quote Link to comment
+Coach88 Posted October 19, 2008 Author Share Posted October 19, 2008 Thanks for your info LSUFan, I'm sure it'll be helpfull. The more input the better! Quote Link to comment
+Coach88 Posted October 19, 2008 Author Share Posted October 19, 2008 I found a trial software Franson CoordTrans but I don't get the expected resulst when I enter the coordinates... Quote Link to comment
DaveD Posted October 19, 2008 Share Posted October 19, 2008 Do you have an approximate lat/long. UTM zones 19/20 cut right through NB so it would be important to know which zone these coordinates are in. Quote Link to comment
+Coach88 Posted October 19, 2008 Author Share Posted October 19, 2008 I believe it is in UTM zone 20. The folowing coordiates are approximately where the property is located: N46 15.649 W64 38.337 Quote Link to comment
tosborn Posted October 19, 2008 Share Posted October 19, 2008 (edited) The Northings and Eastings you have are not expressed in UTM (it would be zone 20 if they were). What you have are Northings and Eastings expressed in New Brunswick Stereographic Double projection, NAD83(CSRS), meters. You can read more about it at http://www.snb.ca/e/6000/6904e.asp. On that page they list a utility called NBGeocalc that can be used to covert to and from New Brunswick Stereographic Double projection. It appears that it costs $100....wow! I entered the Lat/Long coordinates you provided in Manifold GIS and then changed projection to New Brunswick Stereographic Double projection and got a Northing and Easting very close to the ones you listed in your initial post. If you have a limited number of Northings and Eastings, post them here and I'll convert them to Lat/Long for you. For example, Easting 2643439.145, Northing 7475081.373 from your initial post converts to Latitude 46°15.63813 N, Longitude 64°38.35750 W. Edited October 19, 2008 by tosborn Quote Link to comment
+Coach88 Posted October 20, 2008 Author Share Posted October 20, 2008 Wow tosborn, that's a great help... I have three other points that I'd like to have converted. Here they are: N2643590,696 E7475159,228 N2643820,656 E7473958,269 N2644020,655 E7473993,734 Is it very complicated to learn how to do the conversion on my own? Other than the 100$ software, can I do the conversion myself? You used manifold GIS; is that a special software? Again, thanks for your help! Coach88 Quote Link to comment
tosborn Posted October 20, 2008 Share Posted October 20, 2008 I think you got your Northings and Eastings reversed in your last response. Here are the converted coordinates: There are equations to convert the NAD83(CSRS) / New Brunswick Stereo coordinates back to Lat/Long, but I don't have a ready source and such equations are often pretty hairy. Manifold GIS is Geographic Information System software. Their website is: http://www.manifold.net. Quote Link to comment
tosborn Posted October 20, 2008 Share Posted October 20, 2008 On doing your own conversions.............. There is a free application called FWTools (http://fwtools.maptools.org/). If you download and install it, it contains a command-line utility called CS2CS which can be used to perform transformations between source and destination cartographic coordinate systems. Basically you would double click the FWTools Shell icon that is placed on your desktop, then type-in or cut and paste the following command as one line: cs2cs +proj=sterea +lat_0=46.5 +lon_0=-66.5 +x_0=2500000 +y_0=7500000 +k_0=.999912 +datum=NAD83 +to +proj=latlong then hit enter. At that point you can enter an Easting and a Northing, in that order, all on one line separated by a space such as: 2643590.696 7475159.228 then hit enter. The converted longitude and latitude will then be displayed on the next line such as: 64d38'14.29"W 46d15'40.701"N 0.000 The third number 0.000 I think represents ellipsoid height, which we didn't enter anything for so naturally it is 0. You can then enter additional Eastings and Northings in the same way. Quote Link to comment
tosborn Posted October 20, 2008 Share Posted October 20, 2008 (edited) ... Edited October 20, 2008 by tosborn Quote Link to comment
+Coach88 Posted October 20, 2008 Author Share Posted October 20, 2008 Thanks for all the info. Very much appreciated! Quote Link to comment
timz2 Posted October 23, 2008 Share Posted October 23, 2008 If you still want formulas-- USGS Professional Paper 1395 "Map Projections: a Working Manual" by John P Snyder, 1987, has formulas for the stereographic projection on the ellipsoid. No idea how well they match the "double stereographic" that NB uses. The library here has a paper copy, if you want xeroxes. Quote Link to comment
tosborn Posted October 23, 2008 Share Posted October 23, 2008 Double Stereographic is better know as Oblique Stereographic. The formulas for Oblique Stereographic can be found in the following publication beginning on page 46. An example computation is shown on page 48. It's not something one would want to attempt with a handheld calculator. http://www.epsg.org/guides/docs/G7-2.pdf Quote Link to comment
tosborn Posted October 26, 2008 Share Posted October 26, 2008 (edited) Coach88: I've written a small utility to do conversions to and from New Brunswick Stereographic double (NAD83) and Lat/Long (NAD83). It implements the equations in the document I linked above. If you are interested you can download it from this LINK. Run the program and it will install the small utility. You will also need Microsoft .NET Framework version 2.0 or later installed on your Windows machine. Note that data entry requires that you use periods for decimal points rather than commas. I have tested the program on a number of conversions and everything appears to be working correctly, but use at your own risk. When converting from Lat/Long to Northing/Easting you can enter lat/long in any number of formats. For example decimal degrees (e.g. 46 or 46.1 or 46.12343), or degrees and decimal minutes (e.g. 46 38 or 46 38.1), or degrees, minutes and decimal seconds (e.g. 46 38 12 or 46 38 12.4 or 46 38 12.4352322). Edited October 26, 2008 by tosborn Quote Link to comment
bconnors Posted August 11, 2010 Share Posted August 11, 2010 The NBGeoCalc software is now a free download. It may not run on a 64 bit operating system such as Windows 7. The URL is: http://www.snb.ca/gdam-igec/e/NBGeoCalc.zip. Bernie. Quote Link to comment
bconnors Posted June 27, 2017 Share Posted June 27, 2017 The NBGeoCalc software is now a free download. It may not run on a 64 bit operating system such as Windows 7. The URL is: http://www.snb.ca/gdam-igec/e/NBGeoCalc.zip. Bernie. The NBGeoCalc software has been completely replaced by an online application called the "GeoNB Coordinate Transformation Service" or "GeoNB CTS" and it is free and it is also available in French. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.