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

Jpl gh 286 #290

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Jpl gh 286 #290

merged 3 commits into from
Jan 10, 2025

Conversation

gwbres
Copy link
Collaborator

@gwbres gwbres commented Jan 10, 2025

Fix offline/online deployment options

When deploying without --jpl-bpc:

  • the session will rely on the previous JPL model if it was already downloaded.
    If this model is too old and servers remain down, you should delete it !
  • the session will rely on low precision (offline) model until a JPL model
    has been obtained

When deploying with --jpl-bpc:

  • internet access is required and expected !

Signed-off-by: Guillaume W. Bres <[email protected]>
  - a new --jpl-bpc option is introduced in RINEX-Cli
  Which always requires internet access and IS THE ONLY OPTION
  to keep the JPL model up to date.

  - the local storage is preserved and allows fast deployments
  (after a first successful deployment)

  - for example, in the past few days the JPL servers have been down.
  when deploying without --jpl-bpc:
    - the session will rely on the previous JPL model if it was already downloaded.
    If this model is too long and servers remain down, you should delete it with!
    - the session will rely on low precision (offline) model until a JPL model
    has been obtained

  When deploying with --jpl-bpc:
    - the session will crash because correct network access is expected

Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres gwbres self-assigned this Jan 10, 2025
Signed-off-by: Guillaume W. Bres <[email protected]>
@gwbres gwbres merged commit 882b01b into main Jan 10, 2025
26 checks passed
@gwbres gwbres deleted the jpl-gh-286 branch January 10, 2025 21:09
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.

If the JPL database cannot be accessed, the creation of QcContext will fail when using rinex-cli
1 participant