https://github.com/beforerr/space-analysis.py
https://github.com/beforerr/space-analysis.py
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beforerr/space-analysis.py
- Owner: Beforerr
- License: apache-2.0
- Created: 2024-01-30T20:03:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T00:09:33.000Z (about 1 year ago)
- Last Synced: 2025-06-03T12:38:05.339Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://beforerr.github.io/space-analysis.py/
- Size: 19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# space-analysis.py
Python utils for data analysis in space physics. Still in active development, use with caution.
[](https://pypi.org/project/space-analysis)
[](https://pixi.sh)
[](https://pdm-project.org)
Inspired from [SpaceAnalysis.jl](https://henry2004y.github.io/VisAnaJulia/dev/), created with [nbdev](https://nbdev.fast.ai/).
## References
- [speasy](https://speasy.readthedocs.io) : Python client for Space Physics web services such as CDAWEB or AMDA
- [pyspedas](https://pyspedas.readthedocs.io) : Python Space Physics Environment Data Analysis Software
- [fastcore](https://fastcore.fast.ai) : Python supercharged for the fastai library
## Install
``` sh
pip install space-analysis
```
## How to use