Skip to content

KML-TOWN v0.10.4 ALPHA 2023-03-22

Choose a tag to compare

@bostonsinaga bostonsinaga released this 06 Jan 01:17
· 233 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