-
Notifications
You must be signed in to change notification settings - Fork 20
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
Confusing rinex-cli -m -h help and incorrect merging example in wiki #247
Comments
Hello, First off, thank you for reporting your usecase! that's the only way for us to improve our tools.
I have learned recently how to provide more thorough and detailed Help by the command line directly. The latest pr #248 provides more details on how to use
The command line is -f to load File (A) and -m to load File (B) to be merged into (A). Flags or options that are related to one opmode, for example --ffu for -m, need to come after the opmode (so -m _then -ffu). Any other flag, must come before the opmode, otherwise it is interpretated as a flag belonging to that operation This is how the Rust::Cli (clap) library behaves, not particularly intuitive at first, but we try to explain that thoroughly in the wiki.
In theory it should, but in practice, never been tested and I just gave it a quick shot and was unable to generate the correct results. So until then, its better for Wiki page to clearly say we do not support it. This will be unlocked when we have examples where working with more than 24h time frames and other more advanced or exotic use cases
We have barely used IRNSS so it's not surprizing we experience issues. Note that I have verified that I have looked into the code for Navigation RINEX processing and I don't see any reasons why it would not apply correctly. But I don't have Navigation RINEX files that have contain IRNSS ephemerides, so cannot really confirm that. |
Thanks @gwbres , actually I've already switched to another tool - mentioned below - but got back here due to you careful/verbose/helpful reply, keep moving forward :) You can use this command to get a 2 NAV rnx which contain everything including IRNSS
But here are the issues I'm having now - assuming you're testing with same files and example above-:
You would get similar error to:
Seems faster, and actually valid can be loaded successfully. |
Hi,
Running
rinex-cli -m -h
produces confusing help;How may I pass the input files to be merged?
Does it support many files to be merged together?
What is the correct order of
-f -m -d
?On rnx.gz Navigation files, how may I
Filters out all IRNSS vehicles
or so?-I
does not work?The example in wiki https://github.com/georust/rinex/wiki/file-merging
Does not work
error: unexpected argument '-o' found
wherever I put-o
The text was updated successfully, but these errors were encountered: