-
Notifications
You must be signed in to change notification settings - Fork 2
/
master.yaml
53 lines (46 loc) · 1.37 KB
/
master.yaml
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
---
description: remote_climate_data master
sources:
ocean:
args:
path: "{{CATALOG_DIR}}/catalogs/ocean.yaml"
description: remote oceanography data
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
land:
args:
path: "{{CATALOG_DIR}}/catalogs/land.yaml"
description: remote terrestrial data
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
atmosphere:
args:
path: "{{CATALOG_DIR}}/catalogs/atmosphere.yaml"
description: remote atmospheric science data
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
climate:
args:
path: "{{CATALOG_DIR}}/catalogs/climate.yaml"
description: >
remote climate data. everything that does not fit into ocean, land or atmosphere
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
shapefiles:
args:
path: "{{CATALOG_DIR}}/catalogs/shapefiles.yaml"
description: remote shapefiles
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
regionmask:
args:
path: "{{CATALOG_DIR}}/catalogs/regionmask.yaml"
description: remote regionmask regions
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
humans:
args:
path: "{{CATALOG_DIR}}/catalogs/humans.yaml"
description: remote geoinformation about humans
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}