Project

General

Profile

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,locationName,,
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
Altitude,elevationInMeters,,"Assuming units are m based on the range of values [1] and the region the data is from (Madidi National Park) [2].
8

    
9
[1] Using the following query:
10
-----
11
SELECT ""Altitude""::real, ""Locality""
12
FROM ""Madidi"".""Plot""
13
WHERE ""Altitude"" IS NOT NULL AND ""Altitude"" != ' 1430'
14
GROUP BY ""Altitude""::real , ""Locality""
15
ORDER BY ""Altitude""::real DESC
16
-----
17
[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>"
18
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].
19

    
20
[1] Using the following query:
21
-----
22
SELECT ""Minimum altitude"", ""Locality""
23
FROM ""Madidi"".""Plot""
24
WHERE ""Minimum altitude"" IS NOT NULL
25
GROUP BY ""Minimum altitude"" , ""Locality""
26
-----
27
[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>"
28
Locality description,communityName,,Often begins with the text in Vegetation type
29
Direction,slopeAspect,/_alt/1,Part files provide either this field or Orientación
30
Vegetation type,communityID,,
31
Topographical situation,landform,,
32
Slope,slopeGradient,,
33
pH acuoso (ISRIC 4–– 1 - 14),ph,,
34
Conductividad electrica (ASPT 6–µS/cm– 1 - 10000),conductivity,,
35
Nitrógeno total (ISRIC 6–%–0.0014),nitrogen_percent,,Assuming units are % based on the range of values
36
"Carbón Orgánico (WSP S-9,10–%–0.06)",carbon_percent,,Assuming units are % based on the range of values
37
"Materia Orgánica (WSP S-9,10–%–0.1)",organic_percent,,Assuming units are % based on the range of values
38
Fósforo disponible (ISRIC 14-2–mg/Kg–1.5),phosphorus_percent,,Assuming units are % based on the range of values
39
"Sodio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",sodium_percent,,Assuming units are % based on the range of values
40
"Potasio intercambiable (WSP S-5,10–cmolc/Kg–0.0053)",potassium_percent,,Assuming units are % based on the range of values
41
"Calcio intercambiable (WSP S-5,10–cmolc/Kg–0.016)",calcium_percent,,Assuming units are % based on the range of values
42
"Magnesio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",magnesium_percent,,Assuming units are % based on the range of values
43
Acidez intercambiable (ISRIC 11–cmolc/Kg–0.05),acidity_percent,,Assuming units are % based on the range of values
44
CIC (ISRIC 11–cmolc/Kg–0.05),cationExchangeCapacity_cmol_kg,,
45
Arena (DIN 18 123–%–2.5),sand_percent,,Assuming units are % based on the range of values
46
Limo (DIN 18 123–%–1),silt_percent,,Assuming units are % based on the range of values
47
Arcilla (DIN 18 123–%–1),clay_percent,,Assuming units are % based on the range of values
48
Textural class,texture,,
49
Observaciones,plotNotes,,
50
Orientación/exposicion,slopeAspect,/_alt/2,Part files provide either this field or Direction
(5-5/7)