NHMDenmark / DaSSCo-Integration

This Repo will include integration of dassco storage from northtec
0 stars 0 forks source link

Being able to handle multiple files attached to one asset #55

Open Baeist opened 3 months ago

Baeist commented 3 months ago

There are multiple places in the code where we are not currently capable of handling if an asset consists of more than a metadata.json and 1 other file.

One issue in fixing this is how to know which file link to send to hpc for processing/downloading.

Baeist commented 2 months ago

Also how would we handle multiple files of the same type belonging to the same asset. Currently we find the files belonging to an asset by looking at their name name.json and name.tif issue would be with name.json name.tif name2.tif or similar structure(name being asset_guid).