Project

General

Profile

« Previous | Next » 

Revision 4857

input.Makefile: Maps validation: %/new_terms.csv: Include the entire map spreadsheet row, so that each new term is listed together with its mapping. This facilitates adding new mappings to mappings/Veg+-VegCore.csv directly from any new_terms.csv. Note that the use of `sort -u` (in lib/mappings.Makefile) causes multiline comments to be separated, leading to spurious lines for each multiline comment line.

View differences:

new_terms.csv
1
SiteCode
2
MajorGeo
3
PolDiv1
4
pol2
5
LatDec
6
LongDec
7
Elev
8
elev_max_m
9
elev_min_m
10
Precip
11
Temp
12
clay_percent
13
silt_percent
14
sand_percent
15
soil_N
16
soil_P
17
soil_C
18
soil_K
19
soil_Mg
20
soil_Ca
21
soil_Na
22
soil_acidity
23
soil_base
24
soil_cation_cap
25
soil_conductivity
26
organic_percent
27
soil_texture
28
Locality_Description
29
life_zone_code
30
life_zone
31
PlotMethod
32
date_start
33
date_finish
1
SiteCode,plotName,,Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project)
2
MajorGeo,continent,,
3
PolDiv1,stateProvince,,Brad: No; pol1=stateProvince
4
pol2,county,,Brad: No pol2=countyParish
5
LatDec,decimalLatitude,,
6
LongDec,decimalLongitude,,
7
Elev,elevationInMeters,,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.
8
elev_max_m,maximumElevationInMeters,,
9
elev_min_m,minimumElevationInMeters,,
10
Precip,precipitation,,
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,,
25
soil_conductivity,conductivity,,
26
organic_percent,organic,"/_units:[default=""%"",to=]/value",
27
soil_texture,texture,"/_units:[default=""%"",to=]/value",
28
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
life_zone_code,communityID,,
30
life_zone,communityName,,
31
PlotMethod,samplingProtocol,,
32
date_start,startDate,,
33
date_finish,endDate,,

Also available in: Unified diff