Revision 4908
Added by Aaron Marcuse-Kubitza about 12 years ago
map.csv | ||
---|---|---|
29 | 29 |
bearing,bearing,, |
30 | 30 |
slope_aspect,slopeAspect,, |
31 | 31 |
slope_gradient,slopeGradient,, |
32 |
clay_percent,clay,"/_units:[default=""%"",to=]/value", |
|
33 |
silt_percent,silt,"/_units:[default=""%"",to=]/value", |
|
34 |
sand_percent,sand,"/_units:[default=""%"",to=]/value", |
|
32 |
clay_percent,clay_percent,"/_units:[default=""%"",to=]/value",
|
|
33 |
silt_percent,silt_percent,"/_units:[default=""%"",to=]/value",
|
|
34 |
sand_percent,sand_percent,"/_units:[default=""%"",to=]/value",
|
|
35 | 35 |
pH,ph,,"Brad: For all these soil variables, how do we store information on method, units. Seems like an ontological structure would be more appropriate (measurementName, measurementValue, measurementUnits, measurementMethod). Same as BIEN traits table. Something to discuss." |
36 |
soil_N,nitrogen,"/_units:[default=""%"",to=]/value", |
|
37 |
soil_P,phosphorus,"/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value", |
|
38 |
soil_C,carbon,"/_units:[default=""%"",to=]/value", |
|
39 |
soil_K,potassium,"/_units:[default=""%"",to=]/value", |
|
40 |
soil_Mg,magnesium,"/_units:[default=""%"",to=]/value", |
|
41 |
soil_Ca,calcium,"/_units:[default=""%"",to=]/value", |
|
42 |
soil_Na,sodium,"/_units:[default=""%"",to=]/value", |
|
43 |
soil_acidity,acidity,"/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value", |
|
44 |
soil_base,baseSaturation,"/_units:[default=""%"",to=]/value", |
|
45 |
soil_cation_cap,cationExchangeCapacity,, |
|
36 |
soil_N,nitrogen_percent,"/_units:[default=""%"",to=]/value",
|
|
37 |
soil_P,phosphorus_percent,"/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value",
|
|
38 |
soil_C,carbon_percent,"/_units:[default=""%"",to=]/value",
|
|
39 |
soil_K,potassium_percent,"/_units:[default=""%"",to=]/value",
|
|
40 |
soil_Mg,magnesium_percent,"/_units:[default=""%"",to=]/value",
|
|
41 |
soil_Ca,calcium_percent,"/_units:[default=""%"",to=]/value",
|
|
42 |
soil_Na,sodium_percent,"/_units:[default=""%"",to=]/value",
|
|
43 |
soil_acidity,acidity_percent,"/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value",
|
|
44 |
soil_base,baseSaturation_percent,"/_units:[default=""%"",to=]/value",
|
|
45 |
soil_cation_cap,cationExchangeCapacity_cmol_kg,,
|
|
46 | 46 |
soil_conductivity,conductivity,, |
47 |
organic_percent,organic,"/_units:[default=""%"",to=]/value", |
|
47 |
organic_percent,organic_percent,"/_units:[default=""%"",to=]/value",
|
|
48 | 48 |
soil_texture,texture,"/_units:[default=""%"",to=]/value", |
49 | 49 |
RevisionComments,RevisionComments,, |
50 | 50 |
Locality_Description,locality,,"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" |
Also available in: Unified diff
mappings/VegCore.csv: Soil component measurements: Added default units of percent (cmol_kg for cationExchangeCapacity). This involves translating the names everywhere and adding a _percent_to_fraction conversion in mappings/VegCore-VegBIEN.csv.