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

sp3 context #153

Merged
merged 11 commits into from
Aug 31, 2023
Merged

sp3 context #153

merged 11 commits into from
Aug 31, 2023

Conversation

gwbres
Copy link
Collaborator

@gwbres gwbres commented Aug 31, 2023

This branch proposes the possibility to load a pool of SP3 files.
SP3 files will permit solving SPP and PPP, and possible other operations.

  • Cli: introduce SP3 files pool #152
  • Support IGS SP3 files #82
  • Support as many SP3 files as desired
  • The SP3 lib supports merge(file1, file2): we use this feature to create the total SP3 context
  • The SP3 lib supports seamless gzip compressed SP3 file decompression.
    Using this capacity make it very easy to import such data, directly downloaded from data providers like CDDIS
  • Currently we only display the precise orbits and the clock predictions (file visualization basically).
    We do not perform calculations that SP3 will enable yet, this will come later.
  • Other minor modifications
    • : improved the workspace naming process.
      We want the workspace to be named $WORKSPACE/$FILENAME/, the current implementation creates $WORKSPACE/$FILENAME.CRX when a gz compressed file is given (--fp $FILENAME.CRX.gz), due to the double .
    • Add one documentation page, to sumarize what minimal context should be provided for all possible operations

gwbres added 7 commits August 30, 2023 21:08
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres gwbres added documentation Improvements or additions to documentation enhancement New feature provided v1.0.0 labels Aug 31, 2023
@gwbres gwbres added this to the v1.0.0 milestone Aug 31, 2023
@gwbres gwbres requested review from lnicola and larsnaesbye August 31, 2023 09:34
@gwbres gwbres self-assigned this Aug 31, 2023
This was linked to issues Aug 31, 2023
gwbres added 4 commits August 31, 2023 11:40
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres gwbres requested a review from a team August 31, 2023 14:19
@gwbres gwbres merged commit fdc82e8 into main Aug 31, 2023
1 check passed
@larsnaesbye larsnaesbye deleted the sp3 branch September 1, 2023 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature provided v1.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cli: introduce SP3 files pool Support IGS SP3 files
3 participants