wrf.WrfProj.basemap

WrfProj.basemap(geobounds, **kwargs)

Return a matplotlib.mpl_toolkits.basemap.Basemap 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 – Keyword arguments for creating a matplotlib.mpl_toolkits.basemap.Basemap. By default, the domain bounds will be set to the native projection, the resolution will be set to ‘l’, and the other projection parameters will be set by the information in the file.
Returns:

A Basemap object for the projection.

Return type:

matplotlib.mpl_toolkits.basemap.Basemap

See also

matplotlib.mpl_toolkits.basemap.Basemap