Alex Goodman created CLIMATE-838: ------------------------------------ Summary: Update configuration files and example scripts to use new DatasetLoader Key: CLIMATE-838 URL: https://issues.apache.org/jira/browse/CLIMATE-838 Project: Apache Open Climate Workbench Issue Type: Improvement Components: config, data sources Affects Versions: 1.1.0 Reporter: Alex Goodman Assignee: Alex Goodman Fix For: 1.2.0
The new {{DatasetLoader}} class found in {{dataset_loader.py}} was designed to do the following: 1) Unify the loader functions for each data source in one module. 2) Greatly simplify the process of parsing input from configuration files into the loaders. 3) Allow users to easily load datasets from many different data sources in a single evaluation run. The unit tests I have written can test some of this functionality, but it is now time to put it into practice. This means updating the configuration files and the associated evaluation scripts (eg run_RCMES.py). -- This message was sent by Atlassian JIRA (v6.3.4#6332)