Skip to content

Releases: pirate21213/fw2kml

V1.4

06 Jan 21:50
91dcdfc
Compare
Choose a tag to compare

fw2kml

Quick tool to convert Featherweight GPS data to a .kml file capable of being opened by google maps.

How to Use

  • Download the fw2kmldrag.exe
  • Drag a featherweight data file (.csv) on top of the fw2kmldrag.exe
  • fw2kml will automatically reformat the data and create a new file called [filename]_fw2kml.kml
  • Open this .kml with Google Earth
  • Profit!

Updates

V1.4 - Notebook

  • Added google colaboratory notebook version (fw2kml.ipynb)

V1.3

  • Added automatic time conversion from (I'm assuming) older DATE + TIME formats to UNIXTIME
  • Added time jitter correction for DATE + TIME formats
  • Added new flight detection, if a >1 minute off period is detected it creates a new flight track with a new color. Flights can be toggled on/off on the side panel

V1.2

  • Added time jitter correction if UNIXTIME field is present

V1.1

  • Fixed issue where the wrong column was pulled into the dataset, thanks Adrian!