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 .