Skip to content

Commit 73560ef

Browse files
add more long names
1 parent 5792306 commit 73560ef

File tree

5 files changed

+239
-95
lines changed

5 files changed

+239
-95
lines changed

aodn_cloud_optimised/config/dataset/diver_benthic_cover_in_situ_qc.json

Lines changed: 42 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,58 +73,83 @@
7373
"type": "float32",
7474
"standard_name": "latitude",
7575
"long_name": "latitude",
76-
"units": "degrees_north"
76+
"units": "degrees_north",
77+
"reference_datum": "geographical coordinates, WGS84 projection"
7778
},
7879
"longitude": {
79-
"type": "float32"
80+
"type": "float32",
81+
"standard_name": "longitude",
82+
"long_name": "longitude",
83+
"units": "degree_east",
84+
"reference_datum": "geographical coordinates, WGS84 projection"
8085
},
8186
"survey_date": {
82-
"type": "string"
87+
"type": "string",
88+
"long_name": "local date",
89+
"units": "yyyy-mm-dd"
8390
},
8491
"depth": {
85-
"type": "float32"
92+
"type": "float32",
93+
"standard_name": "depth",
94+
"long_name": "Depth below surface of the water body",
95+
"units": "m"
8696
},
8797
"program": {
88-
"type": "string"
98+
"type": "string",
99+
"long_name": "acronym identifying the program(s)"
89100
},
90101
"visibility": {
91-
"type": "string"
102+
"type": "string",
103+
"long_name": "the distance in water at which something can be seen",
104+
"units": "m"
92105
},
93106
"hour": {
94-
"type": "string"
107+
"type": "string",
108+
"long_name": "local time of sample collection",
109+
"units": "hh:mm:ss"
95110
},
96111
"survey_latitude": {
97-
"type": "string"
112+
"type": "string",
113+
"long_name": "latitude of the survey"
98114
},
99115
"survey_longitude": {
100-
"type": "string"
116+
"type": "string",
117+
"long_name": "longitude of the survey"
101118
},
102119
"phylum": {
103-
"type": "string"
120+
"type": "string",
121+
"long_name": "identification of the biotic elements to the scientific classification group"
104122
},
105123
"class_": {
106-
"type": "string"
124+
"type": "string",
125+
"long_name": "identification of the biotic elements to the scientific classification group"
107126
},
108127
"order": {
109-
"type": "string"
128+
"type": "string",
129+
"long_name": "identification of the biotic elements to the scientific classification group"
110130
},
111131
"family": {
112-
"type": "string"
132+
"type": "string",
133+
"long_name": "identification of the biotic elements to the scientific classification group"
113134
},
114135
"species_name": {
115-
"type": "string"
136+
"type": "string",
137+
"long_name": "identification of the biotic elements to the scientific classification group"
116138
},
117139
"reporting_name": {
118-
"type": "string"
140+
"type": "string",
141+
"long_name": "reporting name for the observed species"
119142
},
120143
"quadrat": {
121144
"type": "string"
122145
},
123146
"total": {
124-
"type": "int32"
147+
"type": "int32",
148+
"long_name": "total number of observations"
125149
},
126150
"geom": {
127-
"type": "string"
151+
"type": "string",
152+
"long_name": "geometry of the observation point"
128153
},
129154
"report_group": {
130155
"type": "string"

aodn_cloud_optimised/config/dataset/diver_mobile_macroinvertebrate_abundance_qc.json

Lines changed: 71 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,91 +38,133 @@
3838
"metadata_uuid": "48cf3cb9-caa9-4633-9baa-8bba3c4d904a",
3939
"schema": {
4040
"survey_id": {
41-
"type": "int32"
41+
"type": "int32",
42+
"long_name": "survey identification number"
4243
},
4344
"country": {
44-
"type": "string"
45+
"type": "string",
46+
"long_name": "country where the survey was conducted"
4547
},
4648
"area": {
47-
"type": "string"
49+
"type": "string",
50+
"long_name": "state/territory where the survey was conducted"
4851
},
4952
"ecoregion": {
50-
"type": "string"
53+
"type": "string",
54+
"long_name": "ecological region where the survey was conducted"
5155
},
5256
"realm": {
53-
"type": "string"
57+
"type": "string",
58+
"long_name": "realm where the survey was conducted"
5459
},
5560
"location": {
56-
"type": "string"
61+
"type": "string",
62+
"long_name": "city/council where the survey was conducted"
5763
},
5864
"site_code": {
59-
"type": "string"
65+
"type": "string",
66+
"long_name": "code for the survey site"
6067
},
6168
"site_name": {
62-
"type": "string"
69+
"type": "string",
70+
"long_name": "name of the survey site"
6371
},
6472
"latitude": {
65-
"type": "float32"
73+
"type": "float32",
74+
"standard_name": "latitude",
75+
"long_name": "latitude",
76+
"units": "degrees_north",
77+
"reference_datum": "geographical coordinates, WGS84 projection"
6678
},
6779
"longitude": {
68-
"type": "float32"
80+
"type": "float32",
81+
"standard_name": "longitude",
82+
"long_name": "longitude of the site",
83+
"units": "degree_east",
84+
"reference_datum": "geographical coordinates, WGS84 projection"
6985
},
7086
"survey_date": {
71-
"type": "string"
87+
"type": "string",
88+
"long_name": "local date",
89+
"units": "yyyy-mm-dd"
7290
},
7391
"depth": {
74-
"type": "float32"
92+
"type": "float32",
93+
"standard_name": "depth",
94+
"long_name": "Depth below surface of the water body",
95+
"units": "m"
7596
},
7697
"program": {
77-
"type": "string"
98+
"type": "string",
99+
"long_name": "acronym identifying the program(s)"
78100
},
79101
"visibility": {
80-
"type": "string"
102+
"type": "string",
103+
"long_name": "the distance in water at which something can be seen",
104+
"units": "m"
81105
},
82106
"hour": {
83-
"type": "string"
107+
"type": "string",
108+
"long_name": "local time of sample collection",
109+
"units": "hh:mm:ss"
84110
},
85111
"survey_latitude": {
86-
"type": "string"
112+
"type": "string",
113+
"long_name": "latitude of the survey"
87114
},
88115
"survey_longitude": {
89-
"type": "string"
116+
"type": "string",
117+
"long_name": "longitude of the survey"
90118
},
91119
"method": {
92-
"type": "int32"
120+
"type": "int32",
121+
"long_name": "identifier for method applied to collect the observation"
93122
},
94123
"block": {
95-
"type": "int32"
124+
"type": "int32",
125+
"long_name": "number of the block"
96126
},
97127
"phylum": {
98-
"type": "string"
128+
"type": "string",
129+
"long_name": "identification of the biotic elements to the scientific classification group"
99130
},
100131
"class_": {
101-
"type": "string"
132+
"type": "string",
133+
"long_name": "identification of the biotic elements to the scientific classification group"
102134
},
103135
"order": {
104-
"type": "string"
136+
"type": "string",
137+
"long_name": "identification of the biotic elements to the scientific classification group"
105138
},
106139
"family": {
107-
"type": "string"
140+
"type": "string",
141+
"long_name": "identification of the biotic elements to the scientific classification group"
108142
},
109143
"species_name": {
110-
"type": "string"
144+
"type": "string",
145+
"long_name": "identification of the biotic elements to the scientific classification group"
111146
},
112147
"reporting_name": {
113-
"type": "string"
148+
"type": "string",
149+
"long_name": "reporting name for the observed species"
114150
},
115151
"size_class": {
116-
"type": "float32"
152+
"type": "float32",
153+
"long_name": "size class",
154+
"units": "cm"
117155
},
118156
"total": {
119-
"type": "int32"
157+
"type": "int32",
158+
"long_name": "total number of observations"
120159
},
121160
"biomass": {
122-
"type": "string"
161+
"type": "string",
162+
"long_name": "estimated biomass",
163+
"units": "g"
123164
},
124165
"geom": {
125-
"type": "string"
166+
"type": "string",
167+
"long_name": "geometry of the observation point"
126168
}
127169
},
128170
"aws_opendata_registry": {

0 commit comments

Comments
 (0)