Data source types#
Source code in wellies/data.py
Bases: StaticData
Source code in wellies/data.py
Bases: StaticData
Source code in wellies/data.py
Bases: StaticData
Source code in wellies/data.py
Bases: StaticData
Source code in wellies/data.py
Static Data Store#
Source code in wellies/data.py
__init__(data_dir, static_data_dict)
#
The StaticDataStore contains a set of static data items and their associated scripts to be used to deploy the items when running the suite.
Parameters#
data_dir (str): The directory where the data is stored on the running host. static_data_dict (dict): A dictionary containing the names of the static data items as keys and their deployment options as values.