Project

General

Profile

« Previous | Next » 

Revision 4657

inputs/*/*/map.csv: Moved filter suffixes to separate filter column to enable automapping to work on those mappings' terms, using the steps at <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Map_refactoring#Move-filter-suffixes-to-separate-filter-column&gt;. Note that the only changes to VegBIEN.csvs are the (now automapped) names of terms in "No join mapping" comments.

View differences:

map.csv
16 16
precip_mm,precipitation,,
17 17
slope_aspect,slopeAspect,,
18 18
slope_gradient,slopeGradient,,
19
clay_percent,"clay/_units:[default=""%"",to=]/value",,
20
silt_percent,"silt/_units:[default=""%"",to=]/value",,
21
sand_percent,"sand/_units:[default=""%"",to=]/value",,
22
organic_percent,"organic/_units:[default=""%"",to=]/value",,
19
clay_percent,clay,"/_units:[default=""%"",to=]/value",
20
silt_percent,silt,"/_units:[default=""%"",to=]/value",
21
sand_percent,sand,"/_units:[default=""%"",to=]/value",
22
organic_percent,organic,"/_units:[default=""%"",to=]/value",
23 23
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."
24
soil_N,"nitrogen/_units:[default=""%"",to=]/value",,
25
soil_P,"phosphorus/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value",,
26
soil_C,"carbon/_units:[default=""%"",to=]/value",,
27
soil_K,"potassium/_units:[default=""%"",to=]/value",,
28
soil_Mg,"magnesium/_units:[default=""%"",to=]/value",,
29
soil_Ca,"calcium/_units:[default=""%"",to=]/value",,
30
soil_Na,"sodium/_units:[default=""%"",to=]/value",,
31
soil_acidity,"acidity/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value",,
32
soil_base,"baseSaturation/_units:[default=""%"",to=]/value",,
24
soil_N,nitrogen,"/_units:[default=""%"",to=]/value",
25
soil_P,phosphorus,"/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value",
26
soil_C,carbon,"/_units:[default=""%"",to=]/value",
27
soil_K,potassium,"/_units:[default=""%"",to=]/value",
28
soil_Mg,magnesium,"/_units:[default=""%"",to=]/value",
29
soil_Ca,calcium,"/_units:[default=""%"",to=]/value",
30
soil_Na,sodium,"/_units:[default=""%"",to=]/value",
31
soil_acidity,acidity,"/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value",
32
soil_base,baseSaturation,"/_units:[default=""%"",to=]/value",
33 33
soil_cation_cap,cationExchangeCapacity,,
34 34
soil_conductivity,conductivity,,
35 35
soil_texture,texture,,

Also available in: Unified diff