Tools for downloading, preprocessing, and analyzing space weather and LEO satellite orbital decay data.
├── LICENSE <- License file for the project.
├── README.md <- README for this specific sub-project.
├── requirements.txt <- Defines Python dependencies for the analysis environment.
├── .gitignore <- Specifies intentionally untracked files to ignore.
├── configs/ <- Configuration data classes.
├── data/ <- Methods for downloading datasets (e.g., OMNI, LATIS, POD, TLE).
├── merging/ <- Scripts to merge datasets into a consolidated form for modeling.
├── pipeline/ <- Scripts for dataset compilation.
├── preprocessing/ <- Scripts for cleaning and transforming individual datasets using configuration pipelines.
├── postprocessing/ <- Maneuver postprocessing.
├── utils/ <- General-purpose helper functions.
└── visualization/ <- Scripts for with plotting methods for data and results.
- Clone the repository.
- Install dependencies: e.g., pip install -r requirements.txt
- Install the package: e.g., pip install -e .
For questions or feedback, please contact:
*Vanessa Mercea (PhD Student, University of Bern, Switzerland) – vanessa-maria.mercea@unibe.ch
*ORCID 0000-0001-5252-9393
Project based on the cookiecutter data science project template.