Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 929 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 929 Bytes

fw2kml

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

Windows

  • 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

Google Colaboratory Notebook

Terminal on osx or Linux

  • Checkout the repository
  • Using terminal, navigate to the checkout directory path
  • Install the requirements using "python -m pip install -r requirements.txt"
  • Start the gui by running "python gui.py"
  • Drag and drop files from the file browser, and it will accept multiple files.