phidown.viz

Attributes

parser

Functions

plot_kml_coordinates(kml_file[, output_html])

Extracts coordinates from a KML file and plots them on a map.

Module Contents

phidown.viz.plot_kml_coordinates(kml_file, output_html='map_overlay.html')[source]

Extracts coordinates from a KML file and plots them on a map.

Parameters:
  • kml_file (str) – Path to the KML file.

  • output_html (str) – Path to save the generated HTML map.

phidown.viz.parser[source]