Skip to content

Packaging#1

Open
plutonheaven wants to merge 8 commits into
rtklibexplorer:masterfrom
plutonheaven:master
Open

Packaging#1
plutonheaven wants to merge 8 commits into
rtklibexplorer:masterfrom
plutonheaven:master

Conversation

@plutonheaven
Copy link
Copy Markdown

Hi Tim,
I modified the structure of your code so that it can be used as a package in another project.
Thanks for this work, still relevant in 2026!!

plutonheaven and others added 8 commits May 20, 2026 13:18
Modifies the code to be able to use it as a package. To do so, add the following lines in you other project's pyproject.toml:

dependencies = [
   ...
   "android_rinex==0.1.0",
]

[tool.uv.sources]
android_rinex = { git = "https://github.com/plutonheaven/android_rinex", branch = "master" }
* fix GLONASS header

* Adapt instruction example to new packaging structure
gnss_log.txt from sm-g955f phones do not contain the carrier frequency. This makes the determination of the GLONASS frequency slot impossible.

This PR deactivates the writing of the GLONASS SLOT / FRQ # in the header in such case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant