wrf.WrfProj.pyngl

WrfProj.pyngl(geobounds, **kwargs)

Return a Ngl.Resources object 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.Resources object.
Returns:

A dict-like object that contains the PyNGL resources for the map projection.

Return type:

Ngl.Resources

See also

PyNGL