timor.utilities.download_data
Functions
|
Downloads all non-locally found robots available from CoBRA. |
|
Download schemata from CoBRA; return dict from schema short name to paths where stored. |
Module Contents
- timor.utilities.download_data.download_additional_robots(default_robot_dir, robots)
Downloads all non-locally found robots available from CoBRA.
- Parameters:
default_robot_dir (pathlib.Path)
robots (Dict[str, pathlib.Path])
- timor.utilities.download_data.download_schemata(schema_dir)
Download schemata from CoBRA; return dict from schema short name to paths where stored.
- Parameters:
schema_dir (pathlib.Path)
- Return type:
Dict[str, pathlib.Path]