An open API service indexing awesome lists of open source software.

https://github.com/beforerr/space-analysis.py


https://github.com/beforerr/space-analysis.py

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# space-analysis.py

Python utils for data analysis in space physics. Still in active development, use with caution.

[![PyPI](https://img.shields.io/pypi/v/space-analysis)](https://pypi.org/project/space-analysis)
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet.png)](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