This is a proof of concept for a tool that can import data from the PARADIM resources into a Girder instance. The tool is written in Python and uses the Girder REST API.
- Obtain a Girder API key from the Girder instance you want to import data into. (see here). It has to be an admin account.
- Clone this repository.
- Install the required packages by running
pip install -r requirements.txt
. - Run the importer by running
python importer.py <your-api-key> <girder-url> <target_root_folder>
. Note: the target root folder has to be under root folder of current Girder's assetstore as mounted in the Girder container and it has to be mounted the same way in the importer container/environment.