Derek Knowles
Derek Knowles
Ahh, yes you are correct. Sorry for that confusing error statement and that I didn't realize sooner that you were trying to add satellite states using the Rinex broadcast data...
We will investigate more into how to remove this error. This error is printed because installing `gnss_lib_py` overrides the Pandas version that is [installed in the google colab setup](https://github.com/googlecolab/colabtools/blob/main/setup.py#L26). Overriding...
Google Colab themselves say you can upgrade the pandas package [[link](https://github.com/googlecolab/colabtools/blob/acda4df2e7485914afacdcf01d518f6a203f283c/google/colab/_installation_commands.py#L34)], so I'm confident this error can be safely ignored. We're not the only ones dealing with this issue [[link](https://github.com/huggingface/autotrain-advanced/issues/265#issuecomment-1719649827)]....
We looked into updating to support Python 3.12 back in April and at the time, we some of our dependencies were not yet compatible with 3.12. I will check again...
A quick update: I resolved the dependency issues to be able to add support for Python 3.12. Python 3.12 will be supported in version 1.0.3 of gnss-lib-py. We're reviewing the...
Support for Python 3.12 added with the v1.0.3 release. Please open a new issue if you have any problems with the new release
@inuex35 can I get some additional context on your desired change? It looks like in the main branch of georinex, fast already defaults to true? https://github.com/geospace-code/georinex/blob/729b85af584153ac052e81e7652e145c5a5ebb9c/src/georinex/base.py#L29
Got it, thanks. We'll wait until those changes get filtered up into georinex main and a new version is released on pypi so we can correctly tag it in our...
Good question. Our research lab didn't do a ton with Rinex observation files, so I wouldn't be surprised if there's a bug. For both Rinex Nav and Rinex Obs, we...
As an alternate library, [gnss_lib_py](https://github.com/Stanford-NavLab/gnss_lib_py) has some limited ability to parse Android raw measurements. See the tutorial here: https://gnss-lib-py.readthedocs.io/en/latest/tutorials/parsers/tutorials_android_notebook.html