EL-PASO
is a Python framework designed to streamline the download, processing, and saving of satellite particle observation data.
Its primary purpose is to prepare and standardize particle data for use in radiation belt modeling.
- Format Flexibility: Capable of handling different input formats including
cdf
,netcdf
,h5
,ascii
, andjson
- Integrated Processing: Provides a comprehensive set of functions for common particle data analysis tasks
- Supports Metadata: Stores all processing and metadata alongside the data, ensuring full traceability and reproducibility.
- Standardized output files: Saving processed data in different standards (e.g. PRBEM) to enable easy loading and sharing of processed data
Full documentation can be viewed here.
Begin by cloning the EL-PASO repository and navigating into its directory.
git clone https://github.com/GFZ/EL_PASO.git
cd el_paso
It is highly recommended to use a virtual environment to manage dependencies.
python3 -m venv venv
source venv/bin/activate
Install the core EL-PASO package using pip.
pip install .
The custom setup.py
script will automatically download and compile the IRBEM Fortran library during this step.
You can validate your installation by running the minimal example located in examples:
python3 examples/minimal_example.py
This work has been funded by the German Research Foundation (NFDI4Earth, DFG project no. 460036893, https://www.nfdi4earth.de/). The authors acknowledge the work of Mátyás Szabó-Roberts who led the foundation for the EL-PASO framework.
The thank the authors of the IRBEM library for providing their code.