Skip to content

Commit 9876aa5

Browse files
committed
Make sample_depth a required field in the sample sanity-checker configuration file, and reset limits to acceptable sampling and overall ocean depths
1 parent d2f8b1f commit 9876aa5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ Surface Ocean Carbon Atlas (SOCAT) Project. The link to
77
the SOCAT Upload Dashboard is maintained so as to easily
88
incorporate updates from that project. However, this
99
dashboard will diverge from the SOCAT dashboard as this
10-
project incorporates profile and trajectory profile data.
10+
project incorporates profile data, trajectory-profile data,
11+
more data types, and different requirements on uploaded
12+
data.
1113

UploadDashboard/SampleConfigFiles/ColumnConfig.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ day_of_year,N,,D,,,Y,,,1,368,F,G
9595
sec_of_day,N,,D,,,Y,,,0,86400,F,G
9696
longitude,Y,,D,,,Y,,,-360,360,C,B
9797
latitude,Y,,D,,,Y,,,-90,90,C,B
98-
sample_depth,N,,D,,,Y,-10,10,-20,20,F,G
98+
sample_depth,Y,,D,,,Y,0,2000,-20,12000,F,B
9999
sal,N,,D,,,Y,0,42,-0.1,50,F,G
100100
Temperature_equi,N,,D,,,Y,-5,40,-10,50,F,G
101101
temp,N,,D,,,Y,-5,40,-10,50,F,G

0 commit comments

Comments
 (0)