Project

General

Profile

1
CTFS,VegCore,Filter,Comments
2
Plot.src.row_num,*Plot.src.row_num,,
3
PlotID,locationID,,
4
PlotName,locationName,,
5
LocationName,locality,,
6
CountryID,*CountryID,,
7
Latitude,decimalLatitude,,
8
Longitude,decimalLongitude,,
9
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>.
10

    
11
[1] Using the following query:
12
-----
13
SELECT ""Elevation""::real, ""LocationName""
14
FROM ""CTFS"".""Plot""
15
GROUP BY ""Elevation""::real , ""LocationName""
16
ORDER BY ""Elevation""::real DESC
17
-----"
18
ReferenceX,*ReferenceX,,Rarely used
19
ReferenceY,*ReferenceY,,Rarely used
20
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>)"
21
ShapeOfSite,footprintWKT,,
22
DescriptionOfSite,locationRemarks,,
(5-5/9)