-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyxpcm_data_catalog.yml
62 lines (59 loc) · 1.88 KB
/
pyxpcm_data_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
plugins:
source:
- module: intake_xarray
sources:
argo_global:
description: Global homogeneously distributed Standard Depth Level Argo profiles
metadata:
tags:
- ocean
- argo
- standard depth level
driver: zarr
args:
urlpath: 'gcs://argodata/sdl/GLOB_HOMOGENEOUS_variables.zarr'
storage_options:
project: 'argo-france'
token: anon
access: read_only
isas15_temp_natl:
description: North Atlantic ISAS15 temperature field
metadata:
tags:
- ocean
- argo
- gridded
driver: zarr
args:
urlpath: 'gcs://argodata/gridded/ISAS15_TEMP_NATL.zarr'
storage_options:
project: 'argo-france'
token: anon
access: read_only
argo_global_vertical_mean:
description: Global Argo profiles vertical mean temperature in zarr format
metadata:
tags:
- ocean
- argo
- standard depth level
driver: zarr
args:
urlpath: 'gcs://argodata/sdl/Global_Argo_VerticalMean_Temperature.zarr'
storage_options:
project: 'argo-france'
token: anon
access: read_only
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
- gridded
driver: zarr
args:
urlpath: gcs://pangeo-data/dataset-duacs-rep-global-merged-allsat-phy-l4-v3-alt
storage_options:
token: anon