gaitmap_datasets.create_config_template#

gaitmap_datasets.create_config_template(path: Union[str, Path])[source]#

Create a template json file that can be used to configure the datasets paths.

Use that method once to create your local config file. Open it afterwards and fill in the paths to the datasets that you need.

Then you can use set_config(path_to_config) to set the global config to your local config file.

Parameters:
pathUnion[str, Path]

The path to the file where the config should be created.