Revision 4908
Added by Aaron Marcuse-Kubitza about 12 years ago
new_terms.csv | ||
---|---|---|
9 | 9 |
elev_min_m,minimumElevationInMeters,, |
10 | 10 |
Precip,precipitation,, |
11 | 11 |
Temp,temperature,, |
12 |
clay_percent,clay,"/_units:[default=""%"",to=]/value", |
|
13 |
silt_percent,silt,"/_units:[default=""%"",to=]/value", |
|
14 |
sand_percent,sand,"/_units:[default=""%"",to=]/value", |
|
15 |
soil_N,nitrogen,"/_units:[default=""%"",to=]/value", |
|
16 |
soil_P,phosphorus,"/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value", |
|
17 |
soil_C,carbon,"/_units:[default=""%"",to=]/value", |
|
18 |
soil_K,potassium,"/_units:[default=""%"",to=]/value", |
|
19 |
soil_Mg,magnesium,"/_units:[default=""%"",to=]/value", |
|
20 |
soil_Ca,calcium,"/_units:[default=""%"",to=]/value", |
|
21 |
soil_Na,sodium,"/_units:[default=""%"",to=]/value", |
|
22 |
soil_acidity,acidity,"/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value", |
|
23 |
soil_base,baseSaturation,"/_units:[default=""%"",to=]/value", |
|
24 |
soil_cation_cap,cationExchangeCapacity,, |
|
12 |
soil_N,nitrogen_percent,"/_units:[default=""%"",to=]/value", |
|
13 |
soil_P,phosphorus_percent,"/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value", |
|
14 |
soil_C,carbon_percent,"/_units:[default=""%"",to=]/value", |
|
15 |
soil_K,potassium_percent,"/_units:[default=""%"",to=]/value", |
|
16 |
soil_Mg,magnesium_percent,"/_units:[default=""%"",to=]/value", |
|
17 |
soil_Ca,calcium_percent,"/_units:[default=""%"",to=]/value", |
|
18 |
soil_Na,sodium_percent,"/_units:[default=""%"",to=]/value", |
|
19 |
soil_acidity,acidity_percent,"/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value", |
|
20 |
soil_base,baseSaturation_percent,"/_units:[default=""%"",to=]/value", |
|
21 |
soil_cation_cap,cationExchangeCapacity_cmol_kg,, |
|
25 | 22 |
soil_conductivity,conductivity,, |
26 |
organic_percent,organic,"/_units:[default=""%"",to=]/value", |
|
27 | 23 |
soil_texture,texture,"/_units:[default=""%"",to=]/value", |
28 | 24 |
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" |
29 | 25 |
life_zone_code,communityID,, |
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.