Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">
Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">
| # Copyright (c) 2016, Swift Navigation, All Rights Reserved. | |
| # Released under MIT License. | |
| # | |
| # Find documentation of parameters here: | |
| # http://aprs.gids.nl/nmea/#gga | |
| # | |
| # time_t is a `time_struct` (https://docs.python.org/2/library/time.html) | |
| # alt_m, geoidal_sep_m are in meters | |
| import time | |
| from math import floor |