adareau / HAL

HAL Atom Locator
GNU General Public License v3.0
2 stars 1 forks source link

How to share datasets for different users ? #38

Closed adareau closed 3 years ago

adareau commented 3 years ago

So far, the datasets consist of a json file with a list of absolute paths. It means that they can't be shared between different users, if the root of the data folder is located at a different absolute path.

One way would be to list the paths in dataset relative to the data folder root, and maybe also store this data_root just for future information. When someone loads a dataset, HAL only reads the relative paths, and adapt them to the local root