.. currentmodule:: pygeode
The vast majority of the functionality provided by PyGeode is available within the top level namespace of the module :mod:`pygeode`, along with the fundamental classes :class:`Var`, :class:`Axis`, and :class:`Dataset`. The contents of this top level namespace is summarized here. Several submodules with further functionality are also included.
pygeode
.. module:: pygeode
The top level pygeode namespace
.. autosummary:: open openall open_multi save
Fundamental Classes
.. autosummary:: Var Axis Dataset
Axis Types
.. autosummary:: NamedAxis Lon Lat Height Pres Hybrid StandardTime ModelTime365 ModelTime360 Yearless NonCoordinateAxis
Axis helper functions
.. autosummary:: regularlon rotatelon regularlat gausslat standardtimerange standardtimen modeltime365range modeltime365n modeltime360range modeltime360n yearlessn
.. autosummary:: asdataset concatenate ensemble vprod vsum
.. autosummary:: sign exp log log10 cos sin tan cosd sind tand sinh cosh tanh arcsin arccos arctan arctan2 arcsind arccosd arctand arctand2 arcsinh arccosh arctanh sqrt absolute nan_to_num minimum maximum real imag angle conj clip
.. autosummary:: dailymean monthlymean seasonalmean yearlymean diurnalmean climatology dailynanmean dailystdev dailynanstdev dailycount climtrend from_trend
... and other similar routines; see :doc:`climat`
.. autosummary:: timeutils.conform_values timeutils.date_diff timeutils.delta timeutils.jointimeaxes timeutils.modify timeutils.reltime timeutils.removeleapyears timeutils.splittimeaxis timeutils.wrapdate
.. autosummary:: correlate regress multiple_regress difference paired_difference isnonzero
.. autosummary:: EOF SVD
.. autosummary:: showvar showgrid showlines vcontour vplot vscatter vquiver vstreamplot vsigmask vhist clfdict cldict log1sdict log2sdict
.. autosummary:: ext_xarray.to_xarray ext_xarray.from_xarray
A helper class for mapping subsets of variables
.. toctree:: :hidden: var axes dataset genops plot fileio timeutils climat stats eof view custom external