Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parsing of the loss of lock indicator (lli) #31

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

plutonheaven
Copy link
Collaborator

This is a minor change, that requires to add the kwarg useindicators=True when calling georinex.load()
Unfortunately, this requires more processing time.
Make sure to delete the pickle cache, by deleting files in 'afterburner/*'

@@ -141,7 +141,8 @@ def format_flat_rows(row):
columns=["observation_type"],
values="observation_value",
).reset_index()
code_phase_columns = [c for c in per_sat.columns if c[0] == "C"]
# when using useindicator=True in georinex.load(), there are additional ssi columns such as C1Cssi. To exclude them, we check the length of the column name
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just thinking - should we have an "Acronyms" section in README.md? For most of them we can just point people to RINEX 3.05 page 5. For those that are not in the RINEX list, we list them in the README. What do you think?

Opened a PR here: #33

Copy link
Owner

@jtec jtec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@plutonheaven plutonheaven merged commit b82b297 into main Oct 17, 2023
1 check passed
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.

2 participants