sunpy
A Python software package that provides fundamental tools for accessing, loading and interacting with solar physics data in Python.
https://github.com/sunpy/sunpy
Category: Climate Change
Sub Category: Earth and Climate Modeling
Keywords
astronomy astropy hacktoberfest python solar solar-physics sun sunpy
Keywords from Contributors
closember numfocus wcs nddata blackhole sphinx spec-0 computer-algebra wx gtk
Last synced: about 2 hours ago
JSON representation
Repository metadata
SunPy - Python for Solar Physics
- Host: GitHub
- URL: https://github.com/sunpy/sunpy
- Owner: sunpy
- License: bsd-2-clause
- Created: 2011-08-06T15:34:08.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T10:07:07.000Z (10 days ago)
- Last Synced: 2026-04-11T16:06:20.630Z (6 days ago)
- Topics: astronomy, astropy, hacktoberfest, python, solar, solar-physics, sun, sunpy
- Language: Python
- Homepage: http://www.sunpy.org
- Size: 68.8 MB
- Stars: 1,008
- Watchers: 45
- Forks: 656
- Open Issues: 274
- Releases: 158
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.rst
- Citation: CITATION.cff
- Zenodo: .zenodo.json
README.rst
``sunpy``
=========
SunPy core package: Python for Solar Physics
|SunPy Logo|
+-----------------------------------+-----------------------------------+-----------------------------------+
| Release | Development | Community |
+===================================+===================================+===================================+
| |Latest PyPi Version| | |Python Versions| | |Matrix Chat Room| |
+-----------------------------------+-----------------------------------+-----------------------------------+
| |Latest Conda Version| | |Project Status: Active| | |OpenAstronomy Discourse| |
+-----------------------------------+-----------------------------------+-----------------------------------+
| |Zenodo - Latest DOI| | |Continuous Integration Status| | |Google Groups Mailing List| |
+-----------------------------------+-----------------------------------+-----------------------------------+
| |sunpy stable documentation| | |CodeCov Code Coverage| | |Powered by NumFOCUS| |
+-----------------------------------+-----------------------------------+-----------------------------------+
| |sunpy citation| | | |pyOpenSci| |
+-----------------------------------+-----------------------------------+-----------------------------------+
.. |SunPy Logo| image:: https://raw.githubusercontent.com/sunpy/sunpy-logo/master/generated/sunpy_logo_landscape.png
:width: 200px
.. |Latest PyPi Version| image:: https://img.shields.io/pypi/v/sunpy.svg
:target: https://pypi.python.org/pypi/sunpy/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/sunpy
:target: https://pypi.python.org/pypi/sunpy/
.. |Matrix Chat Room| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=matrix.org
:target: https://app.element.io/#/room/#sunpy:openastronomy.org
.. |Latest Conda Version| image:: https://anaconda.org/conda-forge/sunpy/badges/version.svg
:target: https://anaconda.org/conda-forge/sunpy
.. |Project Status: Active| image:: https://www.repostatus.org/badges/latest/active.svg
:target: https://www.repostatus.org/#active
.. |OpenAstronomy Discourse| image:: https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/try2/original/1X/5e1e3b3cada2d7fbae4734d4bc53999933d71c95.svg
:height: 20px
:target: https://community.openastronomy.org/
.. |Zenodo - Latest DOI| image:: https://zenodo.org/badge/2165383.svg
:target: https://zenodo.org/badge/latestdoi/2165383
.. |Continuous Integration Status| image:: https://github.com/sunpy/sunpy/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/sunpy/sunpy/actions/workflows/ci.yml
.. |Google Groups Mailing List| image:: https://upload.wikimedia.org/wikipedia/commons/2/27/Google_Groups_logo.gif
:height: 20px
:target: https://groups.google.com/g/sunpy
.. |sunpy stable documentation| image:: https://readthedocs.org/projects/sunpy/badge/?version=stable
:target: https://docs.sunpy.org/
.. |CodeCov Code Coverage| image:: https://codecov.io/gh/sunpy/sunpy/branch/main/graph/badge.svg
:target: https://codecov.io/gh/sunpy/sunpy
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
:target: https://numfocus.org
.. |sunpy citation| image:: https://img.shields.io/badge/cite-sunpy-orange
:target: https://docs.sunpy.org/en/stable/citation.html
.. |pyOpenSci| image:: https://tinyurl.com/y22nb8up
:target: https://github.com/pyOpenSci/software-submission/issues/147
``sunpy`` is a Python software package that provides fundamental tools for accessing, loading and interacting with solar physics data in Python.
It includes an interface for searching and downloading data from multiple data providers, data containers for image and time series data, commonly used solar coordinate frames and associated transformations, as well as other functionality needed for solar data analysis.
Installation
------------
We recommend following the `installation guide `__ in the ``sunpy`` documentation.
This will walk you through installing ``sunpy`` and all of its dependencies.
Usage
-----
If you are new to ``sunpy``, the best place to start is the `tutorial `__.
The `example gallery `__ also includes a collection of shorter and more specific examples of using ``sunpy``.
Changes
-------
See our `changelog `__ for the latest changes in ``sunpy``.
Getting Help
------------
For more information or to ask questions about ``sunpy`` or any other SunPy Project package, please check out:
- `sunpy documentation `__
- `SunPy Affiliated Packages `__
- `SunPy Chat `__
- `SunPy mailing list `__
- `SunPy Community forum `__
Acknowledging or Citing ``sunpy``
---------------------------------
If you use ``sunpy`` in your scientific work, we would appreciate your `citing it in your publications `__.
The continued growth and development of ``sunpy`` is dependent on the community being aware of ``sunpy``.
Usage of Generative AI
----------------------
If you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state.
For more information see our documentation on fair and appropriate `AI usage `__.
Contributing
------------
We love contributions! sunpy is open source,
built on open source, and we'd love to have you hang out in our community.
If you would like to get involved, check out the `Developers Guide`_ section of the SunPy docs.
Stop by our chat room `#sunpy:openastronomy.org`_ if you have any questions.
Help is always welcome so let us know what you like to work on, or check out the `issues page`_ for the list of known outstanding items.
For more information on contributing to SunPy, please read our `Newcomers' guide`_.
.. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html
.. _`#sunpy:openastronomy.org`: https://app.element.io/#/room/#sunpy:openastronomy.org
.. _issues page: https://github.com/sunpy/sunpy/issues
.. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html
When you are interacting with the SunPy community you are asked at to follow our `code of conduct `__.
Citation (CITATION.cff)
cff-version: '1.1.0'
message: 'Please cite the following work when using this software.'
authors:
- name: 'The SunPy Community'
- family-names: 'Barnes'
given-names: 'Will T.'
- family-names: 'Bobra'
given-names: 'Monica G.'
- family-names: 'Christe'
given-names: 'Steven D.'
- family-names: 'Freij'
given-names: 'Nabil'
- family-names: 'Hayes'
given-names: 'Laura A.'
- family-names: 'Ireland'
given-names: 'Jack'
- family-names: 'Mumford'
given-names: 'Stuart'
- family-names: 'Perez-Suarez'
given-names: 'David'
- family-names: 'Ryan'
given-names: 'Daniel F.'
- family-names: 'Shih'
given-names: 'Albert Y.'
- family-names: 'Chanda'
given-names: 'Prateek'
- family-names: 'Glogowski'
given-names: 'Kolja'
- family-names: 'Hewett'
given-names: 'Russell'
- family-names: 'Hughitt'
given-names: 'V. Keith'
- family-names: 'Hill'
given-names: 'Andrew'
- family-names: 'Hiware'
given-names: 'Kaustubh'
- family-names: 'Inglis'
given-names: 'Andrew'
- family-names: 'Kirk'
given-names: 'Michael S. F.'
- family-names: 'Konge'
given-names: 'Sudarshan'
- family-names: 'Mason'
given-names: 'James Paul'
- family-names: 'Maloney'
given-names: 'Shane Anthony'
- family-names: 'Murray'
given-names: 'Sophie A.'
- family-names: 'Panda'
given-names: 'Asish'
- family-names: 'Park'
given-names: 'Jongyeob'
- family-names: 'Pereira'
given-names: 'Tiago M. D.'
- family-names: 'Reardon'
given-names: 'Kevin'
- family-names: 'Savage'
given-names: 'Sabrina'
- family-names: 'Sipőcz'
given-names: 'Brigitta M.'
- family-names: 'Stansby'
given-names: 'David'
- family-names: 'Jain'
given-names: 'Yash'
- family-names: 'Taylor'
given-names: 'Garrison'
- family-names: 'Yadav'
given-names: 'Tannmay'
- family-names: 'Rajul'
- family-names: 'Dang'
given-names: 'Trung Kien'
doi: '10.3847/1538-4357/ab4f7a'
identifiers:
- type: 'doi'
value: '10.3847/1538-4357/ab4f7a'
- type: 'url'
value: 'https://iopscience.iop.org/article/10.3847/1538-4357/ab4f7a'
title: 'The SunPy Project: Open Source Development and Status of the Version 1.0 Core Package'
url: 'https://iopscience.iop.org/article/10.3847/1538-4357/ab4f7a'
Owner metadata
- Name: SunPy
- Login: sunpy
- Email:
- Kind: organization
- Description: Python for Solar Physics
- Website: https://www.sunpy.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/963197?v=4
- Repositories: 49
- Last ynced at: 2024-10-29T10:54:43.114Z
- Profile URL: https://github.com/sunpy
GitHub Events
Total
- Create event: 55
- Release event: 10
- Issues event: 162
- Watch event: 67
- Delete event: 38
- Issue comment event: 1302
- Push event: 342
- Gollum event: 10
- Pull request review comment event: 2004
- Pull request review event: 2081
- Pull request event: 748
- Fork event: 49
Last Year
- Create event: 48
- Release event: 9
- Issues event: 153
- Watch event: 60
- Delete event: 32
- Issue comment event: 1225
- Push event: 311
- Gollum event: 10
- Pull request review event: 1939
- Pull request review comment event: 1883
- Pull request event: 681
- Fork event: 44
Committers metadata
Last synced: 2 days ago
Total Commits: 15,346
Total Committers: 263
Avg Commits per committer: 58.35
Development Distribution Score (DDS): 0.8
Commits in past year: 424
Committers in past year: 23
Avg Commits per committer in past year: 18.435
Development Distribution Score (DDS) in past year: 0.696
| Name | Commits | |
|---|---|---|
| Stuart J. Mumford | s****t@c****m | 3069 |
| Nabil Freij | n****j@g****m | 2287 |
| David Stansby | d****y@g****m | 1156 |
| Albert Y. Shih | a****h@g****m | 935 |
| Jack Ireland | j****d@n****v | 792 |
| Steven Christe | s****e@n****v | 762 |
| Florian Mayer | f****r@b****g | 725 |
| V. Keith Hughitt | k****t@g****m | 447 |
| Daniel F. Ryan | r****5@t****e | 415 |
| Will Barnes | w****2@r****u | 368 |
| Simon Liedtke | l****n@g****m | 344 |
| Laura Hayes | h****a@t****e | 266 |
| Vishnunarayan K I. | a****r@g****m | 231 |
| David Pérez-Suárez | d****o@g****m | 196 |
| Pritish Chakraborty | c****h@g****m | 174 |
| Andrew Inglis | a****s@g****m | 159 |
| Brigitta Sipőcz | b****z@g****m | 149 |
| Punyaslok Pattnaik | p****k@y****n | 147 |
| Ahmed Hossam | h****4@g****m | 136 |
| Andrew Leonard | a****d@g****m | 119 |
| Conor MacBride | c****r@m****e | 115 |
| Rishabh Sharma | r****a@s****n | 111 |
| Abhijeet Manhas | a****0@g****m | 93 |
| Russell Hewett | r****t@m****u | 88 |
| Alex Hamilton | a****n@h****m | 82 |
| pre-commit-ci[bot] | 6****] | 79 |
| Asish Panda | a****5@g****m | 73 |
| Nitin Choudhary | n****3@g****m | 66 |
| Ankit Kumar | a****r | 65 |
| Raahul Singh | r****2@g****m | 57 |
| and 233 more... | ||
Committer domains:
- nasa.gov: 5
- stsci.edu: 3
- tcd.ie: 2
- oma.be: 2
- swri.org: 2
- physik.uni-kiel.de: 1
- utu.fi: 1
- humboldt.edu: 1
- iitgn.ac.in: 1
- iitb.ac.in: 1
- fhnw.ch: 1
- akenza.io: 1
- vt.edu: 1
- gmx.at: 1
- cfa.harvard.edu: 1
- nso.edu: 1
- ucl.ac.uk: 1
- stanford.edu: 1
- nitk.edu.in: 1
- iitbhu.ac.in: 1
- mac.com: 1
- itekako.com: 1
- earnshaw.org.uk: 1
- dias.ie: 1
- mit.edu: 1
- students.iiit.ac.in: 1
- macbride.me: 1
- yahoo.co.in: 1
- rice.edu: 1
- bitsrc.org: 1
- lasp.colorado.edu: 1
- babuschk.in: 1
- cornell.edu: 1
- unal.edu.co: 1
- kurtmckee.org: 1
- kgpian.iitkgp.ac.in: 1
- uwaterloo.ca: 1
- tiger-222.fr: 1
- mindspring.com: 1
- mail.com: 1
- sheffield.ac.uk: 1
- tutamail.com: 1
- iress.com: 1
- astro.uio.no: 1
- riseup.net: 1
- uva.nl: 1
- iszf.irk.ru: 1
- umn.edu: 1
- pauljwright.co.uk: 1
- njit.edu: 1
- comcast.net: 1
- fasteroute.com: 1
- suse.de: 1
- daniel-williams.co.uk: 1
- khu.ac.kr: 1
- northumbria.ac.uk: 1
- aip.de: 1
- tty.sk: 1
- umich.edu: 1
- ph.iitr.ac.in: 1
- cadair.com: 1
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 398
Total pull requests: 1,959
Average time to close issues: 10 months
Average time to close pull requests: 23 days
Total issue authors: 85
Total pull request authors: 113
Average comments per issue: 3.69
Average comments per pull request: 1.95
Merged pull request: 1,486
Bot issues: 3
Bot pull requests: 139
Past year issues: 51
Past year pull requests: 309
Past year average time to close issues: 5 days
Past year average time to close pull requests: 2 days
Past year issue authors: 22
Past year pull request authors: 30
Past year average comments per issue: 1.47
Past year average comments per pull request: 0.73
Past year merged pull request: 209
Past year bot issues: 3
Past year bot pull requests: 19
Top Issue Authors
- Cadair (53)
- wtbarnes (44)
- ayshih (44)
- dstansby (43)
- samaloney (27)
- hayesla (25)
- nabobalis (23)
- wafels (10)
- ehsteve (6)
- alasdairwilson (6)
- jgieseler (5)
- tanishy7777 (5)
- dpshelio (4)
- olebole (4)
- dgarciabriseno (4)
Top Pull Request Authors
- meeseeksmachine (486)
- nabobalis (388)
- Cadair (170)
- ayshih (162)
- dstansby (87)
- github-actions[bot] (83)
- wtbarnes (67)
- Sauravroy34 (32)
- pre-commit-ci[bot] (31)
- Prtm2110 (28)
- ankitkhushwaha (26)
- dependabot[bot] (25)
- alasdairwilson (25)
- samaloney (24)
- CyclingNinja (20)
Top Issue Labels
- Feature Request (110)
- Package Novice (105)
- Priority Low (101)
- Effort Medium (80)
- map (69)
- Effort Low (66)
- Priority Medium (65)
- Bug (64)
- Package Intermediate (51)
- net (42)
- coordinates (36)
- Documentation (36)
- Discussion (32)
- Good First Issue (31)
- Effort High (30)
- Infrastructure (24)
- Package Expert (20)
- Examples (19)
- io (18)
- Refactoring (16)
- Priority High (16)
- Solar Physics Knowledge (14)
- timeseries (12)
- Upstream Fix Required (12)
- Tests (10)
- Remote Server Issue / VSO (8)
- Affects Dev (7)
- Affects Release (6)
- Wont Fix (5)
- Question (5)
Top Pull Request Labels
- Minor Change (1,003)
- No Changelog Entry Needed (997)
- backport 6.0 (448)
- No Backport (430)
- backport 5.0 (334)
- backport 5.1 (248)
- map (225)
- backport 6.1 (216)
- Documentation (210)
- Infrastructure (193)
- Merge When CI Passes (154)
- backport 7.0 (150)
- Tests (110)
- net (104)
- coordinates (96)
- Run cron CI (92)
- Examples (76)
- Whats New? (52)
- Run publish (49)
- io (36)
- Needs Adoption (33)
- util (32)
- time (31)
- timeseries (31)
- Stale (29)
- Needs Review (28)
- dependencies (28)
- backport 4.0 (20)
- backport 4.1 (18)
- Bug (18)
Package metadata
- Total packages: 3
-
Total downloads:
- conda: 2,551,405 total
- pypi: 87,097 last-month
- Total docker downloads: 90
- Total dependent packages: 45 (may contain duplicates)
- Total dependent repositories: 105 (may contain duplicates)
- Total versions: 427
- Total maintainers: 4
pypi.org: sunpy
SunPy core package: Python for Solar Physics
- Homepage: https://sunpy.org
- Documentation: https://docs.sunpy.org
- Licenses: BSD-3-Clause
- Latest release: 7.1.1 (published 22 days ago)
- Last Synced: 2026-04-17T08:35:56.449Z (about 12 hours ago)
- Versions: 189
- Dependent Packages: 34
- Dependent Repositories: 95
- Downloads: 87,097 Last month
- Docker Downloads: 90
-
Rankings:
- Dependent packages count: 0.588%
- Dependent repos count: 1.535%
- Average: 1.813%
- Docker downloads count: 2.096%
- Stargazers count: 2.172%
- Downloads: 2.24%
- Forks count: 2.246%
- Maintainers (4)
proxy.golang.org: github.com/sunpy/sunpy
- Homepage:
- Documentation: https://pkg.go.dev/github.com/sunpy/sunpy#section-documentation
- Licenses: bsd-2-clause
- Latest release: v7.1.1+incompatible (published 22 days ago)
- Last Synced: 2026-04-07T14:01:24.842Z (10 days ago)
- Versions: 153
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.442%
- Average: 5.624%
- Dependent repos count: 5.807%
conda-forge.org: sunpy
- Homepage: https://www.sunpy.org/
- Licenses: BSD-2-Clause
- Latest release: 4.1.0 (published over 3 years ago)
- Last Synced: 2026-03-19T19:09:35.563Z (29 days ago)
- Versions: 85
- Dependent Packages: 11
- Dependent Repositories: 10
- Downloads: 2,551,405 Total
-
Rankings:
- Dependent packages count: 5.48%
- Forks count: 7.257%
- Average: 9.521%
- Dependent repos count: 11.016%
- Stargazers count: 14.33%
Dependencies
- JamesIves/github-pages-deploy-action v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- webfactory/ssh-agent v0.8.0 composite
- Cadair/matrix-notify-action main composite
- actions/checkout v3 composite
- codecov/codecov-action v3 composite
- conda-incubator/setup-miniconda v2 composite
- actions/stale v8 composite
- actions/checkout v6 composite
- actions/setup-python v6 composite
- Cadair/matrix-notify-action main composite
- actions/checkout v6 composite
- actions/download-artifact 018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 composite
- codecov/codecov-action v5 composite
- conda-incubator/setup-miniconda v3 composite
- scientific-python/issue-from-pytest-log-action 558a3dfdd251069b328d3fded994824ddbefc47b composite
- srealmoreno/label-sync-action 850ba5cef2b25e56c6c420c4feed0319294682fd composite
- actions/checkout v6 composite
- actions/setup-python v6 composite
- peter-evans/create-pull-request v7 composite
Score: 27.51414541090046