climepi.epimod.get_example_model#
- climepi.epimod.get_example_model(name)[source]#
Get an example climate-sensitive epidemiological model.
Returns a
SuitabilityModelobject for the example model specified by thenameargument.- Parameters:
name (
str) – The name of the example model to return. A list of available example names can be accessed asclimepi.epimod.EXAMPLE_NAMES, and a description of each example can be accessed via theclimepi.epimod.EXAMPLESdictionary (e.g.,climepi.epimod.EXAMPLES['mordecai_ae_aegypti_niche']['doc']).- Returns:
epi_model (
climepi.epimod.SuitabilityModel) – The example model.