NOAA-GSL / pygraf

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

Global plots part2 #137

Closed Brian-Jamison closed 2 years ago

Brian-Jamison commented 2 years ago

This is part 2 of the global plots, which cover the interpolated subregions for Alaska, CONUS, and the Northern and Southern Hemisphere. The Southern Hemisphere cannot currently be plotted correctly with the map, because the metadata in the grib2 file is incorrect.

Also included here is the ability to turn off airport plotting for certain plots. In this case, the airports for the smoke-related plots are not plotted (by request).

Examples of the new imagery follows:

Alaska full domain: image

Alaska Zoom: image

Alaska Zoom 2: image

CONUS full: image

NW: image

NC: image

NE: image

SW: image

SC: image

SE: image

NHemi: image

Brian-Jamison commented 2 years ago

I put in some comments about the code, and added sample images.