Skip to content

Cloud-RF/csv2kml.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

csv2kml.py

Turn CSV points into KML polygons for use with CloudRF's custom clutter feature. Useful for windfarm planing etc.

CSV points

CSV data should have a lat and lon header in EPSG 4326 projection.

lat,lon
51.1,-1.2

Usage

python3 csv2KML.py points.csv

Change the diameter of the polygon in the script. Default is 20m.

About

Turn CSV points into KML polygons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages