1
|
CTFS,VegCore,Filter,Comments
|
2
|
CountryID,*CountryID,,
|
3
|
PlotID,locationID,,
|
4
|
PlotName,locationName,,
|
5
|
LocationName,locality,,
|
6
|
Latitude,decimalLatitude,,
|
7
|
Longitude,decimalLongitude,,
|
8
|
Elevation,elevationInMeters,,"Assuming units are m based on the range of values [1] and the country the data is from (Panama). Not documented in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/CTFS/_src/ctfs-comments_worksheet.xls>.
|
9
|
|
10
|
[1] Using the following query:
|
11
|
-----
|
12
|
SELECT ""Elevation""::real, ""LocationName""
|
13
|
FROM ""CTFS"".""Plot""
|
14
|
GROUP BY ""Elevation""::real , ""LocationName""
|
15
|
ORDER BY ""Elevation""::real DESC
|
16
|
-----"
|
17
|
ReferenceX,*ReferenceX,,Rarely used
|
18
|
ReferenceY,*ReferenceY,,Rarely used
|
19
|
SizeOfSite,plotArea_ha,,"""Size in hectares"" (SizeOfSite comments in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/CTFS/_src/ctfs-comments_worksheet.xls>)"
|
20
|
ShapeOfSite,footprintWKT,,
|
21
|
DescriptionOfSite,locality,,
|
22
|
CountryName,country,,
|