xoa.show_info

xoa.show_info(opt_specs=True)[source]

Print xoa related info

Example

In [1]: show_info()
# VERSIONS
- python: 3.9.10
- xoa: 0.6.1.dev0+g058b187.d20220224
- appdirs: 1.4.4
- cartopy: 0.20.2
- cmocean: 2.0
- configobj: 5.0.6
- matplotlib: 3.5.1
- numpy: 1.21.5
- pandas: 1.4.1
- scipy: 1.8.0
- xarray: 0.21.1
- xesmf: NOT INSTALLED or UKNOWN

# FILES AND DIRECTORIES
- xoa library dir: /home/docs/checkouts/readthedocs.org/user_builds/xoa/conda/v0.6.1/lib/python3.9/site-packages/xoa
- user config file: /home/docs/.config/xoa/xoa.cfg [*]
- user CF specs file: /home/docs/.config/xoa/cf.cfg [*]
- user CF cache file: /home/docs/.cache/xoa/cf.pyk
- data samples: croco.south-africa.zonal.nc mercator.cfg hycom.cfg croco.south-africa.surf.nc hycom.gdp.u.nc gdp.cfg croco.south-africa.meridional.nc gdp-6203641.csv hycom.gdp.h.nc ibi-argo-7900573.nc croco.cfg hycom.gdp.v.nc argo-7900573.nc argo.cfg
*: file not present

# OPTIONS
[cf] # cf module
cache=boolean(default=True) # use the :mod:`~xoa.cf` in memory and file caches

[plot] # plot parameters
cmapdiv = string(default="cmo.balance") # defaut diverging colormap
cmappos = string(default="cmo.amp")     # default positive colormap
cmapneg = string(default="cmo.tempo_r") # default negative colormap
cmapcyc = string(default="cmo.phase")   # default cyclic colormap