Skip to content

Commit 5792306

Browse files
add long names
1 parent aecaf9d commit 5792306

File tree

3 files changed

+43
-20
lines changed

3 files changed

+43
-20
lines changed

aodn_cloud_optimised/config/dataset/diver_benthic_cover_in_situ_qc.json

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,42 @@
3838
"metadata_uuid": "ec424e4f-0f55-41a5-a3f2-726bc4541947",
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"
6677
},
6778
"longitude": {
6879
"type": "float32"

aodn_cloud_optimised/config/dataset/diver_site_information_qc.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,23 @@
6262
"type": "float32"
6363
},
6464
"realm": {
65-
"type": "string"
65+
"type": "string",
66+
"long_name": "Marine Ecoregions of the World (MEOW) Realm"
6667
},
6768
"province": {
68-
"type": "string"
69+
"type": "string",
70+
"long_name": "Marine Ecoregions of the World (MEOW) Province"
6971
},
7072
"ecoregion": {
71-
"type": "string"
73+
"type": "string",
74+
"long_name": "Marine Ecoregions of the World (MEOW) Ecoregion"
7275
},
7376
"lat_zone": {
7477
"type": "string"
7578
},
7679
"programs": {
77-
"type": "string"
80+
"type": "string",
81+
"long_name": "Monitoring programs surveying this site"
7882
},
7983
"geom": {
8084
"type": "string"

aodn_cloud_optimised/config/dataset/diver_survey_metadata_qc.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,21 @@
6868
"type": "string"
6969
},
7070
"latest_surveydate_for_site": {
71-
"type": "bool"
71+
"type": "bool",
72+
"long_name": "Latest survey date for the site",
73+
"units": "local date"
7274
},
7375
"has_pq_scores_in_db": {
74-
"type": "bool"
76+
"type": "bool",
77+
"long_name": "Survey has photoquadrat scores in database"
7578
},
7679
"has_rugosity_scores_in_db": {
77-
"type": "bool"
80+
"type": "bool",
81+
"long_name": "Survey has rugosity scores in database"
7882
},
7983
"has_pqs_catalogued_in_db": {
80-
"type": "bool"
84+
"type": "bool",
85+
"long_name": "Survey has photoquadrat catalogued in database"
8186
},
8287
"visibility": {
8388
"type": "float32"
@@ -107,13 +112,16 @@
107112
"type": "string"
108113
},
109114
"pq_zip_url": {
110-
"type": "string"
115+
"type": "string",
116+
"long_name": "URL to download photoquadrat zip file"
111117
},
112118
"old_site_codes": {
113-
"type": "string"
119+
"type": "string",
120+
"long_name": "Previous site codes associated with this site"
114121
},
115122
"methods": {
116-
"type": "string"
123+
"type": "string",
124+
"long_name": "List of survey methods done during the survey"
117125
},
118126
"geom": {
119127
"type": "string"

0 commit comments

Comments
 (0)