Open
Conversation
Adds a new tools/ directory with SDO data acquisition utility for fetching real-time Solar Dynamics Observatory observations. Features: - Fetch latest SDO/AIA and HMI observations (updated every 12 seconds) - Support for all 8 AIA channels and HMI instruments used in Surya - Command-line interface and Python API - Advanced monitoring and batch download capabilities - Designed to complement Surya's preprocessed HuggingFace datasets Use Cases: - Real-time solar activity monitoring with current observations - Custom inference on latest SDO data - Fine-tuning dataset creation from recent events - Quick data exploration without downloading full datasets - Educational purposes and research prototyping This tool bridges the gap between Surya's historical training data (2011-2019) and current solar observations, enabling researchers to apply the model to real-time space weather monitoring and recent solar events. Files added: - tools/sdo_data_fetcher/sdo_fetcher_v2.py (main fetcher) - tools/sdo_data_fetcher/sdo_advanced_examples.py (advanced features) - tools/sdo_data_fetcher/requirements.txt (dependencies: requests) - tools/sdo_data_fetcher/README.md (documentation) - tools/README.md (tools directory overview)
Fixed UnicodeEncodeError when creating monitoring_daemon.py on Windows. The file now opens with UTF-8 encoding to properly handle Unicode characters.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new tools/ directory with SDO data acquisition utility for fetching real-time Solar Dynamics Observatory observations.
Features:
Use Cases:
This tool bridges the gap between Surya's historical training data (2011-2019) and current solar observations, enabling researchers to apply the model to real-time space weather monitoring and recent solar events.
Files added: