-
Notifications
You must be signed in to change notification settings - Fork 7
/
m2poc_datarmor_catalog.yml
73 lines (73 loc) · 2.86 KB
/
m2poc_datarmor_catalog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
plugins:
source:
- module: intake_xarray
sources:
natl12_gsbox:
description: NATL12 Gulf Stream box 2003-2006 in zarr format
driver: zarr
args:
urlpath: '/home1/datahome/gmaze/data/DRAKKAR/DRAKKAR-WORK/GSbox-NATL12-BAMT20_0306_gridT_NA.zarr'
argo_global_vertical_mean:
description: Global Argo profiles vertical mean temperature in zarr format
driver: zarr
args:
urlpath: 'gcs://sonific01/ARGO/Global_Argo_VerticalMean_Temperature.zarr'
storage_options:
project: 'poised-honor-358'
token: anon
access: read_only
argo_global_homogeneous_sdl:
description: Global homogeneously distributed Standard Depth Level Argo profiles in zarr format
driver: zarr
args:
urlpath: 'gcs://sonific01/ARGO/GLOB_HOMOGENEOUS_variables.zarr'
storage_options:
project: 'poised-honor-358'
token: anon
access: read_only
argo_natl_homogeneous_sdl:
description: North Atlantic homogeneously distributed Standard Depth Level Argo profiles in zarr format
driver: zarr
args:
urlpath: 'gcs://sonific01/ARGO/NATL_HOMOGENEOUS_variables.zarr'
storage_options:
project: 'poised-honor-358'
token: anon
access: read_only
argo_natl_sdl:
description: All North Atlantic Standard Depth Level Argo profiles in zarr format
driver: zarr
args:
urlpath: 'gcs://sonific01/ARGO/NATL_HOMOGENEOUS_variables_all.zarr'
storage_options:
project: 'poised-honor-358'
token: anon
access: read_only
isas15_temp_natl:
description: North Atlantic ISAS15 temperature field in zarr format
driver: zarr
args:
urlpath: 'gcs://sonific01/ISAS15/ISAS15_TEMP_NATL.zarr'
storage_options:
project: 'poised-honor-358'
token: anon
access: read_only
isas15_temp_natl_cdf:
description: North Atlantic ISAS15 temperature field
driver: netcdf
args:
urlpath: '/home/jovyan/data/ISAS15_TEMP_NATL.nc'
engine: netcdf4
chunks: {'time':12}
sea_surface_height:
description: sea-surface altimetry data from The Copernicus Marine Environment
metadata:
url: 'http://marine.copernicus.eu/services-portfolio/access-to-products/?option=com_csw&view=details&product_id=SEALEVEL_GLO_PHY_L4_REP_OBSERVATIONS_008_047'
tags:
- ocean
- satellite
driver: zarr
args:
urlpath: gcs://pangeo-data/dataset-duacs-rep-global-merged-allsat-phy-l4-v3-alt
storage_options:
token: anon