Skip to content

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

Notifications You must be signed in to change notification settings

emceeaich/fw2kml

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.6%
  • Python 8.4%