https://github.com/juliaspacephysics/spedas.jl
Julia-based Space Physics Environment Data Analysis Software
https://github.com/juliaspacephysics/spedas.jl
heliophysics julia space-physics
Last synced: 9 months ago
JSON representation
Julia-based Space Physics Environment Data Analysis Software
- Host: GitHub
- URL: https://github.com/juliaspacephysics/spedas.jl
- Owner: JuliaSpacePhysics
- License: mit
- Created: 2025-01-28T18:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-01T20:02:14.000Z (9 months ago)
- Last Synced: 2025-09-01T20:44:56.372Z (9 months ago)
- Topics: heliophysics, julia, space-physics
- Language: Julia
- Homepage: https://juliaspacephysics.github.io/SPEDAS.jl/
- Size: 47.9 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# SPEDAS.jl
[](https://JuliaSpacePhysics.github.io/SPEDAS.jl/dev/)
[](https://doi.org/10.5281/zenodo.15181866)
[](https://github.com/SciML/SciMLStyle)
[](https://github.com/JuliaSpacePhysics/SPEDAS.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/JuliaSpacePhysics/SPEDAS.jl)
A collection of tools for space physics / heliophysics.
## Installation
```julia
using Pkg
Pkg.add("SPEDAS")
```
For information on using the package, see the documentation available at https://JuliaSpacePhysics.github.io/SPEDAS.jl/dev/.
⚠️ **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.