Re: GPSMAP 60Cx or 76Cx?



Wolfgang S. Rupprecht wrote:
They also only log 6 decimal places of lat/lon which seems awfully
disproportionate seeing how no other aspect of this format strives for
any kind of efficiency. If they are still using what they call
semi-circles internally, the internal representation is roughly
equivalent to 7-8 decimal places. Arbitrarily truncating it from 8
bytes to 6 in order to save 4 bytes total seems silly. After the fact
averaging could have benefited from the extra information.

Wolfgang, I agree. OTOH it is still one more decimal than any other external format Garmin have used previously. For my 76S WAAS/EGNOS/ESTB tests last year I had to write my own sw to download the semi-circle format binary values directly, having 10-cm level info directly available is _nearly_ as good.

Terje


;; semi-circle is 360 degrees divided into 2^32 equal parts.
(/ 360.0 (expt 2.0 32)) 8.381903171539307e-08

-wolfgang


--
- <Terje.Mathisen@xxxxxxxxxxxxx>
"almost all programming can be viewed as an exercise in caching"
.



Relevant Pages

  • =?iso-8859-1?Q?Re:_Unerw=FCnschte_Internet-Verbindungen_durch_Microsoft-P?= =?iso
    ... Eingangszeile: hallo Wolfgang, ... Format habe ich auf nur Text gestellt... ... Next by Date: ...
    (microsoft.public.de.german.windowsxp.networking)
  • Re: VHS auf DVD
    ... Wolfgang Walter wrote: ... In welches Format muss ich konvertieren damit es der DVD-Player ... Welche Software brauche ich dazu und was kostet die evtl.? ...
    (microsoft.public.de.german.windowsxp.multimedia)
  • Re: Outlook - File-Link
    ... > Format) einen File-Link setzen! ... Freundliche Grüße ... Wolfgang ... Prev by Date: ...
    (microsoft.public.de.german.inetexplorer.ie6.outlookexpress)
  • Re: Opening Ports on Norton 2002
    ... Mike wrote: ... A firewall running on the compromised box won't help. ... format c: will. ... Wolfgang ...
    (comp.security.firewalls)
  • Re: struct ToString() not automatically invoked
    ... WriteLine overloads even needed, if you have WriteLine?) ... Writeline(string format, obj1, obj2); ... that's not for efficiency - it's to help those languages which ...
    (microsoft.public.dotnet.languages.csharp)