Project

General

Profile

1
Madidi,VegCore,Filter,Comments
2
Inventory number,*Inventory number,,Not globally unique
3
Expedition number,projectID,,Consistent (globally unique) between PPM and PT data
4
Expedition name,projectName,,Consistent (globally unique) between PPM and PT data
5
Number of inventory (expedition),*Number of inventory (expedition),,The number of the event within the project
6
Inventory name,locationName,,
7
Inventory code,locationID,,
8
First evaluation,eventDate,,
9
Installed and evaluated by,*Installed and evaluated by,,"Need a way to store a verbatim list of people, or a function to parse it and insert it iteratively into party"
10
Collaborators,*Collaborators,,"Need a way to store a verbatim list of people, or a function to parse it and insert it iteratively into party"
11
Related Epilocs,*Related Epilocs,,"It appears to be a list of people, some with #s after them. It doesn't seem like the definition of Epiloc at <http://rithm.wikispaces.com/Tropicos.Epiloc>, which relates to individual specimens, not whole plots."
12
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>)"
13
Number of stems,*Number of stems,,Do we want to store this data?
14
Number of trees,*Number of trees,,Do we want to store this data?
15
Coordinates,*Coordinates,,Concatenation of Latitude (DMS) and Longitude (DMS)
16
Latitude,decimalLatitude,,
17
Longitude,decimalLongitude,,
18
Latitude (DMS),latitude_DMS,,
19
Longitude (DMS),longitude_DMS,,
20
Altitude,elevationInMeters,,"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 ""Altitude""::real, ""Locality""
25
FROM ""Madidi"".""Plot""
26
WHERE ""Altitude"" IS NOT NULL AND ""Altitude"" != ' 1430'
27
GROUP BY ""Altitude""::real , ""Locality""
28
ORDER BY ""Altitude""::real DESC
29
-----
30
[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>"
31
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].
32

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