Revision 8176
Added by Aaron Marcuse-Kubitza over 11 years ago
map.csv | ||
---|---|---|
1 |
TEAM,VegCore,Filter,Comments |
|
2 |
Id,individualObservationID,, |
|
3 |
Observation Date,eventDate,, |
|
4 |
Family,family,, |
|
5 |
Genus,genus,, |
|
6 |
Species,specificEpithet,, |
|
7 |
Names of Collectors,recordedBy,, |
|
8 |
Diameter,diameterBreastHeight_cm,,"""Tree diameter measurement. {cm}"" (Diameter definition on p. 7 at <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/TEAM/_src/TEAM-DataPackage-20120920191251_3859/Vegetation+-+Trees+&+Lianas/Vegetation-Tree-and-Liana-Metadata-1.5.pdf>)" |
|
9 |
POM Height,*POM Height,, |
|
10 |
New Diameter,*New Diameter,, |
|
11 |
New POM Height,*New POM Height,, |
|
12 |
Condition Codes,*Condition Codes,, |
|
13 |
Sampling Period,*Sampling Period,, |
|
14 |
Comments,*Comments,, |
|
15 |
Data Level,*Data Level,, |
|
16 |
Sampling Unit Name,*Sampling Unit Name,, |
|
17 |
Latitude,decimalLatitude,, |
|
18 |
Longitude,decimalLongitude,, |
|
19 |
Spatial Method,OMIT,,"Just contains ""Derived"", for 14927 rows" |
|
20 |
Subplot Number,subplot,, |
|
21 |
1ha Plot X Coordinate,organismX_m,,"""Point of intersection {in the X axis} where the tree was observed in the 1ha plot. {m}"" (1ha Plot X Coordinate definition on p. 8 at <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/TEAM/_src/TEAM-DataPackage-20120920191251_3859/Vegetation+-+Trees+&+Lianas/Vegetation-Tree-and-Liana-Metadata-1.5.pdf>)" |
|
22 |
1ha Plot Y Coordinate,organismY_m,,"""Point of intersection {in the Y axis} where the tree was observed in the 1ha plot. {m}"" (1ha Plot Y Coordinate definition on p. 8 at <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/TEAM/_src/TEAM-DataPackage-20120920191251_3859/Vegetation+-+Trees+&+Lianas/Vegetation-Tree-and-Liana-Metadata-1.5.pdf>)" |
|
23 |
Tree Number,tag,, |
|
24 |
Site Name,projectName,, |
|
25 |
1ha Plot Number,locationName,, |
|
26 |
Protocol Version,*Protocol Version,, |
|
27 |
Data Set Creator Institution,*Data Set Creator Institution,, |
|
28 |
Data Set Creator Scientist,*Data Set Creator Scientist,, |
|
29 |
Data Set Contact,*Data Set Contact,, |
|
30 |
:1,plotArea_ha,,"From ""1ha Plot Number"" field name" |
|
1 |
TEAM,VegCore,Filter,Comments |
|
2 |
Id,individualObservationID,, |
|
3 |
Observation Date,eventDate,, |
|
4 |
Family,family,, |
|
5 |
Genus,genus,, |
|
6 |
Species,specificEpithet,, |
|
7 |
Names of Collectors,recordedBy,, |
|
8 |
Diameter,diameterBreastHeight_cm,,"""Tree diameter measurement. {cm}"" (Diameter definition on p. 7 at <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/TEAM/_src/TEAM-DataPackage-20120920191251_3859/Vegetation+-+Trees+&+Lianas/Vegetation-Tree-and-Liana-Metadata-1.5.pdf>)" |
|
9 |
POM Height,*POM Height,, |
|
10 |
New Diameter,*New Diameter,, |
|
11 |
New POM Height,*New POM Height,, |
|
12 |
Condition Codes,*Condition Codes,, |
|
13 |
Sampling Period,*Sampling Period,, |
|
14 |
Comments,*Comments,, |
|
15 |
Data Level,*Data Level,, |
|
16 |
Sampling Unit Name,*Sampling Unit Name,, |
|
17 |
Latitude,decimalLatitude,, |
|
18 |
Longitude,decimalLongitude,, |
|
19 |
Spatial Method,OMIT,,"Just contains ""Derived"", for 14927 rows" |
|
20 |
Subplot Number,subplot,, |
|
21 |
1ha Plot X Coordinate,organismX_m,,"""Point of intersection {in the X axis} where the tree was observed in the 1ha plot. {m}"" (1ha Plot X Coordinate definition on p. 8 at <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/TEAM/_src/TEAM-DataPackage-20120920191251_3859/Vegetation+-+Trees+&+Lianas/Vegetation-Tree-and-Liana-Metadata-1.5.pdf>)" |
|
22 |
1ha Plot Y Coordinate,organismY_m,,"""Point of intersection {in the Y axis} where the tree was observed in the 1ha plot. {m}"" (1ha Plot Y Coordinate definition on p. 8 at <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/TEAM/_src/TEAM-DataPackage-20120920191251_3859/Vegetation+-+Trees+&+Lianas/Vegetation-Tree-and-Liana-Metadata-1.5.pdf>)" |
|
23 |
Tree Number,tag,, |
|
24 |
Site Name,projectName,, |
|
25 |
1ha Plot Number,locationName,, |
|
26 |
Protocol Version,*Protocol Version,, |
|
27 |
Data Set Creator Institution,*Data Set Creator Institution,, |
|
28 |
Data Set Creator Scientist,*Data Set Creator Scientist,, |
|
29 |
Data Set Contact,*Data Set Contact,, |
|
30 |
:1,plotArea_ha,,"From ""1ha Plot Number"" field name" |
Also available in: Unified diff
inputs/input.Makefile: %/.map.csv.last_cleanup: Run fix_line_endings after canon/translate to standardize Python's \r\n line endings back to \n. This prevents issues with mixed line endings because LibreOffice (and probably Excel) treat all cell-internal line endings as \n but row line endings as whatever the file had, while text editors like jEdit translate all line endings to whatever the autodetected line ending is. (This creates spurious line ending diffs when a map spreadsheet containing multiline cells is edited in a text editor.)