Skip to content
Snippets Groups Projects
Commit f7cdf526 authored by Snyder, Amelia Marie's avatar Snyder, Amelia Marie
Browse files

add archival thredds asset

parent 801e9687
No related branches found
No related tags found
1 merge request!85add archival thredds asset
......@@ -624,7 +624,8 @@
"zarr-s3-osn": {
"href": "s3://mdmf/gdp/bcca_cmip3_historic.zarr/",
"type": "application/vnd+zarr",
"description": "Open Storage Network Pod S3 API access to collection zarr group",
"title": "Requester pays access to zarr via S3 API",
"description": "Free, public access to zarr data store via the S3 API. This data is stored on an Open Storage Network Pod.",
"xarray:open_kwargs": {
"chunks": {},
"engine": "zarr",
......@@ -639,13 +640,15 @@
"roles": [
"data",
"zarr",
"s3"
"s3",
"osn"
]
},
"zarr-s3": {
"zarr-s3-aws": {
"href": "s3://nhgf-development/workspace/DataConversion/bcca_cmip3_historic.zarr/",
"type": "application/vnd+zarr",
"description": "S3 access to collection zarr group",
"title": "Free access to zarr via S3 API",
"description": "Requester pays, public access to zarr data store via the S3 API. This data is stored in an AWS S3 bucket.",
"xarray:open_kwargs": {
"chunks": {},
"engine": "zarr",
......@@ -657,7 +660,21 @@
"roles": [
"data",
"zarr",
"s3"
"s3",
"aws",
"requester-pays"
]
},
"legacy-s3-aws": {
"href": "s3://nhgf-development/thredds/bcca/",
"title": "Requester pays access to archival legacy files via S3 API",
"description": "Requester pays, public access (via the S3 API) to archival legacy files from WMA THREDDS server that were used to create this zarr store. This data is stored in an AWS S3 bucket.",
"roles": [
"data",
"directory",
"s3",
"aws",
"requester-pays"
]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment