Project

General

Profile

« Previous | Next » 

Revision 4857

input.Makefile: Maps validation: %/new_terms.csv: Include the entire map spreadsheet row, so that each new term is listed together with its mapping. This facilitates adding new mappings to mappings/Veg+-VegCore.csv directly from any new_terms.csv. Note that the use of `sort -u` (in lib/mappings.Makefile) causes multiline comments to be separated, leading to spurious lines for each multiline comment line.

View differences:

new_terms.csv
1
area
2
area|country|territory
3
authorplantname
4
authorplotcode
5
collectiondate
6
elevationrange
7
exchangecapacity
8
interpretationdate
9
locationaccuracy
10
methodnarrative
11
museumaccessionnumber
12
obsenddate
13
observation_id
14
obsstartdate
15
parent_id
16
region|state|province
17
shape
18
soilclay
19
soilorganic
20
soilph
21
soilsand
22
soilsilt
23
soiltexture
24
taxonobservation_id
1
area,plotArea_m2,,"""Total area of the plot in m2"" (area definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename>)"
2
area|country|territory,country,,
3
authorplantname,verbatimScientificName,,
4
authorplotcode,plotName,,
5
collectiondate,dateCollected,,
6
elevationrange,UNUSED,,
7
exchangecapacity,cationExchangeCapacity,,
8
interpretationdate,dateIdentified,,
9
locationaccuracy,coordinateUncertaintyInMeters,,
10
methodnarrative,samplingProtocol,,
11
museumaccessionnumber,catalogNumber,,
12
obsenddate,endDate,,
13
observation_id,eventID,,
14
obsstartdate,startDate,,
15
parent_id,parentLocationID,,
16
region|state|province,stateProvince,,
17
shape,footprintWKT,,
18
soilclay,clay,,
19
soilorganic,organic,,
20
soilph,ph,,
21
soilsand,sand,,
22
soilsilt,silt,,
23
soiltexture,texture,,
24
taxonobservation_id,taxonOccurrenceID,,

Also available in: Unified diff