Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heliopython/heliopy
Python for heliospheric and planetary physics
https://github.com/heliopython/heliopy
physics python space-physics
Last synced: about 2 months ago
JSON representation
Python for heliospheric and planetary physics
- Host: GitHub
- URL: https://github.com/heliopython/heliopy
- Owner: heliopython
- License: gpl-3.0
- Archived: true
- Created: 2016-10-25T12:03:48.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T16:38:09.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T14:16:18.710Z (5 months ago)
- Topics: physics, python, space-physics
- Language: Python
- Homepage: http://docs.heliopy.org/en/stable/
- Size: 3.28 MB
- Stars: 63
- Watchers: 9
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
![HelioPy](https://github.com/heliopython/heliopy/raw/main/artwork/logo_rectangle.png "HelioPy")
# HelioPy is no longer developed
As of January 2022 HelioPy will no longer be developed or supported. Most of
HelioPy's functionality is now implemented elsewhere:## Finding/loading in-situ data
[sunpy](https://docs.sunpy.org/en/stable/) version 3.1 (released October 2021)
has support for reading CDF files. It also has functionality to search NASA's
CDAWeb via. ``sunpy.net.Fido``, which provides access to in-situ data from a
large range of in-situ heliospheric observatories.## Generating spacecraft trajectories from SPICE kernels
The [astrospice project](https://astrospice.readthedocs.io/en/latest/)
re-implements all of this functionality, in a much more user and maintainer
friendly codebase. It's currently actively developed, and accepting bug reports
or feature requests.