Revision 8176
Added by Aaron Marcuse-Kubitza almost 12 years ago
map.csv | ||
---|---|---|
1 |
VegBank,VegCore,Filter,Comments
|
|
2 |
taxonimportance_id,OMIT,,Omitted because stemcount_id is more specific
|
|
1 |
VegBank,VegCore,Filter,Comments |
|
2 |
taxonimportance_id,OMIT,,Omitted because stemcount_id is more specific |
|
3 | 3 |
taxonobservation_id,taxonOccurrenceID,,"Note that taxonimportance is not 1:1 with taxonobservation [1]. |
4 | 4 |
|
5 | 5 |
[1] The following query returns rows: |
... | ... | |
8 | 8 |
FROM ""VegBank"".taxonimportance |
9 | 9 |
GROUP BY taxonobservation_id |
10 | 10 |
HAVING count(distinct taxonimportance_id) > 1 |
11 |
-----" |
|
12 |
stratum_id,*stratum_id,, |
|
13 |
cover,coverPercent,, |
|
14 |
basalarea,*basalarea,, |
|
15 |
biomass,*biomass,, |
|
16 |
inferencearea,*inferencearea,, |
|
17 |
stratumbase,*stratumbase,, |
|
18 |
stratumheight,*stratumheight,, |
|
19 |
emb_taxonimportance,*emb_taxonimportance,, |
|
20 |
covercode,*covercode,, |
|
21 |
stemcount_id,aggregateOrganismObservationID,, |
|
22 |
stemdiameter,diameterBreastHeight_cm,,"""The diameter of the stem in centimeters"" (stemDiameter definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename>)" |
|
23 |
stemdiameteraccuracy,*stemdiameteraccuracy,, |
|
24 |
stemheight,height_m,,"""The measured height of the stem in meters"" (stemHeight definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename>)" |
|
25 |
stemheightaccuracy,*stemheightaccuracy,, |
|
26 |
stemcount,individualCount,, |
|
27 |
stemtaxonarea,*stemtaxonarea,, |
|
28 |
emb_stemcount,*emb_stemcount,, |
|
11 |
-----" |
|
12 |
stratum_id,*stratum_id,, |
|
13 |
cover,coverPercent,, |
|
14 |
basalarea,*basalarea,, |
|
15 |
biomass,*biomass,, |
|
16 |
inferencearea,*inferencearea,, |
|
17 |
stratumbase,*stratumbase,, |
|
18 |
stratumheight,*stratumheight,, |
|
19 |
emb_taxonimportance,*emb_taxonimportance,, |
|
20 |
covercode,*covercode,, |
|
21 |
stemcount_id,aggregateOrganismObservationID,, |
|
22 |
stemdiameter,diameterBreastHeight_cm,,"""The diameter of the stem in centimeters"" (stemDiameter definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename>)" |
|
23 |
stemdiameteraccuracy,*stemdiameteraccuracy,, |
|
24 |
stemheight,height_m,,"""The measured height of the stem in meters"" (stemHeight definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemcount&entity=dba_tabledescription&where=where_tablename>)" |
|
25 |
stemheightaccuracy,*stemheightaccuracy,, |
|
26 |
stemcount,individualCount,, |
|
27 |
stemtaxonarea,*stemtaxonarea,, |
|
28 |
emb_stemcount,*emb_stemcount,, |
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.)