Skip to content

UWARG/kml-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kml-merger

A Python script that merges multiple KML files into one, labeling points as Hotspot 1, Hotspot 2, etc. It also allows you to add a custom Source point and handle nearby duplicates (within DIST_THRESHOLD_METERS meters) interactively.

How to Run

Install the required dependencies:

pip install geopy

Run as follows:

python .\merge_kml.py .\samples\file1.kml .\samples\file2.kml .\samples\file3.kml

Follow the on-screen prompts to add your Source and resolve nearby point duplicates.

The merged file will be saved to OUTPUT_KML.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages