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,plotName,,
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),verbatimLatitude,,
19
Longitude (DMS),verbatimLongitude,,
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,minimumElevationInMeters,,
32
Locality,locality,,
33
Locality description,communityName,,Often begins with the text in Vegetation type
34
Direction,slopeAspect,/_alt/1,Part files provide either this field or Orientación
35
Vegetation type,communityID,,
36
Topographical situation,landform,,
37
Slope,slopeGradient,,
38
Soil sample,Soil sample,,Always empty
39
pH acuoso (ISRIC 4–– 1 - 14),ph,,
40
Conductividad electrica (ASPT 6–µS/cm– 1 - 10000),conductivity,,
41
Nitrógeno total (ISRIC 6–%–0.0014),nitrogen,,
42
"Carbón Orgánico (WSP S-9,10–%–0.06)",carbon,,
43
"Materia Orgánica (WSP S-9,10–%–0.1)",organic,,
44
Fósforo disponible (ISRIC 14-2–mg/Kg–1.5),phosphorus,,
45
"Sodio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",sodium,,
46
"Potasio intercambiable (WSP S-5,10–cmolc/Kg–0.0053)",potassium,,
47
"Calcio intercambiable (WSP S-5,10–cmolc/Kg–0.016)",calcium,,
48
"Magnesio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",magnesium,,
49
Acidez intercambiable (ISRIC 11–cmolc/Kg–0.05),acidity,,
50
CIC (ISRIC 11–cmolc/Kg–0.05),cationExchangeCapacity,,
51
Arena (DIN 18 123–%–2.5),sand,,
52
Limo (DIN 18 123–%–1),silt,,
53
Arcilla (DIN 18 123–%–1),clay,,
54
Textural class,texture,,
55
Observaciones,plotNotes,,
56
Orientación/exposicion,slopeAspect,/_alt/2,Part files provide either this field or Direction
(4-4/7)