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
project
2
plot_code
3
major_geo
4
pol1
5
pol2
6
locality_description
7
lat_decimal
8
long_decimal
9
elev_m
10
elev_max_m
11
elev_min_m
12
temp_c
13
precip_mm
14
clay_percent
15
silt_percent
16
sand_percent
17
organic_percent
18
soil_N
19
soil_P
20
soil_C
21
soil_K
22
soil_Mg
23
soil_Ca
24
soil_Na
25
soil_acidity
26
soil_base
27
soil_cation_cap
28
soil_conductivity
29
soil_texture
30
holdridge_life_zone
31
life_zone_code
32
plot_methodology
33
date_start
34
date_finish
1
project,projectName,,
2
plot_code,plotName,,Brad: plotCode is as-assigned by data provider; guranteed to be unique only within dataset (=project)
3
major_geo,continent,,
4
pol1,stateProvince,,Brad: No; pol1=stateProvince
5
pol2,county,,Brad: No pol2=countyParish
6
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"
7
lat_decimal,decimalLatitude,,
8
long_decimal,decimalLongitude,,
9
elev_m,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.
10
elev_max_m,maximumElevationInMeters,,
11
elev_min_m,minimumElevationInMeters,,
12
temp_c,temperature,,
13
precip_mm,precipitation,,
14
clay_percent,clay,"/_units:[default=""%"",to=]/value",
15
silt_percent,silt,"/_units:[default=""%"",to=]/value",
16
sand_percent,sand,"/_units:[default=""%"",to=]/value",
17
organic_percent,organic,"/_units:[default=""%"",to=]/value",
18
soil_N,nitrogen,"/_units:[default=""%"",to=]/value",
19
soil_P,phosphorus,"/_units:[default=""%"",to=]/value/_map:[""<1,5""=0,*=*]/value",
20
soil_C,carbon,"/_units:[default=""%"",to=]/value",
21
soil_K,potassium,"/_units:[default=""%"",to=]/value",
22
soil_Mg,magnesium,"/_units:[default=""%"",to=]/value",
23
soil_Ca,calcium,"/_units:[default=""%"",to=]/value",
24
soil_Na,sodium,"/_units:[default=""%"",to=]/value",
25
soil_acidity,acidity,"/_units:[default=""%"",to=]/value/_map:[""<0.05""=0,*=*]/value",
26
soil_base,baseSaturation,"/_units:[default=""%"",to=]/value",
27
soil_cation_cap,cationExchangeCapacity,,
28
soil_conductivity,conductivity,,
29
soil_texture,texture,,
30
holdridge_life_zone,communityID,,
31
life_zone_code,communityName,,
32
plot_methodology,samplingProtocol,,
33
date_start,startDate,,
34
date_finish,endDate,,

Also available in: Unified diff