Sujet : Re: FAA To Finally Ditch Floppy Disks & Win-95
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 23. Jun 2025, 20:11:43
Autres entêtes
Message-ID : <mbtn7fFjbqdU3@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
User-Agent : Pan/0.160 (Toresk; )
On Mon, 23 Jun 2025 16:43:35 GMT, Charlie Gibbs wrote:
On 2025-06-23, rbowman <bowman@montana.com> wrote:
Years ago Trimble was a big player when emergency services started
using AVL and they had their own format. Geocom, another player, sent
the coordinated in hex. It's been a long time but there was also a
magic number involved where x and y were the hex values.
>
*lat = (double) x * 5.729577957 * .0000001;
*lon = (double) y * 5.729577957 * .0000001;
That number looks suspiciously like the number of degrees in a radian,
divided by 10.
You're right. I was looking at source code I wrote about 20 years ago
without giving it much thought.
Unfortunately, now I'm thinking. I wonder what the raw GNSS data looks
like? There are a lot of GPS modules for microprocessors but afaik they
only spit out NMEA sentences. That's no fun.