Skip to content

KML-TOWN v1.1.3 2023-07-08

Choose a tag to compare

@bostonsinaga bostonsinaga released this 18 May 09:14
· 105 commits to main since this release

INSIDE ARCHIVE:

"bin/" --> executables (please don't remove any file)
"samples/" --> sample files with test commands


HOW TO INSTALL:

Extract the archive to specified directory (recommended at home folder or "C:/" in windows)

Add the "bin/" folder path to your Environment Variable

LINUX -> home/.bashrc
WINDOWS -> Control Panel > System and Security > System > Advanced system settings > Environment Variables > User Path

Run "kml-town --version" or "kml-town --help" on Terminal / Command Prompt to test if it successfully installed

Now you can start using KML-TOWN by run example command:

kml-town --convert -kml-in "input.kml" -csv-out "output.csv"

(this will set placemarks description and coordinate to a sheet)
or instead use pre-built test command inside "samples/" folder