If you were Registered and logged in, you could reply and use other advanced thread options
All-
Is it possible to calculate in realtime the horizontal accuracy (+/-
meters) of GPS positions from the NMEA strings? If so, it there a
formula or any guidance online that will help me calculate this?
I'm helping to write an application that would require the horizontal
accuracy from a GPS reciever to be display on a GUI.
Thanks in advance.
Some Garmin receivers transmit the error estimate in a proprietary
NMEA sentence.
Estimated Error Information (PGRME):
$PGRME,<1>,M,<2>,M,<3>,M*hh<CR><LF>
<1> Estimated horizontal position error (HPE), 0.0 to 999.9 meters
<2> Estimated vertical position error (VPE), 0.0 to 999.9 meters
<3> Estimated position error (EPE), 0.0 to 999.9 meters
<1> Estimated horizontal position error (HPE), 0.0 to 999.9 meters
<2> Estimated vertical position error (VPE), 0.0 to 999.9 meters
<3> Estimated position error (EPE), 0.0 to 999.9 meters
I've seen reference other NMEA sentences that might be helpful but I
have never seen them on consumer grade receivers.
--- CHAS
e_correspondence wrote:
> All-
>
> Is it possible to calculate in realtime the horizontal accuracy (+/-
> meters) of GPS positions from the NMEA strings? If so, it there a
> formula or any guidance online that will help me calculate this?
>
> I'm helping to write an application that would require the horizontal
> accuracy from a GPS reciever to be display on a GUI.
>
> Thanks in advance.
>
> Is it possible to calculate in realtime the horizontal accuracy (+/-
> meters) of GPS positions from the NMEA strings? If so, it there a
> formula or any guidance online that will help me calculate this?
>
> I'm helping to write an application that would require the horizontal
> accuracy from a GPS reciever to be display on a GUI.
>
> Thanks in advance.
See: http://edu-observatory.org/gps/gps_accuracy.html
- GPS Accuracy
- Garmin GPS
- 2008-02-14
- GPS Accuracy
- Satellite Navigation
- 2007-11-22
- Bluetooth unit that reports battery state as well as standard NMEA strings
- Geographic Information Systems (GIS)
- 2007-04-22
- Bluetooth unit that reports battery state as well as standard NMEA strings
- Satellite Navigation
- 2007-04-26
- why is the vertical error likely to be greater than the horizontal error?
- Satellite Navigation
- 2007-01-20
- Altitude Accuracy [Fortrex 101] ?
- Garmin GPS
- 2006-06-22
- Altiude Accuracy ?
- Global Positioning System
- 2006-06-22
- ACCURACY--- TWO
- Satellite Navigation
- 2006-03-23
- Whitehorse, Yellowknife areas - WAAS availability and Garmin accuracy
- Satellite Navigation
- 2006-01-05
- NMEA sentence validation
- Satellite Navigation
- 2005-07-14

> Is it possible to calculate in realtime the horizontal accuracy (+/-
> meters) of GPS positions from the NMEA strings? If so, it there a
> formula or any guidance online that will help me calculate this?
> I'm helping to write an application that would require the horizontal
> accuracy from a GPS reciever to be display on a GUI.
> Thanks in advance.