-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfull_catalog.yml
More file actions
141 lines (141 loc) · 3.11 KB
/
Copy pathfull_catalog.yml
File metadata and controls
141 lines (141 loc) · 3.11 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
aliases:
all_ctd: all_ctd
carbonate: carbonate
sfer: sfer
data:
259b77110947170d:
datatype: intake.readers.datatypes:CSV
kwargs:
storage_options: null
url: datasets/carbonate.csv
metadata: {}
user_parameters: {}
9a1a504a37c1e69e:
datatype: intake.readers.datatypes:CSV
kwargs:
storage_options: null
url: datasets/all_ctd.csv
metadata: {}
user_parameters: {}
b1140bca10fdf99c:
datatype: intake.readers.datatypes:CSV
kwargs:
storage_options: null
url: datasets/sfer.csv
metadata: {}
user_parameters: {}
entries:
all_ctd:
kwargs:
args:
- '{data(9a1a504a37c1e69e)}'
metadata:
lat_col: latitude
lon_col: longitude
maxLatitude: 28.0186666666667
maxLongitude: -80.0676666666667
maxTime: '2023-03-08T00:00:00Z'
minLatitude: 23.666
minLongitude: -84.0626666666667
minTime: '2006-01-18T00:00:00Z'
time_col: date
variables:
- date
- cruise_id
- station
- event_n
- scan
- salinity
- temperature
- pressure
- sea_water_electrical_conductivity
- CDOM
- dissolved_oxygen
- oxygen_saturation
- chlorophyll_concentration
- chlorophyll_fluorescence
- photosynthetically_available_radiation
- beam_attenuation
- beam_transmission
- depth
- sea_water_sigma_t
- sound_velocity
- altimeter
- latitude
- longitude
output_instance: pandas:DataFrame
reader: intake.readers.readers:PandasCSV
user_parameters: {}
carbonate:
kwargs:
args:
- '{data(259b77110947170d)}'
metadata:
lat_col: Latitude
lon_col: Longitude
maxLatitude: 25.6525833333333
maxLongitude: -80.0441666666667
maxTime: '2024-03-08T00:00:00Z'
minLatitude: 24.3931666666667
minLongitude: -81.8339265
minTime: '2010-03-08T00:00:00Z'
time_col: date
variables:
- date
- cruise_id
- station
- event_n
- DIC_umol_kg
- TA_umol_kg
- pH_measured
- pH_calculated
- pCO2_uatm
- Aragonite_Sat_W
- Salinity_Bottle
- Temperature_C
- Pressure_db
- CTDID
- Latitude
- Longitude
output_instance: pandas:DataFrame
reader: intake.readers.readers:PandasCSV
user_parameters: {}
sfer:
kwargs:
args:
- '{data(b1140bca10fdf99c)}'
metadata:
lat_col: lat_dec
lon_col: lon_dec
maxLatitude: 28.7841
maxLongitude: -80.0442
maxTime: '2024-11-17T00:00:00Z'
minLatitude: 24.3952
minLongitude: -85.0221
minTime: '2014-12-01T00:00:00Z'
time_col: date
variables:
- date
- cruise_id
- station
- event_n
- temp
- sal
- o2_ctd
- nh4
- no2
- no3
- no3_no2
- po4
- si
- avg_chl_a
- avg_phaeo
- lat_dec
- lon_dec
- station_type
output_instance: pandas:DataFrame
reader: intake.readers.readers:PandasCSV
user_parameters: {}
metadata: {}
user_parameters: {}
version: 2