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

https://github.com/aburrell/lstid_processing

Identify TIDs in CINDI and process SAMI3 data.
https://github.com/aburrell/lstid_processing

Last synced: 12 months ago
JSON representation

Identify TIDs in CINDI and process SAMI3 data.

Awesome Lists containing this project

README

          

Repository with tools for identifying medium and large scale Travelling
Ionospheric Disturbances (TIDs) in the Communication/Navigation Outage
Forecasting System (C/NOFS) Coupled Ion-Neutral Dynamics Investigation (CINDI)
Ion Velocity Meter (IVM) data, tools for working with SAMI3 runs, and a routine
to obtain model runs used for a LSTID case study are provided.

[DOI HERE] [PYPI HERE] [![Documentation Status](https://readthedocs.org/projects/lstid-processing/badge/?version=latest)](https://lstid-processing.readthedocs.io/en/latest/?badge=latest)

Example
-------

To download all of the model runs to a local directory:

```
import lstid_processing

sami3_files = lstid_processing.model.io.download_nrl_files('path/to/downloads')
```

Notes
-----

This package and data are supplied to support the reproducibility of a
manuscript currently under review. Frequent updates are not expected.