Skip to content

Commit b166647

Browse files
add units standard
1 parent 8ad605f commit b166647

6 files changed

+12
-6
lines changed

aodn_cloud_optimised/config/dataset/diver_benthic_cover_in_situ_qc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"hour": {
107107
"type": "string",
108108
"long_name": "local time of sample collection",
109-
"units": "HH:mm:ss"
109+
"units": "HH:mm:ss",
110+
"units_standard": "ISO 8601"
110111
},
111112
"survey_latitude": {
112113
"type": "string",

aodn_cloud_optimised/config/dataset/diver_cryptobenthic_fish_abundance_qc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"hour": {
107107
"type": "string",
108108
"long_name": "local time of sample collection",
109-
"units": "HH:mm:ss"
109+
"units": "HH:mm:ss",
110+
"units_standard": "ISO 8601"
110111
},
111112
"survey_latitude": {
112113
"type": "float32",

aodn_cloud_optimised/config/dataset/diver_mobile_macroinvertebrate_abundance_qc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"hour": {
107107
"type": "string",
108108
"long_name": "local time of sample collection",
109-
"units": "HH:mm:ss"
109+
"units": "HH:mm:ss",
110+
"units_standard": "ISO 8601"
110111
},
111112
"survey_latitude": {
112113
"type": "string",

aodn_cloud_optimised/config/dataset/diver_off_transect_species_observations_qc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"hour": {
107107
"type": "string",
108108
"long_name": "local time of sample collection",
109-
"units": "HH:mm:ss"
109+
"units": "HH:mm:ss",
110+
"units_standard": "ISO 8601"
110111
},
111112
"survey_latitude": {
112113
"type": "string",

aodn_cloud_optimised/config/dataset/diver_reef_fish_abundance_biomass_qc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
"hour": {
107107
"type": "string",
108108
"long_name": "local time of sample collection",
109-
"units": "HH:mm:ss"
109+
"units": "HH:mm:ss",
110+
"units_standard": "ISO 8601"
110111
},
111112
"survey_latitude": {
112113
"type": "double",

aodn_cloud_optimised/config/dataset/diver_survey_metadata_qc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
"hour": {
112112
"type": "string",
113113
"long_name": "local time of sample collection",
114-
"units": "HH:mm:ss"
114+
"units": "HH:mm:ss",
115+
"units_standard": "ISO 8601"
115116
},
116117
"direction": {
117118
"type": "string"

0 commit comments

Comments
 (0)