Revision 11242
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/VegBank/verify/input_cols.include.txt | ||
---|---|---|
1 |
sort_col |
|
2 |
locationID |
|
3 |
eventID |
|
4 |
*stratumtype_id |
|
5 |
*stratum_id |
|
6 |
aggregateOrganismObservationID__taxon_presence |
|
7 |
aggregateOrganismObservationID__individual_count |
|
8 |
aggregateOrganismObservationID |
|
9 |
taxonOccurrenceID__overall_plot |
|
10 |
identificationID |
|
11 |
identificationType |
|
12 |
identificationQualifier |
|
13 |
identificationVerificationStatus |
|
14 |
collectorNumber |
|
15 |
accessionNumber |
|
16 |
occurrenceRemarks |
|
17 |
dateIdentified |
|
18 |
dateCollected |
|
19 |
originalScientificName |
|
20 |
originalTaxonName |
|
21 |
originalVernacularName |
|
22 |
scientificName_verbatim |
|
23 |
taxonName |
|
24 |
vernacularName |
|
25 |
scientificName__for_nearest_taxon_concept |
|
26 |
kingdom |
|
27 |
*Subkingdom |
|
28 |
*Superdivision |
|
29 |
*Division |
|
30 |
*Subdivision |
|
31 |
class |
|
32 |
*Subclass |
|
33 |
order |
|
34 |
family |
|
35 |
genus |
|
36 |
observationGranularity |
|
37 |
scientificName |
|
38 |
coverPercent |
|
39 |
diameterBreastHeight_cm |
|
40 |
height_m |
|
41 |
individualCount |
|
42 |
stemID |
|
43 |
individualID |
|
44 |
stratum__name |
|
45 |
projectID |
|
46 |
authorEventCode |
|
47 |
samplingProtocol |
|
48 |
startDate |
|
49 |
endDate |
|
50 |
organic_percent |
|
51 |
texture |
|
52 |
sand_percent |
|
53 |
silt_percent |
|
54 |
clay_percent |
|
55 |
ph |
|
56 |
cationExchangeCapacity_cmol_kg |
|
57 |
baseSaturation_percent |
|
58 |
emb_soilobs |
|
59 |
locationName |
|
60 |
parentLocationID |
|
61 |
coordinateUncertaintyInMeters__from_coords |
|
62 |
accessRights_verbatim |
|
63 |
decimalLatitude |
|
64 |
decimalLongitude |
|
65 |
locality |
|
66 |
footprintWKT |
|
67 |
plotArea_m2 |
|
68 |
elevationInMeters |
|
69 |
slopeAspect |
|
70 |
minSlopeAspect |
|
71 |
maxSlopeAspect |
|
72 |
slopeGradient |
|
73 |
minSlopeGradient |
|
74 |
maxSlopeGradient |
|
75 |
landform |
|
76 |
stateProvince |
|
77 |
country |
|
78 |
continent |
|
79 |
county |
|
80 |
accessRights |
|
81 |
coordinateUncertaintyInMeters__from_fuzzing |
|
82 |
coordinateUncertaintyInMeters |
|
83 |
taxonOccurrenceID |
inputs/VegBank/verify/input_cols.include.txt.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/util.run |
|
3 |
.rel ../../../lib/sh/local.sh |
|
4 |
|
|
5 |
if self_not_included; then |
|
6 |
|
|
7 |
filter() |
|
8 |
{ |
|
9 |
echo_func |
|
10 |
<"${top_file/.include./.}" echo_run filter_out_cs 0 \ |
|
11 |
<(sed 's/ #.*$//' "${top_file/.include./.exclude.}") >"$top_file" |
|
12 |
} |
|
13 |
|
|
14 |
all() |
|
15 |
{ |
|
16 |
echo_func |
|
17 |
filter |
|
18 |
} |
|
19 |
|
|
20 |
fi |
|
0 | 21 |
Also available in: Unified diff
added inputs/VegBank/verify/input_cols.include.txt, with runscript to generate it