Revision 525
Added by Aaron Marcuse-Kubitza almost 13 years ago
SALVIAS-VegBIEN.plots.csv | ||
---|---|---|
1 |
SALVIAS,VegBIEN:/plotevent,Comments
|
|
2 |
plot_area_ha,/*_id/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,/*_id/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.
|
|
4 |
country,"/*_id/plot/place(/*_id/namedplace[placesystem=""area|country|territory""])/placename",
|
|
5 |
pol1,"/*_id/plot/place(/*_id/namedplace[placesystem=""region|state|province""])/placename",Brad: No; pol1=stateProvince
|
|
6 |
major_geo,/*_id/plot/place(/*_id/namedplace[placesystem=continent])/placename,
|
|
7 |
pol2,/*_id/plot/place(/*_id/namedplace[placesystem=county])/placename,Brad: No pol2=countyParish
|
|
8 |
locality_description,/*_id/plot/place/*_id/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,/*_id/plot/reallatitude,
|
|
10 |
long_decimal,/*_id/plot/reallongitude,
|
|
11 |
slope_aspect,/*_id/plot/slopeaspect,
|
|
12 |
slope_gradient,/*_id/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}",
|
|
1 |
SALVIAS,VegBIEN:/locationevent,Comments
|
|
2 |
plot_area_ha,/*_id/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,/*_id/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 |
country,"/*_id/location/place(/*_id/namedplace[placesystem=""area|country|territory""])/placename",
|
|
5 |
pol1,"/*_id/location/place(/*_id/namedplace[placesystem=""region|state|province""])/placename",Brad: No; pol1=stateProvince
|
|
6 |
major_geo,/*_id/location/place(/*_id/namedplace[placesystem=continent])/placename,
|
|
7 |
pol2,/*_id/location/place(/*_id/namedplace[placesystem=county])/placename,Brad: No pol2=countyParish
|
|
8 |
locality_description,/*_id/location/place/*_id/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,/*_id/location/reallatitude,
|
|
10 |
long_decimal,/*_id/location/reallongitude,
|
|
11 |
slope_aspect,/*_id/location/slopeaspect,
|
|
12 |
slope_gradient,/*_id/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,/*_id/project/projectname, |
16 | 16 |
life_zone_code,/commclass/commdetermination/*_id/commconcept/*_id/*/commname, |
17 | 17 |
holdridge_life_zone,/commclass/commdetermination/*_id/commconcept/commdescription, |
18 |
precip_mm,"/definedvalue[*_id/userdefined[tablename=plotevent,userdefinedname=precipitationMm]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue",
|
|
19 |
temp_c,"/definedvalue[*_id/userdefined[tablename=plotevent,userdefinedname=temperatureC]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue",
|
|
18 |
precip_mm,"/definedvalue[*_id/userdefined[tablename=locationevent,userdefinedname=precipitationMm]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/definedvalue",
|
|
19 |
temp_c,"/definedvalue[*_id/userdefined[tablename=locationevent,userdefinedname=temperatureC]:[userdefinedtype=varchar]]:[@fkey=tableRecord_ID]/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:[soilhorizon=unknown]/soilsand, |
38 | 38 |
silt_percent,/soilobs:[soilhorizon=unknown]/soilsilt, |
39 | 39 |
soil_texture,/soilobs:[soilhorizon=unknown]/soiltexture, |
40 |
plot_code,"/{*_id/plot:[confidentialitystatus=0]/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:[confidentialitystatus=0]/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