This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__doc__ = """ | |
# Overview | |
This example shows how to open High Resolution Rapid Refresh (HRRR) meteorology | |
"surfaces." These surfaces are slices in vertical space to create single level | |
maps of variables like temperature, wind speed components, pressure, etc. Each | |
surface is opened using the Zarr archive described in Amazon's opendata registry | |
described at https://registry.opendata.aws/noaa-hrrr-pds/. | |
# Examples |