commaai / laika

Simple Python GNSS processing library
MIT License
647 stars 179 forks source link

Download Ultra-Rapid orbit predictions for GPS and GLONASS #88

Closed gijskoning closed 2 years ago

gijskoning commented 2 years ago

Create a separate function that only downloads Ultra-Rapid predictions. It avoids downloading multiple files by selecting the latest available file based on the gps time required.

Note that the russian source is only available from 29-01-2022 onwards. Also change use_internet argument back auto_update. And cleanup similar code with get_epoch_range

All verified with additional unit tests.