MCPcopy Create free account
hub / github.com/NCAR/wrf-python / basemap_enabled

Function basemap_enabled

src/wrf/config.py:136–145  ·  view source on GitHub ↗

Return True if basemap is installed and enabled. Returns: :obj:`bool`: True if basemap is installed and enabled.

()

Source from the content-addressed store, hash-verified

134
135@init_local()
136def basemap_enabled():
137 """Return True if basemap is installed and enabled.
138
139 Returns:
140
141 :obj:`bool`: True if basemap is installed and enabled.
142
143 """
144 global _local_config
145 return _local_config.basemap_enabled
146
147
148@init_local()

Callers 7

projection.pyFile · 0.85
basemapMethod · 0.85
_basemapMethod · 0.85
_basemapMethod · 0.85
_basemapMethod · 0.85
_basemapMethod · 0.85
_basemapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected