You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Please use the <ahref="https://github.com/OHDSI/gaiaCore/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen">GitHub issue tracker</a> for all bugs, issues, and feature requests
30
+
31
+
# Details
32
+
## Offline Storage
33
+
34
+
Offline storage can be set up for the purpose of loading local datasets in gaiaDB and persisting downloaded source datasets.
35
+
36
+
Offline storage is configured using a file `storage.yml` to specify a directory and whether or not to persist downloaded datasets.
37
+
38
+
You can create this file using the helper function `setup_offline_storage()`:
The above command will create a file named `storage.yml` in your working directory. It will also create a directory `path/to/data` if one does not already exist. Any datasets downloaded using `loadGeometry()` or `loadVariable()` will be saved to this directory!
0 commit comments