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

Merge V2.2 backports to fix F10.7 index update scripting #119

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

drsteve
Copy link
Collaborator

@drsteve drsteve commented Sep 20, 2024

Index update broke on CCMC build due to NRCan's F10.7 server changing location and protocol. This PR addresses that (Closes #117)

Update captures some changes:

  • F10.7 indices from NRCan moved from FTP to an HTTPS server, so updateRamIndices.py now fetches from there using the new protocol
  • RamIndices.txt file updated to reflect recent data
  • Dockerfile.RoR updated to fix rebuild issue with pip

drsteve and others added 3 commits September 9, 2024 10:36
Also updated RamIndices file to reflect recent changes
- Use SSLContext to avoid bad certification check on RHEL
- Update RamIndices.txt
Rebuilding the image was failing due to pip/python
changes. The pip update fixes that. New SpacePy was
grabbed for QoL updates.
@drsteve drsteve merged commit 8508522 into master Sep 20, 2024
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.

NRCan F10.7 has moved, breaking updateIndices, etc.
1 participant