Revision 4820
Added by Aaron Marcuse-Kubitza about 12 years ago
VegBIEN.csv | ||
---|---|---|
6 | 6 |
PlotID,"/location/_if[@name=""if subplot""]/then/parent_id/location/sourceaccessioncode","Brad: This is artificial internal database ID; a unique identifier within SALVIAS DB to each plot, within the table plotMetadata." |
7 | 7 |
plot_area_ha,/location/area_m2/_ha_to_m2/value,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed" |
8 | 8 |
Elev,/location/elevation_m/_alt/1,Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick. |
9 |
elev_max_m,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
|
|
10 |
elev_min_m,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
11 |
elev_min_m,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
12 |
elev_max_m,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
|
|
13 |
elev_min_m,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
|
|
9 |
elev_max_m,/location/elevation_m/_alt/2/_avg/max,
|
|
10 |
elev_min_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
|
|
11 |
elev_min_m,/location/elevationrange_m/_range/from/_rangeStart/value,
|
|
12 |
elev_max_m,/location/elevationrange_m/_range/to/_alt/1,
|
|
13 |
elev_min_m,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
|
|
14 | 14 |
LatDec,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value", |
15 | 15 |
LongDec,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value", |
16 | 16 |
PlotMethod,/location/locationevent/*_id/method/name, |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed /_units:[default=m,to=m,to=]/value filter from fields. It should be added on a per-datasource basis instead.