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

Function cartopy_enabled

src/wrf/config.py:110–119  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

108
109@init_local()
110def cartopy_enabled():
111 """Return True if cartopy is installed and enabled.
112
113 Returns:
114
115 :obj:`bool`: True if cartopy is installed and enabled.
116
117 """
118 global _local_config
119 return _local_config.cartopy_enabled
120
121
122@init_local()

Callers 8

projection.pyFile · 0.85
_globeMethod · 0.85
cartopyMethod · 0.85
_cartopyMethod · 0.85
_cartopyMethod · 0.85
_cartopyMethod · 0.85
_cartopyMethod · 0.85
_cartopyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected