Revision 9769
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
82 | 82 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='contains all of IH.vegpath.org?&Index+Herbariorum' |
83 | 83 |
EOF |
84 | 84 |
) || skip_table || return 0 |
85 |
|
|
86 |
time ( |
|
85 | 87 |
mysql_ANSI <<EOF |
86 | 88 |
INSERT INTO "herbaria_filter" |
87 | 89 |
SELECT institution_code FROM plant_fraction_for_herbaria_filter |
88 | 90 |
EOF |
89 | 91 |
append=1 mysql_import <"$top_dir"/herbaria_filter.ih.csv_ |
92 |
) || return |
|
90 | 93 |
} |
91 | 94 |
|
92 | 95 |
herbaria_filter/seal() |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: herbaria_filter/make(): time the population of herbaria_filter