Project

General

Profile

1
CTFS,VegCore,Filter,Comments
2
CountryID,*CountryID,,
3
Plot.src.row_num,*Plot.src.row_num,,
4
PlotID,locationID,,
5
PlotName,locationName,,
6
LocationName,locality,,
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,locality,,
23
Country.src.row_num,*Country.src.row_num,,
24
CountryName,country,,
(6-6/9)