mobie / mobie-utils-python

Python tools for MoBIE
MIT License
9 stars 5 forks source link

remote metadata: support relative dataset paths pointing to another dataset #113

Closed martinschorb closed 7 months ago

martinschorb commented 10 months ago

Hi,

I have a project ( https://github.com/mobie/environmental-dinoflagellate-atlas ) where we show grids that combine different datasets. AFAIK the MoBIE specs/architecture does not support calling sources from another dataset. My approach thus is to copy the sources from their original dataset and refer to their relative paths. While this works locally, add_remote_source_metadata introduces .. in the s3 URL rendering it incorrect.

martinschorb commented 10 months ago

dealt with in https://github.com/mobie/mobie-utils-python/pull/114