API reference#
Accessor class for xarray datasets#
The climepi accessor class for xarray Dataset objects can be
used by chaining the climepi attribute to a Dataset (e.g.,
ds.climepi.sel_geo('London'); see
Accessor class for xarray datasets).
Classes#
|
Accessor for |
Methods#
|
Compute a range of ensemble statistics for a data variable. |
|
Compute the monthly mean of a data variable. |
|
Generate a map plot of a data variable. |
|
Generate a time series plot of a data variable. |
|
Plot contributions of climate uncertainty sources to uncertainty intervals. |
Plot decomposition of variance from different climate uncertainty sources. |
|
|
Run the epidemiological model on a climate dataset. |
|
Get data for the nearest grid point(s) to a specified location(s). |
Compute the group average of a data variable. |
|
Decompose uncertainty interval contributions. |
|
Decompose variance contributions from different climate uncertainty sources. |
|
|
Compute the yearly mean of a data variable. |
Calculate the portion of each year that is suitable given suitability data. |
Climate data subpackage#
Methods for downloading and accessing climate projection data are contained in the
climdata subpackage (accessible via from climepi import climdata; see
Climate data subpackage).
Methods#
|
Retrieve climate projection data. |
|
Retrieve file names of formatted climate data files. |
|
Retrieve an example climate dataset. |
Epidemiological model subpackage#
Classes and methods for climate-sensitive epidemiological models are contained in the
epimod subpackage (accessible via from climepi import epimod; see
Epidemiological model subpackage).
Classes#
Base class for epidemiological models. |
|
|
Generic class for suitability models. |
Class for parameterized suitability models. |
Methods#
|
Get an example climate-sensitive epidemiological model. |
Get example temperature response data. |
|
|
Fit the dependence of a parameter on temperature. |
Get the posterior distribution of the fitted temperature response. |
Front-end application subpackage#
A method to run the front-end application is contained in the app subpackage
(accessible via from climepi import app; see
Front-end application).
Methods#
|
Run the climepi front-end application locally. |