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
Perhaps a wrapper can be written for NCI to handle these /g/data files and translate them to the corresponding THREDDS location? Not sure if the paths are always consistently 1:1 from /g/data and THREDDS, though. 🤷
This seems to be at least possible in principle, because that seems to be done for AWS - mapping from S3://dea-public-data/... -> https://dea-public-data.s3.ap-southeast-2.amazonaws.com/...
Perhaps, while we're at it we could replace the location link with the THREDDS ones too:
https://explorer.dea.ga.gov.au/products/ga_ls9c_ard_3/datasets/abe45d2b-a54f-468d-98ea-2ffb30656260
Perhaps a wrapper can be written for NCI to handle these
/g/data
files and translate them to the corresponding THREDDS location? Not sure if the paths are always consistently 1:1 from/g/data
and THREDDS, though. 🤷This seems to be at least possible in principle, because that seems to be done for AWS - mapping from
S3://dea-public-data/...
->https://dea-public-data.s3.ap-southeast-2.amazonaws.com/...
Perhaps, while we're at it we could replace the location link with the THREDDS ones too:
Looks like it's handled here in the code:
datacube-explorer/cubedash/_utils.py
Lines 148 to 182 in e09884a
The text was updated successfully, but these errors were encountered: