climepi.epimod.get_example_temperature_response_data#
- climepi.epimod.get_example_temperature_response_data(name)[source]#
Get example temperature response data.
Available datasets are ‘mordecai_ae_aegypti’ (data used to fit the Aedes aegypti model in Mordecai et al., PLoS Negl Trop Dis 2017, https://doi.org/10.1371/journal.pntd.0005568) and ‘mordecai_ae_albopictus’ (data used to fit the Aedes albopictus model in the same paper).
- Parameters:
name (
str) – The name of the example temperature response data to return. Available names are ‘mordecai_ae_aegypti’ and ‘mordecai_ae_albopictus’.- Returns:
pandas.DataFrame– The temperature response data. Has columns ‘trait_name’, ‘temperature’ (for the temperature values), ‘trait_value’ (for the corresponding trait values), and ‘reference’ (giving original source information for the data).