Releases: bostonsinaga/kmz-cpm
Geoton v1.1.4 2025-06-09
Late release. Currently available for Windows only.
HOW TO INSTALL:
1. Extract the archive to specified directory (e.g. C:\Users\user\Documents)
2. Add the extracted directory path to your Environment Variables
Control Panel > System and Security > System > Advanced system settings > Environment Variables > User Path
3. Run geoton --version or geoton --help on Terminal / Command Prompt to test if it successfully installed
4. Now you can start using Geoton by run example command:
geoton --convert -txt-in "coordinates.txt" -kml-out "doc.kml -type pin"
This command will generate KML file by reading latitudes and longitudes in TXT file. You can then open the KML file in Google Earth.
KML-TOWN v1.1.3 2023-07-08
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
KML-TOWN v0.10.4 ALPHA 2023-03-22
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
KML-TOWN v0.7.4 ALPHA 2023-01-01
Inside Archive:
-Windows and Linux executables
-Sample files for testing