Skip to content

eda-abec/OneShot-GPS-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

OneShot report with Coordinates Visualizer

Displays report from OneShot, annotated by os_gps_merge on OpenStreetMap.

Usage

Download and open the HTML file or try live verison and load a .csv file obtained from os_gps_merge.

CSV Format

Columns are same as in OneShot report, with CurrentLatitude, CurrentLongitude and RSSI added to end.

encoding="utf-8"
delimiter=';'

TODOs

  • improve popups
  • search bar, maybe?
  • make file input interface more decent, or even support drag&drop over whole page
  • some name and icon in header and tab bar
  • handle loading/reloading. Should already loaded points be kept?
  • detect invalid format and show error

Acknowledgements

Author: eda-abec
Date: 12/2020
Based on and Thanks to:

See also os_gps_merge