cuwalid.forecasting.components package

Submodules

cuwalid.forecasting.components.default_parameter_dataset module

default_parameter_dataset

country codes from https://wiki.openstreetmap.org/wiki/Nominatim/Country_Codes

cuwalid.forecasting.components.default_parameter_dataset.get_full_path(path)[source]

cuwalid.forecasting.components.forecast module

cuwalid.forecasting.components.helper_functions module

cuwalid.forecasting.components.hindcast module

cuwalid.forecasting.components.map_properties module

forecasting_map_properties

cuwalid.forecasting.components.plot_hydro_forecast module

cuwalid.forecasting.components.plot_impact_forecast module

cuwalid.forecasting.components.read_paths module

class cuwalid.forecasting.components.read_paths.get_paths(plot_scale, region, country_name, iwater_status, iyear, iseason, shape_path_list=None, place_code_field=False, netcdf_path=None, threshold_path=None, mask_path=None, river_shapefile_path=None, river_path=None)[source]

Bases: object

Function to read all variables and path required for running the impact based forecascasting component. This fuction first check if a set of datasets has been provided, otherwise it look at the default dataset (Africa region). All paths and variables available for the specied place are uploaded. The output python object is used in the impact_forecasting.py function

class cuwalid.forecasting.components.read_paths.read_dataset_list_json(parameter_dataset_list_file)[source]

Bases: object

This function read the parameter_dataset_list from a json file, if json file not provided, default values from default_parameter_dataset.py are used

Module contents