Opened 3 years ago
Last modified 22 months ago
#4157 new enhancement
(PATCH on hold) EHPE support
| Reported by: | hopet@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | EHPE, HDOP, map |
| Cc: |
Description
Some GPS devices produce only EHPE (estimated horizontal error) instead of HDOP. This is the case, e.g., for @Trip iGotU GT-120. We've extended igotu2gpx, so that EHPE is given as a part of GPX extensions. The attached JOSM patch allows to render EHPE in the map in a similar way to HDOP. Patch is against current SVN.
Attachments (2)
Change History (9)
Changed 3 years ago by hopet@…
comment:1 Changed 3 years ago by jttt
- Summary changed from EHPE support to [PATCH] EHPE support
comment:2 Changed 3 years ago by stoecker
- Owner changed from team to hopet@…
- Status changed from new to needinfo
I not really like that patch a lot, as this is a very device specific workaround which needs another workaround in another software. The HDOP information is part of the standard GGA message. What does the mentioned GPS device produce instead of GGA?
comment:3 Changed 3 years ago by anonymous
It doesn't give out the information using NMEA protol at all. From this perspective, it's rather pure GPS logger that stores GPS data internally on a flash a there are tools both for Windows and Linux to extract GPX. According to the manufacturer, the device doesn't store HDOP/VDOP/PDOP at all and thus it si not possible to extract it. And once you are left with EHPE only, there's no correct way to convert it to HDOP, as this conversion also depends on other non-constant parameters (SV, etc.). The EHPE is given in meters, so it can be easily displayed directly in JOSM; the only thing is it is not part of the GPX standard and needs to go into extensions.
comment:4 Changed 3 years ago by hopet@…
Is there any chance for including this into the official source? I believe it support larger class of devices, that either produce EHPE only, or additional to HDOP information (part of Garmin NMEA messages).
comment:5 Changed 3 years ago by hopet@…
- Owner changed from hopet@… to anonymous
- Status changed from needinfo to new
Patch has been updated against latest stable revision 3208. It is still needed to draw EHPE circles from EHPE-only devices.
comment:6 Changed 2 years ago by stoecker
- Summary changed from [PATCH] EHPE support to [PATCH on hold] EHPE support
Can't this be transformed into a plugin, as I still don't like it.
comment:7 Changed 22 months ago by stoecker
- Summary changed from [PATCH on hold] EHPE support to (PATCH on hold) EHPE support



JOSM patch