Page 1 of 1

[TOOL] KML to .inst generator

Posted: Sun Feb 09, 2014 4:43 pm
by blh42
The tool downloads any KML file specified and turns names and coordinates into import files (.inst).
By default, the DBID 9999 is used and the files therefore has to be manually edited in order to
use the correct unit ID. ID's can easily be checked using http://wiki.baloogancampaign.com.

Usage: python kml2inst.py http://some.useful.url.com/stuff.kml output.directory

Requirements:
https://pypi.python.org/pypi/pykml

Cheers, blh

RE: [TOOL] KML to .inst generator

Posted: Thu Feb 27, 2014 1:20 am
by Blu3wolf
I cant seem to get this working... when it runs, it just pops up a command prompt window and closes immediately.


RE: [TOOL] KML to .inst generator

Posted: Sun Mar 02, 2014 2:38 pm
by blh42
It is a command line utility. I'm a linux guy ;)

RE: [TOOL] KML to .inst generator

Posted: Sun Mar 02, 2014 3:04 pm
by blh42
New version uploaded.