Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "Headless question": Harvesting the results...software needed.
Date: Tue, 30 Sep 2014 17:36:41
Message-Id: 07395CDC-3453-48E3-8EE6-17A9E73347E2@antarean.org
In Reply to: Re: [gentoo-user] "Headless question": Harvesting the results...software needed. by Alec Ten Harmsel
1 On 30 September 2014 16:12:31 CEST, Alec Ten Harmsel <alec@××××××××××××××.com> wrote:
2 >
3 >On 09/30/2014 10:05 AM, meino.cramer@×××.de wrote:
4 >> Suppose the GPS would already be attached
5 >> to the board and works...
6 >>
7 >> Is there any free available software and data for
8 >> strict offline useage (which does NOT calls
9 >> to home), which is able to map GPS data to a street/land
10 >> map?
11 >> I need both: The maps themselves and the logic to read
12 >> GPS coordinates and map movements and ways to those maps.
13 >>
14 >> Is something like that available for free or should
15 >> I directly ask the NSA/CIA/FBI/...?
16 >>
17 >> Thank you very much in advance for any help!
18 >> Best regards,
19 >> mcc
20 >>
21 >The only project I know of that has openly available map data is
22 >OpenStreetMap (openstreetmap.org). I know they have an API, and they
23 >probably (not sure) have maps available for download.
24 >
25 >afaik the only way to combine various map data out of the box is to use
26 >a GIS package like QGIS. You can write software to do this using the
27 >proj4 library for an embedded box, not sure if anything for your
28 >specific use case already exists and is open source.
29 >
30 >Alec
31
32 Openstreetmap is a good bet.
33
34 You might also have some luck if you look into PostGIS.
35 It is an extension to postgresql, which might be overkill, but you might be able to use that in yiur Google searches.
36
37 If borders would be nice and straight, it would be easy. Unfortunately they are not.
38
39 --
40 Joost
41 --
42 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies