Revision 10206
Added by Aaron Marcuse-Kubitza over 11 years ago
map.csv | ||
---|---|---|
1 | 1 |
CTFS,VegCore,Filter,Comments |
2 | 2 |
CountryID,*CountryID,, |
3 |
Plot.src.row_num,*Plot.src.row_num,, |
|
3 | 4 |
PlotID,locationID,, |
4 | 5 |
PlotName,locationName,, |
5 | 6 |
LocationName,locality,, |
... | ... | |
19 | 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>)" |
20 | 21 |
ShapeOfSite,footprintWKT,, |
21 | 22 |
DescriptionOfSite,locality,, |
23 |
Country.src.row_num,*Country.src.row_num,, |
|
22 | 24 |
CountryName,country,, |
Also available in: Unified diff
inputs/CTFS/*/map.csv: added *.src.row_num from joined tables so that the map.csv input columns would match the staging table. this is needed for the staging table column renaming, which is positional rather than name-based to work with any existing column name.