Revision 525
Added by Aaron Marcuse-Kubitza almost 13 years ago
SALVIAS-VegBIEN.plots.csv | ||
---|---|---|
1 |
SALVIAS,VegBIEN:/plotevent,Comments
|
|
2 |
plot_area_ha,//plot/area,"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"
|
|
3 |
elev_m,//plot/elevation/_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.
|
|
1 |
SALVIAS,VegBIEN:/locationevent,Comments
|
|
2 |
plot_area_ha,//location/area,"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"
|
|
3 |
elev_m,//location/elevation/_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.
|
|
4 | 4 |
country,"//*_id/namedplace[placesystem=""area|country|territory""]/placename", |
5 | 5 |
pol1,"//*_id/namedplace[placesystem=""region|state|province""]/placename",Brad: No; pol1=stateProvince |
6 | 6 |
major_geo,//*_id/namedplace[placesystem=continent]/placename, |
7 | 7 |
pol2,//*_id/namedplace[placesystem=county]/placename,Brad: No pol2=countyParish |
8 | 8 |
locality_description,//namedplace/placedescription,"Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX" |
9 |
lat_decimal,//plot/reallatitude,
|
|
10 |
long_decimal,//plot/reallongitude,
|
|
11 |
slope_aspect,//plot/slopeaspect,
|
|
12 |
slope_gradient,//plot/slopegradient,
|
|
13 |
elev_max_m,"/*_id/plot/{elevation/_alt/2/_avg/max,elevationrange/_range/to}",
|
|
14 |
elev_min_m,"/*_id/plot/{elevation/_alt/2/_avg/min,elevationrange/_range/from}",
|
|
9 |
lat_decimal,//location/reallatitude,
|
|
10 |
long_decimal,//location/reallongitude,
|
|
11 |
slope_aspect,//location/slopeaspect,
|
|
12 |
slope_gradient,//location/slopegradient,
|
|
13 |
elev_max_m,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}",
|
|
14 |
elev_min_m,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}",
|
|
15 | 15 |
project,//project/projectname, |
16 | 16 |
life_zone_code,//*/commname, |
17 | 17 |
holdridge_life_zone,//commconcept/commdescription, |
18 |
precip_mm,"/definedvalue[*_id/userdefined[tablename=plotevent,userdefinedname=precipitationMm]]/definedvalue",
|
|
19 |
temp_c,"/definedvalue[*_id/userdefined[tablename=plotevent,userdefinedname=temperatureC]]/definedvalue",
|
|
18 |
precip_mm,"/definedvalue[*_id/userdefined[tablename=locationevent,userdefinedname=precipitationMm]]/definedvalue",
|
|
19 |
temp_c,"/definedvalue[*_id/userdefined[tablename=locationevent,userdefinedname=temperatureC]]/definedvalue",
|
|
20 | 20 |
plot_methodology,/methodnarrative, |
21 | 21 |
date_finish,/obsenddate/_date/date, |
22 | 22 |
date_start,/obsstartdate/_date/date, |
... | ... | |
37 | 37 |
sand_percent,//soilobs/soilsand, |
38 | 38 |
silt_percent,//soilobs/soilsilt, |
39 | 39 |
soil_texture,//soilobs/soiltexture, |
40 |
plot_code,"/{*_id/plot/sourceid/_alt/2,sourceid/_alt/2}",Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project) |
|
40 |
plot_code,"/{*_id/location/sourceid/_alt/2,sourceid/_alt/2}",Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project) |
Also available in: Unified diff
VegBIEN: Renamed plot to location to reflect that a location can also be used for specimens