Skip to content

Commit 53e7c48

Browse files
committed
2 parents 087d262 + e1da8a6 commit 53e7c48

File tree

6 files changed

+1852
-12
lines changed

6 files changed

+1852
-12
lines changed

.github/workflows/superlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Checks out a copy of your repository on the ubuntu-latest machine
1717
- name: Checkout code
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.1
1919
with:
2020
# super-linter needs the full git history to get the
2121
# list of files that changed across commits

erddap_xml/mule_erddap_dataset/cruise_ctds/CTD_dy1805_final_oxy.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dataset type="EDDTableFromMultidimNcFiles" datasetID="CTD_dy1805_final_oxy" active="true">
22
<reloadEveryNMinutes>10080</reloadEveryNMinutes>
3-
<fileDir>/home/ecofoci_data/2018/CTDcasts/dy1805/erddap/final_data/oxy/</fileDir>
3+
<fileDir>/home/ecofoci_data/2018/CTDcasts/dy1805/final_data_cf/oxy/</fileDir>
44
<fileNameRegex>.*\.nc</fileNameRegex>
55
<recursive>true</recursive>
66
<pathRegex>.*</pathRegex>
@@ -27,8 +27,8 @@
2727
<att name="keywords">BO_61, bottle, BTL_103, data, depth, depth2, dissolved, dissolved o2, latitude, local, micromoles, micromoles/l, niskin, number, O2, oxygen, source, statistics, time</att> <att name="license">[standard]</att>
2828
<att name="sourceUrl">(local files)</att>
2929
<att name="standard_name_vocabulary">CF Standard Name Table v70</att>
30-
<att name="summary">Winkler Titrated Oxygen Data from DY1805</att>
31-
<att name="title">Winkler Titrated Oxygen Data from DY1805</att>
30+
<att name="summary">Winkler Titrated Oxygen Data from DY2103</att>
31+
<att name="title">Winkler Titrated Oxygen Data from DY2103</att>
3232
</addAttributes>
3333
<dataVariable>
3434
<sourceName>time</sourceName>
@@ -47,7 +47,7 @@
4747
</addAttributes>
4848
</dataVariable>
4949
<dataVariable>
50-
<sourceName>depth</sourceName>
50+
<sourceName>pressure</sourceName>
5151
<destinationName>pressure</destinationName>
5252
<dataType>float</dataType>
5353
<addAttributes>
@@ -62,7 +62,7 @@
6262
</addAttributes>
6363
</dataVariable>
6464
<dataVariable>
65-
<sourceName>lat</sourceName>
65+
<sourceName>latitude</sourceName>
6666
<destinationName>latitude</destinationName>
6767
<dataType>float</dataType>
6868
<!-- sourceAttributes>
@@ -80,7 +80,7 @@
8080
</addAttributes>
8181
</dataVariable>
8282
<dataVariable>
83-
<sourceName>lon</sourceName>
83+
<sourceName>longitude</sourceName>
8484
<destinationName>longitude</destinationName>
8585
<dataType>float</dataType>
8686
<addAttributes>
@@ -93,7 +93,7 @@
9393
</addAttributes>
9494
</dataVariable>
9595
<dataVariable>
96-
<sourceName>BO_61</sourceName>
96+
<sourceName>O2</sourceName>
9797
<destinationName>bottle_oxygen</destinationName>
9898
<dataType>float</dataType>
9999
<!-- sourceAttributes>
@@ -111,7 +111,7 @@
111111
</addAttributes>
112112
</dataVariable>
113113
<dataVariable>
114-
<sourceName>BTL_103</sourceName>
114+
<sourceName>BTLID</sourceName>
115115
<destinationName>BTLID</destinationName>
116116
<dataType>float</dataType>
117117
<addAttributes>
@@ -125,7 +125,7 @@
125125
</addAttributes>
126126
</dataVariable>
127127
<dataVariable>
128-
<sourceName>***fileName,^(\S*)\.cf\.nc,1</sourceName>
128+
<sourceName>***fileName,^(\S*)\.nc,1</sourceName>
129129
<destinationName>profile_id</destinationName>
130130
<dataType>String</dataType>
131131
<addAttributes>
@@ -134,7 +134,7 @@
134134
</addAttributes>
135135
</dataVariable>
136136
<dataVariable>
137-
<sourceName>global:WATER_DEPTH</sourceName>
137+
<sourceName>global:WaterDepth</sourceName>
138138
<destinationName>Water_Depth</destinationName>
139139
<dataType>float</dataType>
140140
<addAttributes>
@@ -147,7 +147,7 @@
147147
</addAttributes>
148148
</dataVariable>
149149
<dataVariable>
150-
<sourceName>global:STATION_NAME</sourceName>
150+
<sourceName>global:StationNameID</sourceName>
151151
<destinationName>Station_Name</destinationName>
152152
<dataType>String</dataType>
153153
<addAttributes>

0 commit comments

Comments
 (0)