ccht-ncsu / Kalpana

Visualization of ADCIRC Model Data in Vector Formats
GNU General Public License v3.0
26 stars 22 forks source link

Add track with --trackfile option. #14

Closed ahijevyc closed 1 year ago

ahijevyc commented 6 years ago

User can add a track to KMZ output with --trackfile option. Default is none.

Uses simplekml module to draw and name the polyline--specifically kml.newlinestring() method.

Also added check for zero-length time variable.