This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

KML-file for AIS and APRS (Win7)

0

How can I get a KML-file i.e. for AIS (Automatic Identification System) or APRS (Amateur Packet Radio System) ?

Thanks in advance for your answer.

Horst, DK9XH

asked 01 Feb '11, 13:28

Horst's gravatar image

Horst
1111
accept rate: 0%

edited 01 Feb '11, 22:37

TomH's gravatar image

TomH ♦♦
3.3k83943

I'm not familiar with using KML files together with AIS and APRS, but I know that the gpsbabel command has options for KML. Maybe something like this: (untested)

gpsbabel -i gpx -o kml -f myinfile.gpx -F myoutfile.kml

There are some further options to gpsbabel specified in the manual

What kind of information is it you would like to export from OSM to AIS and APRS?

73 de gnurk

(01 Feb '11, 15:11) gnurk

One Answer:

1

You can request OSM on overpass-turbo and export the data as KML.

answered 12 Mar '15, 08:51

NicolasDumoulin's gravatar image

NicolasDumoulin
3.3k42256
accept rate: 13%

Source code available on GitHub .