https://github.com/beforerr/spedas.jl
Julia-based Space Physics Environment Data Analysis Software
https://github.com/beforerr/spedas.jl
heliophysics julia space-physics
Last synced: about 1 year ago
JSON representation
Julia-based Space Physics Environment Data Analysis Software
- Host: GitHub
- URL: https://github.com/beforerr/spedas.jl
- Owner: Beforerr
- License: mit
- Created: 2025-01-28T18:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T07:21:37.000Z (about 1 year ago)
- Last Synced: 2025-04-22T12:16:44.726Z (about 1 year ago)
- Topics: heliophysics, julia, space-physics
- Language: Julia
- Homepage: https://beforerr.github.io/SPEDAS.jl/
- Size: 94.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# SPEDAS.jl
[](https://github.com/Beforerr/SPEDAS.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://Beforerr.github.io/SPEDAS.jl/dev/)
[](https://doi.org/10.5281/zenodo.15181866)
A collection of tools for space physics / heliophysics.
## Installation
```julia
using Pkg
Pkg.add("SPEDAS")
```
## Related packages
- [SPEDAS (IDL)](https://spedas.org) / [PySPEDAS](https://github.com/SPEDAS/PySPEDAS) : Space Physics Environment Data Analysis Software framework to support loading, plotting, analysis, and integration of data from a number of space- and ground-based observatories
- [space-analysis.py](https://github.com/Beforerr/space-analysis.py) : Python utils for data analysis in space physics.
- [SpaceAnalysis.jl](https://henry2004y.github.io/VisAnaJulia/dev/) : Space physics analysis tool using Julia
- minimum variance analysis (MVA)
- spectral analysis
- moving box average for filtering magnetometer data
- coordinate transformations
⚠️ **Development Status**: This package is in active development. While functional, the API may undergo changes in future releases. Please review the documentation and test thoroughly before using in scientific work.