wrf.WrfProj.pyngl¶
-
WrfProj.pyngl(geobounds, **kwargs)¶ Return a
Ngl.Resourcesobject for the map projection.Parameters: - geobounds (
wrf.GeoBounds, optional) – The geobounds to get the extents. If set to None and using the var parameter, the geobounds will be taken from the variable. If using a file, then the geobounds will be taken from the native grid. - **kwargs – Additional PyNGL resources to set while creating the
Ngl.Resourcesobject.
Returns: A dict-like object that contains the PyNGL resources for the map projection.
Return type: Ngl.ResourcesSee also
- geobounds (