deeplycloudy / TRACER-PAWS-NEXRAD-LMA

Workflow for gridding and tracking NEXRAD data and combining with flash-level LMA data.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

TRACER-PAWS-NEXRAD-LMA

Processing and analysis workflow scripts (PAWS) for gridding and tracking NEXRAD data and combining with flash-level LMA data.

See the READMEs in the scripts and notebooks directories. The primary processing workflow is found in the scripts directory.

This library must be installed for the scripts and notebooks in this repository to be able to import support functions from this library.

After cloning this repository, install with

conda env create environment.yml
conda activate tracer_env
pip install -e .