Project

General

Profile

« Previous | Next » 

Revision 9484

inputs/GBIF/raw_occurrence_record/run: added herbaria_filter.plant_fraction.csv_/make(), which exports the plant_fraction herbaria whose plant_fraction >= 0.8

View differences:

inputs/GBIF/raw_occurrence_record/run
30 30
EOF
31 31
}
32 32

  
33
herbaria_filter.plant_fraction.csv_/make()
34
{
35
	echo_func; set_make_vars; check_target_exists
36
	
37
	use_local_remote
38
	plant_fraction.table/make
39
	table=plant_fraction cols=institution_code filter='plant_fraction >= 0.8' \
40
to_target mysql_export
41
}
42

  
33 43
herbaria_filter.table/make()
34 44
{
35 45
	echo_func; set_make_vars

Also available in: Unified diff