Revision 8176
Added by Aaron Marcuse-Kubitza over 11 years ago
map.csv | ||
---|---|---|
1 |
Madidi,VegCore,Filter,Comments |
|
2 |
PlotID,locationID,, |
|
3 |
PlotName,locationName,, |
|
4 |
Area,plotArea_ha,, |
|
5 |
LatitudeDecDeg,decimalLatitude,, |
|
6 |
LongitudeDecDeg,decimalLongitude,, |
|
7 |
CountryName,country,, |
|
8 |
UpperName,stateProvince,, |
|
9 |
LowerName,county,, |
|
10 |
MinimumElevationMeters,minimumElevationInMeters,, |
|
11 |
MaximumElevationMeters,maximumElevationInMeters,, |
|
12 |
OrientationXDegrees,*OrientationXDegrees,, |
|
13 |
OrientationYDegrees,*OrientationYDegrees,, |
|
14 |
FirstSurveyDate,*FirstSurveyDate,, |
|
15 |
Topography,landform,, |
|
16 |
LocalityDescription,locality,, |
|
17 |
Note,locationRemarks,, |
|
1 |
Madidi,VegCore,Filter,Comments |
|
2 |
PlotID,locationID,, |
|
3 |
PlotName,locationName,, |
|
4 |
Area,plotArea_ha,, |
|
5 |
LatitudeDecDeg,decimalLatitude,, |
|
6 |
LongitudeDecDeg,decimalLongitude,, |
|
7 |
CountryName,country,, |
|
8 |
UpperName,stateProvince,, |
|
9 |
LowerName,county,, |
|
10 |
MinimumElevationMeters,minimumElevationInMeters,, |
|
11 |
MaximumElevationMeters,maximumElevationInMeters,, |
|
12 |
OrientationXDegrees,*OrientationXDegrees,, |
|
13 |
OrientationYDegrees,*OrientationYDegrees,, |
|
14 |
FirstSurveyDate,*FirstSurveyDate,, |
|
15 |
Topography,landform,, |
|
16 |
LocalityDescription,locality,, |
|
17 |
Note,locationRemarks,, |
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.)