Project

General

Profile

« Previous | Next » 

Revision 1163

vegbien.sql: Changed lengthunits to m in all comments

View differences:

schemas/vegbien.sql
1105 1105
-- Name: COLUMN method.diameterheight; Type: COMMENT; Schema: public; Owner: -
1106 1106
--
1107 1107

  
1108
COMMENT ON COLUMN method.diameterheight IS 'The height in lengthunits at which the diameter is measured. e.g. 1.37 m for breast height (DBH).';
1108
COMMENT ON COLUMN method.diameterheight IS 'The height in m at which the diameter is measured. e.g. 1.37 m for breast height (DBH).';
1109 1109

  
1110 1110

  
1111 1111
--
1112 1112
-- Name: COLUMN method.mindiameter; Type: COMMENT; Schema: public; Owner: -
1113 1113
--
1114 1114

  
1115
COMMENT ON COLUMN method.mindiameter IS 'Lower diameter limit in lengthunits for inclusion of a tree.';
1115
COMMENT ON COLUMN method.mindiameter IS 'Lower diameter limit in m for inclusion of a tree.';
1116 1116

  
1117 1117

  
1118 1118
--
1119 1119
-- Name: COLUMN method.maxdiameter; Type: COMMENT; Schema: public; Owner: -
1120 1120
--
1121 1121

  
1122
COMMENT ON COLUMN method.maxdiameter IS 'Upper diameter limit in lengthunits for inclusion of a tree.';
1122
COMMENT ON COLUMN method.maxdiameter IS 'Upper diameter limit in m for inclusion of a tree.';
1123 1123

  
1124 1124

  
1125 1125
--
1126 1126
-- Name: COLUMN method.minheight; Type: COMMENT; Schema: public; Owner: -
1127 1127
--
1128 1128

  
1129
COMMENT ON COLUMN method.minheight IS 'Lower height limit in lengthunits for inclusion of a tree.';
1129
COMMENT ON COLUMN method.minheight IS 'Lower height limit in m for inclusion of a tree.';
1130 1130

  
1131 1131

  
1132 1132
--
1133 1133
-- Name: COLUMN method.maxheight; Type: COMMENT; Schema: public; Owner: -
1134 1134
--
1135 1135

  
1136
COMMENT ON COLUMN method.maxheight IS 'Upper height limit in lengthunits for inclusion of a tree.';
1136
COMMENT ON COLUMN method.maxheight IS 'Upper height limit in m for inclusion of a tree.';
1137 1137

  
1138 1138

  
1139 1139
--
......
1203 1203
-- Name: COLUMN method.length; Type: COMMENT; Schema: public; Owner: -
1204 1204
--
1205 1205

  
1206
COMMENT ON COLUMN method.length IS 'Units: lengthunits';
1206
COMMENT ON COLUMN method.length IS 'Units: m';
1207 1207

  
1208 1208

  
1209 1209
--
1210 1210
-- Name: COLUMN method.width; Type: COMMENT; Schema: public; Owner: -
1211 1211
--
1212 1212

  
1213
COMMENT ON COLUMN method.width IS 'Units: lengthunits';
1213
COMMENT ON COLUMN method.width IS 'Units: m';
1214 1214

  
1215 1215

  
1216 1216
--
1217 1217
-- Name: COLUMN method.radius; Type: COMMENT; Schema: public; Owner: -
1218 1218
--
1219 1219

  
1220
COMMENT ON COLUMN method.radius IS 'Units: lengthunits';
1220
COMMENT ON COLUMN method.radius IS 'Units: m';
1221 1221

  
1222 1222

  
1223 1223
--
1224 1224
-- Name: COLUMN method.area; Type: COMMENT; Schema: public; Owner: -
1225 1225
--
1226 1226

  
1227
COMMENT ON COLUMN method.area IS 'Units: lengthunits^2';
1227
COMMENT ON COLUMN method.area IS 'Units: m^2';
1228 1228

  
1229 1229

  
1230 1230
--
......
1233 1233

  
1234 1234
COMMENT ON COLUMN method.samplearea IS 'The total surface area used for cover estimates and for which a complete species list is provided. If subplots were used, this would be the total area of the subplots without interstitial space.
1235 1235

  
1236
Units: lengthunits^2';
1236
Units: m^2';
1237 1237

  
1238 1238

  
1239 1239
--
1240 1240
-- Name: COLUMN method.subplotspacing; Type: COMMENT; Schema: public; Owner: -
1241 1241
--
1242 1242

  
1243
COMMENT ON COLUMN method.subplotspacing IS 'Spacing in lengthunits between adjacent subplots, lines (line-intercept data), or points (point-intercept data).';
1243
COMMENT ON COLUMN method.subplotspacing IS 'Spacing in m between adjacent subplots, lines (line-intercept data), or points (point-intercept data).';
1244 1244

  
1245 1245

  
1246 1246
--

Also available in: Unified diff