| Author |
Message |
Dale Atkin
Guest
|
Posted:
Sat Jan 29, 2005 8:11 am Post subject:
Grid North vs True North? Calculating difference? |
|
|
I'm working on a Geocache. As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I know
I could just use some built in function for this, but I'd really like to do
it long hand (better workout for the brain). The only thing is, I don't know
how to convert between grid north and true north, and google is strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
Dale |
|
| Back to top |
|
 |
Melita Kennedy
Guest
|
Posted:
Sat Jan 29, 2005 8:11 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
On Sat, 29 Jan 2005 04:56:03 GMT, "Dale Atkin" <labrador1@ibycus.com>
wrote:
| Quote: | I'm working on a Geocache. As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I know
I could just use some built in function for this, but I'd really like to do
it long hand (better workout for the brain). The only thing is, I don't know
how to convert between grid north and true north, and google is strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
Dale
|
The math will depend on what map projection the grid system is using. If
you're using UTM, here's a link from Google:
http://www.uwgb.edu/dutchs/UsefulData/UTMFormulas.HTM
that has some information, but quick look doesn't show the right equation.
You want to find the convergence angle. I know the equations are either in
TM8358.2 or TM8358.1. Both are available at
http://earth-info.nga.mil/GandG/pubs.html
Melita |
|
| Back to top |
|
 |
Guest
|
Posted:
Sat Jan 29, 2005 8:11 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
isnt it just grid north = magnetic declination + true north ...?
sounds too simple
matt |
|
| Back to top |
|
 |
steve robertson
Guest
|
Posted:
Sat Jan 29, 2005 8:11 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
On Sat, 29 Jan 2005 04:56:03 GMT, "Dale Atkin"
<labrador1@ibycus.com> wrote:
| Quote: | I'm working on a Geocache. As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I know
I could just use some built in function for this, but I'd really like to do
it long hand (better workout for the brain). The only thing is, I don't know
how to convert between grid north and true north, and google is strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
Dale
|
If it is a conformal projection (like TM is), a decent
approximation is the difference in longitude times the sin
of the latitude. That will be good to a couple of minutes
of arc, much better than any magnetic compass (since we do
not know declination to better than a degree or so).
steve |
|
| Back to top |
|
 |
Heinrich Pfeifer
Guest
|
Posted:
Sat Jan 29, 2005 3:11 pm Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
<web1000@shaw.ca> wrote in
news:1106977563.881673.157090@f14g2000cwb.googlegroups.com...
| Quote: | isnt it just grid north = magnetic declination + true north ...?
sounds too simple
|
too simple, indeed. No, grid north has nothing to do with magnetic
declination.
True north points towards the geographic north pole.
Grid north points along the northing grid lines of the projection used, and
the difference to true north depends on the projection *and* on the present
position. I have no fomula available, sorry.
Magnetic north points towards the magnetic north pole. The difference to
true north is small in many countries, e.g. in most parts of Europe, but it
can be up to 30 degrees or more in other parts of the worls, e.g. America.
And, if you are close to the magnetic north pole (Hudson Bay, I think) then
the magnetic north is useless at all.
Here is a link for calculation of magnetic declination at your location:
http://www.ngdc.noaa.gov/seg/geomag/magfield.shtml
--
Heinrich
http://www.gartrip.de
mail: new<at>gartrip.de |
|
| Back to top |
|
 |
KBH
Guest
|
Posted:
Sat Jan 29, 2005 11:44 pm Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
| Quote: | I'm working on a Geocache. As part of the exercise, one has to calculate
an offset from a point on a particular bearing (relative to true north). I
know I could just use some built in function for this, but I'd really like
to do it long hand (better workout for the brain). The only thing is, I
don't know how to convert between grid north and true north, and google is
strangely uncooperative... Anyone have any good links? Or helpful
suggestions? I should I just cheat, and tell the GPS to do it for me?
|
Well, you can calculate an ellipsoidal direction inverse between latitudes
and longitudes, convert the latitudes and longitudes to (UTM I suppose)
grid, calculate a grid direction inverse using basic trig on the rectangular
coordinates, and subtract one direction from the other...
Of course the GPS unit might give an accurate direction inverse between
latitudes and longitudes and will convert the latitudes and longitudes to
UTM grid...
http://pages.prodigy.net/halsteadinvest/kbh-gps.htm |
|
| Back to top |
|
 |
Guest
|
Posted:
Sun Jan 30, 2005 12:36 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
hmm .. 18 Degrees here ... might as well toss that compass sucker ...
Matt |
|
| Back to top |
|
 |
Wayne R.
Guest
|
Posted:
Sun Jan 30, 2005 5:10 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
As I understand the function of a magnetic compass, it doesn't
actually point to the Magentic North Pole, but aligns itself parallel
to the local magnetic flux lines.
So, an internal GPS declination table will let you know what the
usable offset would be while using a GPS - but a plain vanilla compass
could show something very different. The kicker: Both could be
accurate, but the users would have to depend on their understanding of
what they're looking at.
Very cool: http://geomag.usgs.gov/flash/declination_fla.html
On Sat, 29 Jan 2005 11:11:19 +0100, "Heinrich Pfeifer"
<nws@gartrip.de> wrote:
| Quote: | Magnetic north points towards the magnetic north pole. The difference to
true north is small in many countries, e.g. in most parts of Europe, but it
can be up to 30 degrees or more in other parts of the worls, e.g. America.
And, if you are close to the magnetic north pole (Hudson Bay, I think) then
the magnetic north is useless at all. |
|
|
| Back to top |
|
 |
Annapress
Guest
|
Posted:
Sun Jan 30, 2005 8:10 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
| Quote: | As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I know
I could just use some built in function for this, but I'd really like to do
it long hand (better workout for the brain). The only thing is, I don't know
how to convert between grid north and true north, and google is strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
|
If you're in the USA, take a look at a USGS 7.5' topo map. It shows the
differences between grid north, true north, and magnetic north. Magnetic north
could have moved slightly in the years since the map was produced, but the
relation between grid north and true north remains constant.
Steve |
|
| Back to top |
|
 |
Graham W
Guest
|
Posted:
Sun Jan 30, 2005 2:38 pm Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
Dale Atkin wrote:
| Quote: | I'm working on a Geocache. As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I know
I could just use some built in function for this, but I'd really like to do
it long hand (better workout for the brain). The only thing is, I don't know
how to convert between grid north and true north, and google is strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
|
Maybe I'm missing the bleeding obvious here.
Grid north is parallel to the line of longitude up the centre of the UM
zone.
True north is parallel to the line of longitude you're sitting on.
If you're at a pole, the angle between these two lines will be equal to
the difference in angular longitude. The angle will be equal to 1 x
(long<zone centre> - long<point of interest>)
If you're at the equator, they're going to be parallel. The angle will
be equal to 0 x (long<zone centre> - long<point of interest>)
There's some function for latitudes in between which will tell you what
factor, call it Z, to apply to the same basic equation such that the
angle will be equal to Z x (long<zone centre> - long<point of interest>).
Without even drawing up complicated diagreams and working it all out,
I'm pretty confident that Z = sin (latitude). |
|
| Back to top |
|
 |
David L. Wilson
Guest
|
|
| Back to top |
|
 |
Karl Pollak
Guest
|
Posted:
Wed Feb 02, 2005 5:00 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
x-no-archive: yes
"Heinrich Pfeifer" <nws@gartrip.de> wrote:
| Quote: | Magnetic north points towards the magnetic north pole.
|
That should read "magnetic SOUTH" points towards the magnetic north pole.
--
Greetings from Lotusland |
|
| Back to top |
|
 |
Gary S.
Guest
|
Posted:
Tue Feb 08, 2005 2:21 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
On 30 Jan 2005 03:38:49 GMT, annapress@aol.com.org (Annapress) wrote:
| Quote: | As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I know
I could just use some built in function for this, but I'd really like to do
it long hand (better workout for the brain). The only thing is, I don't know
how to convert between grid north and true north, and google is strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
If you're in the USA, take a look at a USGS 7.5' topo map. It shows the
differences between grid north, true north, and magnetic north. Magnetic north
could have moved slightly in the years since the map was produced, but the
relation between grid north and true north remains constant.
One caveat: |
The sketch showing their relation should not be relied on for angle.
Instead, use the numbers printed.
Also, the map gives the declination for Magnetic North vs True North,
and also the rate of change in declination as of when the map was
produced. If it has been more than 10 years, it would be best to use
an up-to-date resource, perhaps one of the web sites mentioned by
others.
Also, before you get too deep into the difference between grid North
and True North, you might figure a ballpark idea of the discrepancy
over the distance you are doing. If it is rather small, you might not
need to bother depending on the overall accuracy of what you doing.
If you think it through, the difference will increase as you travel
from the Equator to the Pole.
Happy trails,
Gary (net.yogi.bear)
------------------------------------------------
at the 51st percentile of ursine intelligence
Gary D. Schwartz, Needham, MA, USA
Please reply to: garyDOTschwartzATpoboxDOTcom |
|
| Back to top |
|
 |
sawers
Guest
|
Posted:
Thu Feb 10, 2005 6:05 am Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
.........a wee thing they taught us back in the pre gps days was 'mag to
grid, get rid.......................grid to mag, add'........of course you
have to know the amount to 'get rid' or 'add'........so when converting from
magnetic bearing to grid bearing, subtract the declination....and reverse
for magnetic to grid conversion............using prismatic compasses over
distances typically less than ten miles in a leg, it was not worth bothering
with for normal nav purposes.
"Gary S." <Idontwantspam@net> wrote in message
news:t6mf0191n1r0ibhctnl0vivo7e9i0mtg77@4ax.com...
| Quote: | On 30 Jan 2005 03:38:49 GMT, annapress@aol.com.org (Annapress) wrote:
As part of the exercise, one has to calculate an
offset from a point on a particular bearing (relative to true north). I
know
I could just use some built in function for this, but I'd really like to
do
it long hand (better workout for the brain). The only thing is, I don't
know
how to convert between grid north and true north, and google is
strangely
uncooperative... Anyone have any good links? Or helpful suggestions? I
should I just cheat, and tell the GPS to do it for me?
If you're in the USA, take a look at a USGS 7.5' topo map. It shows the
differences between grid north, true north, and magnetic north. Magnetic
north
could have moved slightly in the years since the map was produced, but the
relation between grid north and true north remains constant.
One caveat:
The sketch showing their relation should not be relied on for angle.
Instead, use the numbers printed.
Also, the map gives the declination for Magnetic North vs True North,
and also the rate of change in declination as of when the map was
produced. If it has been more than 10 years, it would be best to use
an up-to-date resource, perhaps one of the web sites mentioned by
others.
Also, before you get too deep into the difference between grid North
and True North, you might figure a ballpark idea of the discrepancy
over the distance you are doing. If it is rather small, you might not
need to bother depending on the overall accuracy of what you doing.
If you think it through, the difference will increase as you travel
from the Equator to the Pole.
Happy trails,
Gary (net.yogi.bear)
------------------------------------------------
at the 51st percentile of ursine intelligence
Gary D. Schwartz, Needham, MA, USA
Please reply to: garyDOTschwartzATpoboxDOTcom |
|
|
| Back to top |
|
 |
Gary S.
Guest
|
Posted:
Thu Feb 10, 2005 3:13 pm Post subject:
Re: Grid North vs True North? Calculating difference? |
|
|
On Thu, 10 Feb 2005 01:05:46 GMT, "sawers" <sawers2@earthlink.net>
wrote:
| Quote: | "Gary S." <Idontwantspam@net> wrote in message
news:t6mf0191n1r0ibhctnl0vivo7e9i0mtg77@4ax.com...
On 30 Jan 2005 03:38:49 GMT, annapress@aol.com.org (Annapress) wrote:
If you're in the USA, take a look at a USGS 7.5' topo map. It shows the
differences between grid north, true north, and magnetic north. Magnetic
north
could have moved slightly in the years since the map was produced, but the
relation between grid north and true north remains constant.
One caveat:
The sketch showing their relation should not be relied on for angle.
Instead, use the numbers printed.
Also, the map gives the declination for Magnetic North vs True North,
and also the rate of change in declination as of when the map was
produced. If it has been more than 10 years, it would be best to use
an up-to-date resource, perhaps one of the web sites mentioned by
others.
Happy trails,
Gary (net.yogi.bear)
........a wee thing they taught us back in the pre gps days was 'mag to
grid, get rid.......................grid to mag, add'........of course you
have to know the amount to 'get rid' or 'add'........so when converting from
magnetic bearing to grid bearing, subtract the declination....and reverse
for magnetic to grid conversion............using prismatic compasses over
distances typically less than ten miles in a leg, it was not worth bothering
with for normal nav purposes.
The little sayings like that are specific to which side of the zero |
declination line you happen to be on. Here in New England the
declination ranges from 14 to 17 degrees one way, and in the Cascades
it is about 15 degrees the other way. I have also seen advice from
people living near the zero line that declination is not a major
thing.
Many people hiking will do everything in magnetic bearings, even
drawing parallel lines aligning with MN. As long as your whole group
is consistent, this works out fine.
Happy trails,
Gary (net.yogi.bear)
------------------------------------------------
at the 51st percentile of ursine intelligence
Gary D. Schwartz, Needham, MA, USA
Please reply to: garyDOTschwartzATpoboxDOTcom |
|
| Back to top |
|
 |
|
|
|
|