wrf.NullProjection¶
- class wrf.NullProjection¶
A
wrf.WrfProjsubclass for empty projections.The
NullProjectionis primarily used for creating missing projections when using the ‘join’ method.- __init__()¶
Initialize a
wrf.NullProjectionobject.
Methods
__init__()Initialize a
wrf.NullProjectionobject.basemap(geobounds, **kwargs)Return a
matplotlib.mpl_toolkits.basemap.Basemapobject for the map projection.cartopy()Return a
cartopy.crs.Projectionsubclass for the map projection.cartopy_xlim(geobounds)Return the x extents in projected coordinates for cartopy.
cartopy_ylim(geobounds)Return the y extents in projected coordinates for cartopy.
cf()Return a dictionary with the NetCDF CF parameters for the projection.
proj4()Return the PROJ.4 string for the map projection.
pyngl(geobounds, **kwargs)Return a
Ngl.Resourcesobject for the map projection.