afourmy / pyNMS

A vendor-agnostic NMS for carrier-grade network simulation and automation
GNU General Public License v3.0
83 stars 15 forks source link

Export to google earth #19

Closed afourmy closed 7 years ago

afourmy commented 7 years ago

Export the topology to Google Earth as a KMZ file. This can be done using a library: https://pythonhosted.org/pykml/tutorial.html OR http://simplekml.readthedocs.io/en/latest/kml.html

links: http://fredgibbs.net/tutorials/create-kml-file-python.html

afourmy commented 7 years ago

Done