You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #167 from Stanford-NavLab/v1.0.3
In line with user requests, we are now updating our GNSS library to support Python 3.12! The library is still compatible with Python 3.9, 3.10, and 3.11 across Linux, MacOS, Windows, and Google Colab (Python 3.10). But, if you wish to continue using Python 3.8, we recommend that you stay with v1.0.2.
Please see the upcoming v1.0.3 release for more information.
<imgsrc="https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/docs/source/img/glp_architecture.svg"alt="Architecture of gnss-lib-py library"width="800"/>
19
20
20
21
`gnss_lib_py` contains parsers for common file types used for
21
22
storing GNSS measurements, benchmark algorithms for processing
22
23
measurements into state estimates and visualization tools for measurements
23
24
and state estimates.
24
25
The modularity of `gnss_lib_py` is made possibly by the unifying
25
-
`NavData` class, which contains methods to add, remove and modify
26
-
numeric and string data consistently.
27
-
We provide standard row names for `NavData` elements on the
26
+
`NavData` class, with accompanying standard nomenclature, which can be
0 commit comments