Skip to content

Commit 93c261b

Browse files
update last product after Bene checks
1 parent 73560ef commit 93c261b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

aodn_cloud_optimised/config/dataset/diver_reef_fish_abundance_biomass_qc.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@
8585
},
8686
"survey_date": {
8787
"type": "string",
88-
"standard_name": "time",
89-
"long_name": "Survey datetime (UTC)",
90-
"units": "s",
91-
"comments": "Combined from survey_date and hour columns"
88+
"long_name": "local date",
89+
"units": "yyyy-mm-dd"
9290
},
9391
"depth": {
9492
"type": "double",
@@ -107,9 +105,8 @@
107105
},
108106
"hour": {
109107
"type": "string",
110-
"standard_name": "time_of_day",
111-
"long_name": "Time of day",
112-
"units": "seconds since midnight"
108+
"long_name": "local time of sample collection",
109+
"units": "hh:mm:ss"
113110
},
114111
"survey_latitude": {
115112
"type": "double",

0 commit comments

Comments
 (0)