1 |
4651
|
aaronmk
|
Madidi,VegBIEN:/_simplifyPath:[next=parent_id]/path,Comments
|
2 |
4336
|
aaronmk
|
Inventory name,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/1",
|
3 |
|
|
Inventory code,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/2/_if[@name=""if locationID""]/cond/_exists",
|
4 |
4324
|
aaronmk
|
Inventory code,"/location/_if[@name=""if subplot""]/else/sourceaccessioncode",
|
5 |
|
|
Inventory name,"/location/_if[@name=""if subplot""]/then/parent_id/location/authorlocationcode",
|
6 |
|
|
Inventory code,"/location/_if[@name=""if subplot""]/then/parent_id/location/sourceaccessioncode",
|
7 |
4767
|
aaronmk
|
Area,/location/area_m2/_ha_to_m2/value,"""0.1 ha transects"" (""Madidi Transects"" description in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/BIEN2.datasources.xlsx>)"
|
8 |
4798
|
aaronmk
|
Altitude,/location/elevation_m/_alt/1,"Assuming units are m based on the range of values [1] and the region the data is from (Madidi National Park) [2].
|
9 |
|
|
|
10 |
|
|
[1] Using the following query:
|
11 |
|
|
-----
|
12 |
|
|
SELECT ""Altitude""::real, ""Locality""
|
13 |
|
|
FROM ""Madidi"".""Plot""
|
14 |
|
|
WHERE ""Altitude"" IS NOT NULL AND ""Altitude"" != ' 1430'
|
15 |
|
|
GROUP BY ""Altitude""::real , ""Locality""
|
16 |
|
|
ORDER BY ""Altitude""::real DESC
|
17 |
|
|
-----
|
18 |
|
|
[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>"
|
19 |
4807
|
aaronmk
|
Minimum altitude,/location/elevation_m/_alt/2/_avg/max/_rangeEnd/value,"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].
|
20 |
|
|
|
21 |
|
|
[1] Using the following query:
|
22 |
|
|
-----
|
23 |
|
|
SELECT ""Minimum altitude"", ""Locality""
|
24 |
|
|
FROM ""Madidi"".""Plot""
|
25 |
|
|
WHERE ""Minimum altitude"" IS NOT NULL
|
26 |
|
|
GROUP BY ""Minimum altitude"" , ""Locality""
|
27 |
|
|
-----
|
28 |
|
|
[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>"
|
29 |
|
|
Minimum altitude,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,"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].
|
30 |
|
|
|
31 |
|
|
[1] Using the following query:
|
32 |
|
|
-----
|
33 |
|
|
SELECT ""Minimum altitude"", ""Locality""
|
34 |
|
|
FROM ""Madidi"".""Plot""
|
35 |
|
|
WHERE ""Minimum altitude"" IS NOT NULL
|
36 |
|
|
GROUP BY ""Minimum altitude"" , ""Locality""
|
37 |
|
|
-----
|
38 |
|
|
[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>"
|
39 |
|
|
Minimum altitude,/location/elevationrange_m/_range/from/_rangeStart/value,"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].
|
40 |
|
|
|
41 |
|
|
[1] Using the following query:
|
42 |
|
|
-----
|
43 |
|
|
SELECT ""Minimum altitude"", ""Locality""
|
44 |
|
|
FROM ""Madidi"".""Plot""
|
45 |
|
|
WHERE ""Minimum altitude"" IS NOT NULL
|
46 |
|
|
GROUP BY ""Minimum altitude"" , ""Locality""
|
47 |
|
|
-----
|
48 |
|
|
[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>"
|
49 |
|
|
Minimum altitude,/location/elevationrange_m/_range/to/_rangeEnd/value,"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].
|
50 |
|
|
|
51 |
|
|
[1] Using the following query:
|
52 |
|
|
-----
|
53 |
|
|
SELECT ""Minimum altitude"", ""Locality""
|
54 |
|
|
FROM ""Madidi"".""Plot""
|
55 |
|
|
WHERE ""Minimum altitude"" IS NOT NULL
|
56 |
|
|
GROUP BY ""Minimum altitude"" , ""Locality""
|
57 |
|
|
-----
|
58 |
|
|
[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>"
|
59 |
3968
|
aaronmk
|
Topographical situation,/location/landform,
|
60 |
4907
|
aaronmk
|
Latitude,"/location/locationcoords/latitude_deg/_nullIf:[null=0,type=float]/value",
|
61 |
|
|
Longitude,"/location/locationcoords/longitude_deg/_nullIf:[null=0,type=float]/value",
|
62 |
4902
|
aaronmk
|
Latitude (DMS),/location/locationcoords/verbatimlatitude,
|
63 |
|
|
Longitude (DMS),/location/locationcoords/verbatimlongitude,
|
64 |
3968
|
aaronmk
|
Expedition name,/location/locationevent/*_id/project/projectname,Consistent (globally unique) between PPM and PT data
|
65 |
|
|
Expedition number,/location/locationevent/*_id/project/sourceaccessioncode,Consistent (globally unique) between PPM and PT data
|
66 |
4458
|
aaronmk
|
Inventory name,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/authorlocationcode",
|
67 |
|
|
Inventory code,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/sourceaccessioncode",
|
68 |
3968
|
aaronmk
|
Vegetation type,/location/locationevent/commclass/commdetermination/*_id/commconcept/*_id/*/commname,
|
69 |
|
|
Locality description,/location/locationevent/commclass/commdetermination/*_id/commconcept/commdescription,Often begins with the text in Vegetation type
|
70 |
4564
|
aaronmk
|
First evaluation,/location/locationevent/obsenddate/_*/date/_alt/2/_dateRangeEnd/value,
|
71 |
|
|
First evaluation,/location/locationevent/obsstartdate/_*/date/_alt/2/_dateRangeStart/value,
|
72 |
4916
|
aaronmk
|
Acidez intercambiable (ISRIC 11–cmolc/Kg–0.05),/location/locationevent/soilobs/acidity_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
73 |
|
|
"Calcio intercambiable (WSP S-5,10–cmolc/Kg–0.016)",/location/locationevent/soilobs/calcium_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
74 |
|
|
"Carbón Orgánico (WSP S-9,10–%–0.06)",/location/locationevent/soilobs/carbon_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
75 |
4754
|
aaronmk
|
CIC (ISRIC 11–cmolc/Kg–0.05),/location/locationevent/soilobs/cationexchangecapacity_cmol_kg,
|
76 |
4916
|
aaronmk
|
Arcilla (DIN 18 123–%–1),/location/locationevent/soilobs/clay_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
77 |
3968
|
aaronmk
|
Conductividad electrica (ASPT 6–µS/cm– 1 - 10000),/location/locationevent/soilobs/conductivity,
|
78 |
4916
|
aaronmk
|
"Magnesio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",/location/locationevent/soilobs/magnesium_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
79 |
|
|
Nitrógeno total (ISRIC 6–%–0.0014),/location/locationevent/soilobs/nitrogen_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
80 |
|
|
"Materia Orgánica (WSP S-9,10–%–0.1)",/location/locationevent/soilobs/organic_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
81 |
3968
|
aaronmk
|
pH acuoso (ISRIC 4–– 1 - 14),/location/locationevent/soilobs/ph,
|
82 |
4916
|
aaronmk
|
Fósforo disponible (ISRIC 14-2–mg/Kg–1.5),/location/locationevent/soilobs/phosphorus_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
83 |
|
|
"Potasio intercambiable (WSP S-5,10–cmolc/Kg–0.0053)",/location/locationevent/soilobs/potassium_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
84 |
|
|
Arena (DIN 18 123–%–2.5),/location/locationevent/soilobs/sand_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
85 |
|
|
Limo (DIN 18 123–%–1),/location/locationevent/soilobs/silt_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
86 |
|
|
"Sodio intercambiable (WSP S-5,10–cmolc/Kg–0.00083)",/location/locationevent/soilobs/sodium_fraction/_percent_to_fraction/value,Assuming units are % based on the range of values
|
87 |
3968
|
aaronmk
|
Textural class,/location/locationevent/soilobs/texture,
|
88 |
5176
|
aaronmk
|
Inventory code,"/location/locationevent/taxonoccurrence/authortaxoncode/_if[@name=""if in plot""]/cond/_exists",
|
89 |
|
|
Inventory name,"/location/locationevent/taxonoccurrence/authortaxoncode/_if[@name=""if in plot""]/cond/_exists",
|
90 |
3983
|
aaronmk
|
Locality,/location/locationnarrative/_merge/1,
|
91 |
3968
|
aaronmk
|
Observaciones,/location/notespublic,
|
92 |
4799
|
aaronmk
|
Direction,/location/slopeaspect_deg/_alt/1/_compass/value/_alt/1,Part files provide either this field or Orientación
|
93 |
|
|
Orientación/exposicion,/location/slopeaspect_deg/_alt/1/_compass/value/_alt/2,Part files provide either this field or Direction
|
94 |
4786
|
aaronmk
|
Slope,/location/slopegradient_fraction/_alt/1,
|
95 |
5773
|
aaronmk
|
Inventory code,"/location/sourceaccessioncode/_join/1/_if[@name=""if subplot and unique only within parent""]/then/_first/1",
|
96 |
|
|
Inventory name,"/location/sourceaccessioncode/_join/1/_if[@name=""if subplot and unique only within parent""]/then/_first/2",
|
97 |
4807
|
aaronmk
|
Minimum altitude,/location/verbatimelevation,"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].
|
98 |
|
|
|
99 |
|
|
[1] Using the following query:
|
100 |
|
|
-----
|
101 |
|
|
SELECT ""Minimum altitude"", ""Locality""
|
102 |
|
|
FROM ""Madidi"".""Plot""
|
103 |
|
|
WHERE ""Minimum altitude"" IS NOT NULL
|
104 |
|
|
GROUP BY ""Minimum altitude"" , ""Locality""
|
105 |
|
|
-----
|
106 |
|
|
[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>"
|
107 |
4979
|
aaronmk
|
Collaborators,,"** No join mapping for *Collaborators ** Need a way to store a verbatim list of people, or a function to parse it and insert it iteratively into party"
|
108 |
|
|
Coordinates,,** No join mapping for *Coordinates ** Concatenation of Latitude (DMS) and Longitude (DMS)
|
109 |
|
|
Installed and evaluated by,,"** No join mapping for *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"
|
110 |
|
|
Inventory number,,** No join mapping for *Inventory number ** Not globally unique
|
111 |
|
|
Number of inventory (expedition),,** No join mapping for *Number of inventory (expedition) ** The number of the event within the project
|
112 |
|
|
Number of stems,,** No join mapping for *Number of stems ** Do we want to store this data?
|
113 |
|
|
Number of trees,,** No join mapping for *Number of trees ** Do we want to store this data?
|
114 |
|
|
Related Epilocs,,"** No join mapping for *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."
|
115 |
|
|
Soil sample,,** No join mapping for *Soil sample ** Always empty
|