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

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

Awesome Lists containing this project

README

          

# SPEDAS.jl

[![Build Status](https://github.com/Beforerr/SPEDAS.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Beforerr/SPEDAS.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://Beforerr.github.io/SPEDAS.jl/dev/)
[![DOI](https://zenodo.org/badge/923721479.svg)](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.