commaai / laika

Simple Python GNSS processing library
MIT License
634 stars 178 forks source link

get_all_sat_info speed #154

Open tannerkoza opened 10 months ago

tannerkoza commented 10 months ago

Is get_all_sat_info() capable of returning sat states for multiple epochs at once? I am looking to develop a GNSS simulation and couldn't figure out a way to do so (other than a list comprehension).

I may have overlooked something in the examples.