EL-PASO
EL-PASO is a Python framework designed to streamline the download, processing, and saving of satellite particle observation data.
Description
ELaborative Particle Analysis from Satellite Observations (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.
Features
- 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.
Installation Guide
Step 1: Clone the Repository
Begin by cloning the EL-PASO repository and navigating into its directory.
git clone https://github.com/GFZ/EL_PASO.git
cd EL_PASO
Step 2: Set up a Python Virtual Environment
It is highly recommended to use a virtual environment to manage dependencies.
python3 -m venv venv
source venv/bin/activate
Step 3: Install the EL PASO Package
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.
Verifying the Installation
You can validate your installation by running the minimal example located in examples:
python3 examples/minimal_example.py
Acknowledgements
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.