
- Calculating-a-coordinate
- 09-28-2006
![]() Re: Calculating a coordinate?
| Adrian Jansen | 09-28-2006 |
![]() Re: Calculating a coordinate?
| David L. Wilson | 09-29-2006 |
![]() ![]() ![]() Re: Calculating a coordinate?
| dave.doyle | 09-30-2006 |
![]() ![]() ![]() ![]() Re: Calculating a coordinate?
| David L. Wilson | 09-30-2006 |
![]() ![]() ![]() ![]() ![]() ![]() ![]() Re: Calculating a coordinate?
| Gene S. Berkowi... | 10-01-2006 |
![]() ![]() ![]() ![]() ![]() ![]() ![]() Re: Calculating a coordinate?
| Ted Edwards | 10-01-2006 |
![]() ![]() ![]() ![]() ![]() Re: Calculating a coordinate?
| Ted Edwards | 09-30-2006 |
If you were Registered and logged in, you could reply and use other advanced thread options
Is there an online calculator somewhere that will take a known
coordinate and give you a second coordinate based on distance and
bearing from the known coordinate. It seems like this would be easy to
find but I haven't found one yet. My GPS receiver will do this but only
takes distance input to one decimal place of a mile. I need more
accuracy than that.
TIA
Bruce wrote:
Lots of general navigation formulas at:
http://williams.best.vwh.net/avform.htm
--
Regards,
Adrian Jansen adrianjansen at internode dot on dot net
Design Engineer J & K Micro Systems
Microcomputer solutions for industrial control
Note reply address is invalid, convert address above to machine form.
> Is there an online calculator somewhere that will take a known coordinate
> and give you a second coordinate based on distance and bearing from the
> known coordinate. It seems like this would be easy to find but I haven't
> found one yet. My GPS receiver will do this but only takes distance input
> to one decimal place of a mile. I need more accuracy than that.
> and give you a second coordinate based on distance and bearing from the
> known coordinate. It seems like this would be easy to find but I haven't
> found one yet. My GPS receiver will do this but only takes distance input
> to one decimal place of a mile. I need more accuracy than that.
Yeah, the USGS has a survey quality geodetic forward...
But the direction of a Geodetic forward is just the initial direction to the
point...
...while the direction of a UTM forward would be the direction all the way
to the point. And that might be more logical to many people...
So, convert the latitude and longitude to UTM North and East coordinates and
call them N1 and E1.
Now calculate both a geodetic inverse and a UTM grid inverse between N1,E1
and N1 +1000, E1 . Note the difference between the geodetic inverse and the
UTM grid inverse and apply that difference to the proposed forward direction
to match the UTM grid orientation.
Next, take the Cosine of the adjusted direction, multiply by the distance,
and net with the N1 coordinate to arrive at the forward North coordinate.
Take the Sine of the adjusted direction, multiply by the distance, and net
with the E1coordinate to arrive at the forward East coordinate. Now convert
the forward UTM coordinates to latitude and longitude...
Here is a user link to Geodetic/UTM-Grid Utility:
http://www.kbhscape.com/gps.htm
> Is there an online calculator somewhere that will take a known coordinate
> and give you a second coordinate based on distance and bearing from the
> known coordinate. It seems like this would be easy to find but I haven't
> found one yet. My GPS receiver will do this but only takes distance input
> to one decimal place of a mile. I need more accuracy than that.
> and give you a second coordinate based on distance and bearing from the
> known coordinate. It seems like this would be easy to find but I haven't
> found one yet. My GPS receiver will do this but only takes distance input
> to one decimal place of a mile. I need more accuracy than that.
Best thing probably for you to do this is the free Windows program FWD/INV
at
http://www.mentorsoftwareinc.com/freebie/freebies.htm
David L. Wilson wrote:
>
>>Is there an online calculator somewhere that will take a known coordinate
>>and give you a second coordinate based on distance and bearing from the
>>known coordinate. It seems like this would be easy to find but I haven't
>>found one yet. My GPS receiver will do this but only takes distance input
>>to one decimal place of a mile. I need more accuracy than that.
>>and give you a second coordinate based on distance and bearing from the
>>known coordinate. It seems like this would be easy to find but I haven't
>>found one yet. My GPS receiver will do this but only takes distance input
>>to one decimal place of a mile. I need more accuracy than that.
>
>
> Best thing probably for you to do this is the free Windows program FWD/INV
> at
> http://www.mentorsoftwareinc.com/freebie/freebies.htm
>
>
>
> Best thing probably for you to do this is the free Windows program FWD/INV
> at
> http://www.mentorsoftwareinc.com/freebie/freebies.htm
>
>
That's perfect, thanks!









> coordinate and give you a second coordinate based on distance and
> bearing from the known coordinate. It seems like this would be easy to
> find but I haven't found one yet. My GPS receiver will do this but only
> takes distance input to one decimal place of a mile. I need more
> accuracy than that.
>
> TIA