NOAA-GSL / pygraf

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

Global plots #124

Closed Brian-Jamison closed 2 years ago

Brian-Jamison commented 2 years ago

Global plots

These are the code changes for global plots. The code has been tested with a local FV3 model and NCEP GFS. It also doesn't break the plotting of other models, and has been tested with HRRR, HRRR-HI, HRRR-CAR, RAP, and RRFS. This PR covers the full domain and Africa, Beijing, Cambodia, East Pacific, Europe, Taiwan, West Atlantic, and West Pacific subdomains. Examples follow:

full domain image

Beijing image

Cambodia image

East Pacific image

Europe image

Taiwan image

West Atlantic image

West Pacific image

Brian-Jamison commented 2 years ago

Thanks for the suggestions! Please let me know if I should make any other changes before merging.

christinaholtNOAA commented 2 years ago

The changes look good to me. Thanks!