Revision 9662
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
62 | 62 |
) || table=plant_fraction_for_herbaria_filter skip_table || return 0 |
63 | 63 |
} |
64 | 64 |
|
65 |
herbaria_filter.plant_fraction.csv_/make() |
|
66 |
{ |
|
67 |
echo_func; set_make_vars; check_target_exists |
|
68 |
|
|
69 |
use_local_remote |
|
70 |
plant_fraction/make |
|
71 |
table=plant_fraction_for_herbaria_filter cols=institution_code to_target \ |
|
72 |
mysql_export |
|
73 |
} |
|
74 |
|
|
75 | 65 |
herbaria_filter/make() |
76 | 66 |
{ |
77 | 67 |
echo_func; set_make_vars |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: removed no longer used herbaria_filter.plant_fraction.csv_/make(). use plant_fraction_for_herbaria_filter view instead.