Skip to content

Commit 01d62f4

Browse files
committed
Merge branch 'derwin/pypi' into derek/naming-conventions
2 parents f5adb22 + c42f3b5 commit 01d62f4

10 files changed

Lines changed: 708 additions & 749 deletions

File tree

CITATION.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@inproceedings{knowlesmodular2022,
2+
title = {A Modular and Extendable GNSS Python Library},
3+
author={Knowles, Derek and Kanhere, Ashwin V and Bhamidipati, Sriramya and Gao, Grace},
4+
booktitle={Proceedings of the 35th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2022)},
5+
institution = {Stanford University},
6+
year = {2022 [Online]},
7+
url = {https://github.com/Stanford-NavLab/gnss_lib_py},
8+
}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ gnss_lib_py
66
===========
77

88
`gnss_lib_py` is a modular Python tool for parsing, analyzing, and
9-
visualizing Global Navigation Satellite Systems (GNSS) data.
9+
visualizing Global Navigation Satellite Systems (GNSS) data and state
10+
estimates.
1011
It also provides an intuitive and modular framework allowing users to
1112
quickly prototype, implement, and visualize GNSS algorithms.
1213
`gnss_lib_py` is modular in the sense that multiple types of
1314
algorithms can be easily exchanged for each other and extendable in
1415
facilitating user-specific extensions of existing implementations.
1516

16-
<img src="docs/source/img/skyplot.png" alt="satellite skyplot" width="600"/>
17+
<img src="https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/docs/source/img/skyplot.png" alt="satellite skyplot" width="600"/>
1718

1819
`gnss_lib_py` contains parsers for common file types used for
1920
storing GNSS measurements, benchmark algorithms for processing

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ gnss_lib_py
99
.. _mainpage:
1010

1111
:code:`gnss_lib_py` is a modular Python tool for parsing, analyzing, and
12-
visualizing Global Navigation Satellite Systems (GNSS) data.
12+
visualizing Global Navigation Satellite Systems (GNSS) data and state
13+
estimates.
1314
It also provides an intuitive and modular framework allowing users to
1415
quickly prototype, implement, and visualize GNSS algorithms.
1516
:code:`gnss_lib_py` is modular in the sense that multiple types of

gnss_lib_py/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__version__ = '0.1.0'

0 commit comments

Comments
 (0)