|
38 | 38 | "metadata_uuid": "48cf3cb9-caa9-4633-9baa-8bba3c4d904a", |
39 | 39 | "schema": { |
40 | 40 | "survey_id": { |
41 | | - "type": "int32" |
| 41 | + "type": "int32", |
| 42 | + "long_name": "survey identification number" |
42 | 43 | }, |
43 | 44 | "country": { |
44 | | - "type": "string" |
| 45 | + "type": "string", |
| 46 | + "long_name": "country where the survey was conducted" |
45 | 47 | }, |
46 | 48 | "area": { |
47 | | - "type": "string" |
| 49 | + "type": "string", |
| 50 | + "long_name": "state/territory where the survey was conducted" |
48 | 51 | }, |
49 | 52 | "ecoregion": { |
50 | | - "type": "string" |
| 53 | + "type": "string", |
| 54 | + "long_name": "ecological region where the survey was conducted" |
51 | 55 | }, |
52 | 56 | "realm": { |
53 | | - "type": "string" |
| 57 | + "type": "string", |
| 58 | + "long_name": "realm where the survey was conducted" |
54 | 59 | }, |
55 | 60 | "location": { |
56 | | - "type": "string" |
| 61 | + "type": "string", |
| 62 | + "long_name": "city/council where the survey was conducted" |
57 | 63 | }, |
58 | 64 | "site_code": { |
59 | | - "type": "string" |
| 65 | + "type": "string", |
| 66 | + "long_name": "code for the survey site" |
60 | 67 | }, |
61 | 68 | "site_name": { |
62 | | - "type": "string" |
| 69 | + "type": "string", |
| 70 | + "long_name": "name of the survey site" |
63 | 71 | }, |
64 | 72 | "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" |
66 | 78 | }, |
67 | 79 | "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" |
69 | 85 | }, |
70 | 86 | "survey_date": { |
71 | | - "type": "string" |
| 87 | + "type": "string", |
| 88 | + "long_name": "local date", |
| 89 | + "units": "yyyy-mm-dd" |
72 | 90 | }, |
73 | 91 | "depth": { |
74 | | - "type": "float32" |
| 92 | + "type": "float32", |
| 93 | + "standard_name": "depth", |
| 94 | + "long_name": "Depth below surface of the water body", |
| 95 | + "units": "m" |
75 | 96 | }, |
76 | 97 | "program": { |
77 | | - "type": "string" |
| 98 | + "type": "string", |
| 99 | + "long_name": "acronym identifying the program(s)" |
78 | 100 | }, |
79 | 101 | "visibility": { |
80 | | - "type": "string" |
| 102 | + "type": "string", |
| 103 | + "long_name": "the distance in water at which something can be seen", |
| 104 | + "units": "m" |
81 | 105 | }, |
82 | 106 | "hour": { |
83 | | - "type": "string" |
| 107 | + "type": "string", |
| 108 | + "long_name": "local time of sample collection", |
| 109 | + "units": "hh:mm:ss" |
84 | 110 | }, |
85 | 111 | "survey_latitude": { |
86 | | - "type": "string" |
| 112 | + "type": "string", |
| 113 | + "long_name": "latitude of the survey" |
87 | 114 | }, |
88 | 115 | "survey_longitude": { |
89 | | - "type": "string" |
| 116 | + "type": "string", |
| 117 | + "long_name": "longitude of the survey" |
90 | 118 | }, |
91 | 119 | "method": { |
92 | | - "type": "int32" |
| 120 | + "type": "int32", |
| 121 | + "long_name": "identifier for method applied to collect the observation" |
93 | 122 | }, |
94 | 123 | "block": { |
95 | | - "type": "int32" |
| 124 | + "type": "int32", |
| 125 | + "long_name": "number of the block" |
96 | 126 | }, |
97 | 127 | "phylum": { |
98 | | - "type": "string" |
| 128 | + "type": "string", |
| 129 | + "long_name": "identification of the biotic elements to the scientific classification group" |
99 | 130 | }, |
100 | 131 | "class_": { |
101 | | - "type": "string" |
| 132 | + "type": "string", |
| 133 | + "long_name": "identification of the biotic elements to the scientific classification group" |
102 | 134 | }, |
103 | 135 | "order": { |
104 | | - "type": "string" |
| 136 | + "type": "string", |
| 137 | + "long_name": "identification of the biotic elements to the scientific classification group" |
105 | 138 | }, |
106 | 139 | "family": { |
107 | | - "type": "string" |
| 140 | + "type": "string", |
| 141 | + "long_name": "identification of the biotic elements to the scientific classification group" |
108 | 142 | }, |
109 | 143 | "species_name": { |
110 | | - "type": "string" |
| 144 | + "type": "string", |
| 145 | + "long_name": "identification of the biotic elements to the scientific classification group" |
111 | 146 | }, |
112 | 147 | "reporting_name": { |
113 | | - "type": "string" |
| 148 | + "type": "string", |
| 149 | + "long_name": "reporting name for the observed species" |
114 | 150 | }, |
115 | 151 | "size_class": { |
116 | | - "type": "float32" |
| 152 | + "type": "float32", |
| 153 | + "long_name": "size class", |
| 154 | + "units": "cm" |
117 | 155 | }, |
118 | 156 | "total": { |
119 | | - "type": "int32" |
| 157 | + "type": "int32", |
| 158 | + "long_name": "total number of observations" |
120 | 159 | }, |
121 | 160 | "biomass": { |
122 | | - "type": "string" |
| 161 | + "type": "string", |
| 162 | + "long_name": "estimated biomass", |
| 163 | + "units": "g" |
123 | 164 | }, |
124 | 165 | "geom": { |
125 | | - "type": "string" |
| 166 | + "type": "string", |
| 167 | + "long_name": "geometry of the observation point" |
126 | 168 | } |
127 | 169 | }, |
128 | 170 | "aws_opendata_registry": { |
|
0 commit comments