https://github.com/sun-data/solar-dynamics-observatory
A Python library to download and analyze data from the NASA Solar Dynamics Observatory (SDO).
https://github.com/sun-data/solar-dynamics-observatory
astronomy astropy named-arrays nasa solar-astronomy solar-astrophysics solar-dynamics-observatory solar-physics
Last synced: about 1 month ago
JSON representation
A Python library to download and analyze data from the NASA Solar Dynamics Observatory (SDO).
- Host: GitHub
- URL: https://github.com/sun-data/solar-dynamics-observatory
- Owner: sun-data
- Created: 2024-08-09T18:39:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T22:43:07.000Z (about 2 months ago)
- Last Synced: 2026-04-25T00:32:07.208Z (about 2 months ago)
- Topics: astronomy, astropy, named-arrays, nasa, solar-astronomy, solar-astrophysics, solar-dynamics-observatory, solar-physics
- Language: Python
- Homepage: https://sdo.readthedocs.io
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solar-dynamics-observatory
[](https://github.com/sun-data/solar-dynamics-observatory/actions/workflows/tests.yml)
[](https://codecov.io/gh/sun-data/solar-dynamics-observatory)
[](https://github.com/sun-data/solar-dynamics-observatory/actions/workflows/black.yml)
[](https://github.com/sun-data/solar-dynamics-observatory/actions/workflows/ruff.yml)
[](https://sdo.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/solar-dynamics-observatory)
A Python library to download and analyze data from the NASA Solar Dynamics Observatory (SDO).
This library uses the [Sunpy](https://sunpy.org/) package to download the images
and the [aiapy](https://aiapy.readthedocs.io) package to align and prepare the
images to be ready for scientific analysis.
While this package uses Sunpy to download the data, it does not represent SDO
images as instances of
[`sunpy.map.Map`](https://docs.sunpy.org/en/stable/generated/api/sunpy.map.Map.html),
it represents images using [`named_arrays.FunctionArray`](https://named-arrays.readthedocs.io/en/latest/_autosummary/named_arrays.FunctionArray.html).
## Installation
This package is published on PyPI and can be installed using pip
```bash
pip install solar-dynamics-observatory
```