NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Add SkewT Driver Script #33

Closed christinaholtNOAA closed 4 years ago

christinaholtNOAA commented 4 years ago

This is a separate driver script that generates SkewTs for all sites in a given sites file. Parallel generation of images is enabled by multiprocessing.Pool.

Passes linter and tests. No tests currently exist for graphics.py or for the new script. We may want to change that.

christinaholtNOAA commented 4 years ago

Just added the rest of the raobs sites to the file, and included a pre.sh that can be used by Rocoto when submitting a graphics job.

cshartsough commented 4 years ago

Those new pieces look good as well.

christinaholtNOAA commented 4 years ago

That's right, @Brian-Jamison.