Project

General

Profile

« Previous | Next » 

Revision 4638

inputs/*/*/map.csv: Changed empty mappings to self mappings, using the steps at <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Map_refactoring#Change-empty-mappings-to-self-mappings&gt;. Note that in map.full.csv and VegBIEN.csv, lines that have changed are always the result of the input field's case being changed to match the case of the datasource's actual column name.

View differences:

map.csv
1 1
CTFS[Veg+],Veg+,Comments
2
CountryID,,
3
PlotID,,
4
PlotName,,
5
LocationName,,
6
Latitude,,
7
Longitude,,
8
Elevation,,
9
ReferenceX,,Rarely used
10
ReferenceY,,Rarely used
11
SizeOfSite,,
12
ShapeOfSite,,
13
DescriptionOfSite,,
14
CountryName,,
15
row_num,,
2
CountryID,CountryID,
3
PlotID,locationID,
4
PlotName,plotName,
5
LocationName,locality,
6
Latitude,verbatimLatitude,
7
Longitude,verbatimLongitude,
8
Elevation,verbatimElevation,
9
ReferenceX,ReferenceX,Rarely used
10
ReferenceY,ReferenceY,Rarely used
11
SizeOfSite,plotArea,
12
ShapeOfSite,footprintWKT,
13
DescriptionOfSite,locality,
14
CountryName,country,
15
row_num,row_num,

Also available in: Unified diff