Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Utilities for KML files

License

NotificationsYou must be signed in to change notification settings

thomasleplus/kml-utils

Utilities for KML files

Scripts

find-kml-shortest-path

Finds the shortest path to visit all placemarks in a KML file using the traveling salesman approach. Uses nearest neighbor heuristic followed by 2-opt optimization to minimize total distance. Outputs a new KML file with a LineString showing the optimized route.

find-kml-duplicates

Finds duplicate placemarks within a KML file that are within a specified radius of each other. Groups together all placemarks that are within the given radius (default 1 km) and reports them as duplicates. Useful for identifying redundant location markers.

Usage:find-kml-duplicates [-r radius] file.kml

find-kml-uniques

Compares two KML files and finds placemarks in the first file that don't have any matches within a specified radius (default 1 km) in the second file. Useful for finding locations that are unique to the first file.

Usage:find-kml-uniques [-r radius] file1.kml file2.kml

find-kml-min-distances

Analyzes a KML file and for each placemark, finds its nearest neighbor and reports the distance between them in kilometers. Useful for understanding the density and spacing of placemarks.

Usage:find-kml-min-distances file.kml

Contributing

Please readCONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

Security

Please readSECURITY.md for details on our security policy and how to report security vulnerabilities.

Code of Conduct

Please readCODE_OF_CONDUCT.md for details on our code of conduct.

License

This project is licensed under the terms of theLICENSE file.

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp