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

DORIS RINEX #232

Merged
merged 23 commits into from
Apr 16, 2024
Merged

DORIS RINEX #232

merged 23 commits into from
Apr 16, 2024

Conversation

gwbres
Copy link
Collaborator

@gwbres gwbres commented Apr 16, 2024

  • This PR submits initial support of DORIS RINEX files
  • DORIS RINEX files are special Observation RINEX files that are easier to deal with.
    This only requires a few tweaks in the existing Observation cases
  • The ESA DORIS mission is dedicated to high accuracy geoid mapping
  • While adding those tweaks I realized the existing code could benefit some improvements.
    Mainly, removing some memory allocation (Collect::<>). This will slightly improve the existing library performances
  • Adds or improves DORIS and possibly shared objects, like DOMES the station identification code,
    which is used in DORIS and in several other cases
  • I'm not closing the DORIS topic considering:
    • this is just initial support (basically: data identification & parsing)
    • not supported yet in the processing toolbox and command line apps

gwbres added 23 commits March 24, 2024 12:50
  * DORIS measurements wrapped in a RINEX file

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]>
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]>
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]>
Signed-off-by: Guillaume W. Bres <[email protected]>
Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres gwbres added enhancement New feature provided v1.0.0 performance Performance enhancement labels Apr 16, 2024
@gwbres gwbres requested review from lnicola and larsnaesbye April 16, 2024 06:51
@gwbres gwbres self-assigned this Apr 16, 2024
@gwbres gwbres merged commit bdf3ebb into main Apr 16, 2024
4 checks passed
@gwbres gwbres deleted the doris branch April 17, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature provided performance Performance enhancement v1.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants