Python script sets for space weather monitoring

python3
2 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the `create_radiation_summary.py` script to decouple the aggregation of data from different space weather radiation monitoring sources. The goal is to create independent datasets for each source, improving the handling of updates and allowing for more robust and flexible data management. This involves redesigning the data structure and potentially modifying the data processing logic to handle partial updates gracefully.

Complexity: 4/5
enhancement help wanted Priority-Low

Python script sets for space weather monitoring

Fortran
#python3

AI Summary: Create a JSON file within the EPHEM directory containing essential ephemeris data, specifically the start time of the current orbit. This data will be used by other Space Weather scripts to avoid processing the entire ephemeris file for this single piece of information, improving efficiency. The JSON file should be easily parsable by Python scripts.

Complexity: 2/5
enhancement good first issue Priority-Low

Python script sets for space weather monitoring

Fortran
#python3