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.full.csv
5 5
coll_number,catalogNumber/_alt/1,Brad: Map instead as for voucher_string
6 6
voucher_string,catalogNumber/_alt/2,"Brad: OMIT. This is the verbatim text, which includes both collectors name and collection number. I would use coll_number, below."
7 7
census_no,censusNumber,"Brad: Assigned by SALVIAS. 1 for first plot, then 2, 3, etc. I can't recall if we even have repeat censuses in SALVIAS. Probably not."
8
collector_code,collector_code,Brad: OMIT
9
comments,comments,Brad: OMIT
8 10
cover_percent,coverPercent,
9 11
stem_dbh,diameterBreastHeight,
10 12
census_date,eventDate,"This is for the subplot, not the organism, as all organisms in a subplot have the same value for it. The following query returns no rows:
......
15 17
GROUP BY ""PLOT_ID"", subplot
16 18
HAVING count(DISTINCT census_date) > 1
17 19
-----"
20
fam_status,fam_status,Brad: OMIT. This will be determined later by using TNRS.
18 21
family,family,
22
gen_status,gen_status,Brad: OMIT. This will be determined later by using TNRS.
19 23
genus,genus,
20 24
stem_height_m,height/_alt/1,"Brad: Same as for height, but applies to individuals stems, not trees. Rare."
21 25
height_m,height/_alt/2,
22 26
ht_first_branch_m,heightFirstBranch,
23 27
stem_height_first_branch_m,heightFirstBranch,"Brad: Same as for ht_first_branch_m, but applies to individuals stems, not trees. Rare."
24 28
cf_aff,identificationQualifier,"Brad: Not sure where this goes. Indicator of identification uncertainty. 'cf.'=similar to the species listed, 'aff.'=related to the species list, but not the same. You'll need to check with Bob and with Nick where these go in VegX and VegBank."
29
ind_id,ind_id,Brad: OMIT
25 30
no_of_individuals,individualCount,"Brad: This is a count of number of indiiduals for an *aggregate* observation. For VegBank, I'm not sure. Not exactly the same as stemCount. An individual tree could have 3 stems but would still only count as 1. We need to check with Bob on this."
26 31
OBSERVATION_ID,individualID,"Brad: Neither is correct; this is just an internal ID for table plotObservations. However, it has the important property of uniquely identifying an ""observation"", which is an individual tree, in the case of an individual observation, or a records of a species with an associated count of individuals or measurement of percent cover, in the case of aggregate observations. Not sure where to store this. Main point is that it is not part of the original data, but an auto_increment added later."
27 32
infra_ep_1,infraspecificEpithet,
......
36 41
coll_firstname,recordedBy.givenName,Brad: See comment above
37 42
coll_lastname,recordedBy.surName,"Brad: This is the collector of a separate specimen which vouchers this tree or species. I worry that vouchers are not properly accommodated in VegX. Again, we need to check with Nick."
38 43
specific_authority,scientificNameAuthorship,Brad: This is the author of the scientificName.
44
species_status,species_status,"Brad: OMIT. Except, note that if species_status=3, this indicate that name is a morphospecies and not a standard latin name. Not exactly sure how to use this in BIEN, but could be useful during the name-scrubbing process with TNRS."
39 45
specific_epithet,specificEpithet,
40 46
notes,stemNotes,
41 47
subplot,subplot,

Also available in: Unified diff