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
Expedition number
2
Expedition name
3
Inventory name
4
Inventory code
5
First evaluation
6
Area
7
Latitude (DMS)
8
Longitude (DMS)
9
Altitude
10
Minimum altitude
11
Locality description
12
Direction
13
Vegetation type
14
Topographical situation
15
Slope
16
pH acuoso (ISRIC 4–– 1 - 14)
17
Conductividad electrica (ASPT 6–µS/cm– 1 - 10000)
18
Nitrógeno total (ISRIC 6–%–0.0014)
19
"Carbón Orgánico (WSP S-9,10–%–0.06)"
20
"Materia Orgánica (WSP S-9,10–%–0.1)"
21
Fósforo disponible (ISRIC 14-2–mg/Kg–1.5)
22
"Sodio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)"
23
"Potasio intercambiable (WSP S-5,10–cmolc/Kg–0.0053)"
24
"Calcio intercambiable (WSP S-5,10–cmolc/Kg–0.016)"
25
"Magnesio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)"
26
Acidez intercambiable (ISRIC 11–cmolc/Kg–0.05)
27
CIC (ISRIC 11–cmolc/Kg–0.05)
28
Arena (DIN 18 123–%–2.5)
29
Limo (DIN 18 123–%–1)
30
Arcilla (DIN 18 123–%–1)
31
Textural class
32
Observaciones
33
Orientación/exposicion
1
Expedition number,projectID,,Consistent (globally unique) between PPM and PT data
2
Expedition name,projectName,,Consistent (globally unique) between PPM and PT data
3
Inventory name,plotName,,
4
Inventory code,locationID,,
5
First evaluation,eventDate,,
6
Area,plotArea_ha,,"""0.1 ha transects"" (""Madidi Transects"" description in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/BIEN2.datasources.xlsx>)"
7
Latitude (DMS),verbatimLatitude,,
8
Longitude (DMS),verbatimLongitude,,
9
Altitude,elevationInMeters,,"Assuming units are m based on the range of values [1] and the region the data is from (Madidi National Park) [2].
10

  
11
[1] Using the following query:
12
-----
13
SELECT ""Altitude""::real, ""Locality""
14
FROM ""Madidi"".""Plot""
15
WHERE ""Altitude"" IS NOT NULL AND ""Altitude"" != ' 1430'
16
GROUP BY ""Altitude""::real , ""Locality""
17
ORDER BY ""Altitude""::real DESC
18
-----
19
[2] This map shows both flat and mountainous regions: <https://maps.google.com/maps/ms?ie=UTF8&hl=en&t=h&msa=0&msid=103363035880599665829.00047e9cf84b87448387d&ll=-13.96448,-68.380065&spn=3.730927,4.669189&z=7>"
20
Minimum altitude,verbatimElevation_m,,"This is a range [1], not a minimum. Assuming units are m based on the range of values [1] and the region the data is from (Madidi National Park) [2].
21

  
22
[1] Using the following query:
23
-----
24
SELECT ""Minimum altitude"", ""Locality""
25
FROM ""Madidi"".""Plot""
26
WHERE ""Minimum altitude"" IS NOT NULL
27
GROUP BY ""Minimum altitude"" , ""Locality""
28
-----
29
[2] This map shows both flat and mountainous regions: <https://maps.google.com/maps/ms?ie=UTF8&hl=en&t=h&msa=0&msid=103363035880599665829.00047e9cf84b87448387d&ll=-13.96448,-68.380065&spn=3.730927,4.669189&z=7>"
30
Locality description,communityName,,Often begins with the text in Vegetation type
31
Direction,slopeAspect,/_alt/1,Part files provide either this field or Orientación
32
Vegetation type,communityID,,
33
Topographical situation,landform,,
34
Slope,slopeGradient,,
35
pH acuoso (ISRIC 4–– 1 - 14),ph,,
36
Conductividad electrica (ASPT 6–µS/cm– 1 - 10000),conductivity,,
37
Nitrógeno total (ISRIC 6–%–0.0014),nitrogen,,
38
"Carbón Orgánico (WSP S-9,10–%–0.06)",carbon,,
39
"Materia Orgánica (WSP S-9,10–%–0.1)",organic,,
40
Fósforo disponible (ISRIC 14-2–mg/Kg–1.5),phosphorus,,
41
"Sodio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",sodium,,
42
"Potasio intercambiable (WSP S-5,10–cmolc/Kg–0.0053)",potassium,,
43
"Calcio intercambiable (WSP S-5,10–cmolc/Kg–0.016)",calcium,,
44
"Magnesio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",magnesium,,
45
Acidez intercambiable (ISRIC 11–cmolc/Kg–0.05),acidity,,
46
CIC (ISRIC 11–cmolc/Kg–0.05),cationExchangeCapacity,,
47
Arena (DIN 18 123–%–2.5),sand,,
48
Limo (DIN 18 123–%–1),silt,,
49
Arcilla (DIN 18 123–%–1),clay,,
50
Textural class,texture,,
51
Observaciones,plotNotes,,
52
Orientación/exposicion,slopeAspect,/_alt/2,Part files provide either this field or Direction

Also available in: Unified diff