redplanet.user_config.set_dirpath_datacache
Set the data path where datasets will be downloaded/cached.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
target_path
|
str | Path
|
The file system path to store datasets. |
required |
Raises:
Type | Description |
---|---|
TypeError
|
Path must be a string or a Path object. |
ValueError
|
Invalid path string provided. |