Skip to content

Simple script to convert DGI black box CSV data to KML

License

Notifications You must be signed in to change notification settings

bmr-cymru/csv2kml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

csv2kml

Simple script to convert DGI black box CSV data to KML

Usage:

usage: csv2kml.py [-h] [-a] [-c] [-d] [-f FIELD_MAP] [-F FIELD_FILE] [-i INPUT]
                  [-l LOG] [-n] [-o OUTPUT] [-p] [-s] [-t THRESHOLD] [-v]

Options:

  • -a Use absolute altitude mode
  • -c Set track color
  • -d Enable Python exception debug output
  • -f Specify a manual field map
  • -F Specify a field map file
  • -h Show help message and exit
  • -i Input file path
  • -l File to write log to instead of terminal
  • -n Do not indent KML output
  • -o Output file path
  • -p Output placemarks instead of track
  • -s Output placemarkers when fly state changes
  • -t Time difference threshold for sampling (ms)
  • -v Enable verbose output
  • -w Track line width for track mode

Authors:

Bryn M. Reeves bmr@errorists.org

About

Simple script to convert DGI black box CSV data to KML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages