Project

General

Profile

« Previous | Next » 

Revision 8176

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.)

View differences:

map.csv
1
VegBank,VegCore,Filter,Comments
2
stemcount_id,aggregateOrganismObservationID,,
3
taxonimportance_id,OMIT,,Omitted because stemcount_id is more specific
4
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>)"
5
stemdiameteraccuracy,*stemdiameteraccuracy,,
6
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>)"
7
stemheightaccuracy,*stemheightaccuracy,,
8
stemcount,individualCount,,
9
stemtaxonarea,*stemtaxonarea,,
10
emb_stemcount,*emb_stemcount,,
11
stemlocation_id,stemID,,
12
stemlocation_id,individualID,,
13
stemcode,authorStemCode,,
14
stemxposition,organismX_m,,"""The X-coordinate of the stem position in m"" (stemXPosition definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemlocation&entity=dba_tabledescription&where=where_tablename>)"
15
stemyposition,organismY_m,,"""The Y-coordinate of the stem position, as above"" (stemYPosition definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemlocation&entity=dba_tabledescription&where=where_tablename>)"
16
stemhealth,*stemhealth,,
17
emb_stemlocation,*emb_stemlocation,,
1
VegBank,VegCore,Filter,Comments
2
stemcount_id,aggregateOrganismObservationID,,
3
taxonimportance_id,OMIT,,Omitted because stemcount_id is more specific
4
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>)"
5
stemdiameteraccuracy,*stemdiameteraccuracy,,
6
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>)"
7
stemheightaccuracy,*stemheightaccuracy,,
8
stemcount,individualCount,,
9
stemtaxonarea,*stemtaxonarea,,
10
emb_stemcount,*emb_stemcount,,
11
stemlocation_id,stemID,,
12
stemlocation_id,individualID,,
13
stemcode,authorStemCode,,
14
stemxposition,organismX_m,,"""The X-coordinate of the stem position in m"" (stemXPosition definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemlocation&entity=dba_tabledescription&where=where_tablename>)"
15
stemyposition,organismY_m,,"""The Y-coordinate of the stem position, as above"" (stemYPosition definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=stemlocation&entity=dba_tabledescription&where=where_tablename>)"
16
stemhealth,*stemhealth,,
17
emb_stemlocation,*emb_stemlocation,,

Also available in: Unified diff