Revision 11865
Added by Aaron Marcuse-Kubitza about 11 years ago
map.csv | ||
---|---|---|
1 | 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,locationRemarks,, |
|
23 |
Country.src.row_num,*Country.src.row_num,, |
|
24 |
CountryName,country,, |
|
2 |
*CountryID,*CountryID,, |
|
3 |
*Plot.src.row_num,*Plot.src.row_num,, |
|
4 |
locationID,locationID,, |
|
5 |
locationName,locationName,, |
|
6 |
locality,locality,, |
|
7 |
decimalLatitude,decimalLatitude,, |
|
8 |
decimalLongitude,decimalLongitude,, |
|
9 |
elevationInMeters,elevationInMeters,, |
|
10 |
*ReferenceX,*ReferenceX,, |
|
11 |
*ReferenceY,*ReferenceY,, |
|
12 |
plotArea_ha,plotArea_ha,, |
|
13 |
footprintWKT,footprintWKT,, |
|
14 |
locationRemarks,locationRemarks,, |
|
15 |
*Country.src.row_num,*Country.src.row_num,, |
|
16 |
country,country,, |
Also available in: Unified diff
bugfix: inputs/CTFS/import_order.txt: added *.src so that these would be installed under new-style import as well. this means that their columns will now be automapped, requiring the names to be renamed to VegCore names in */create.sql. note that VegCore taxonOccurrenceID has been renamed to taxonObservationID since this was last run.