Project

General

Profile

« Previous | Next » 

Revision 9410

inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): remove explicit cols list to include all cols. the file size of the generated table.tsv will increase by ~3x, but should remain reasonably-sized compared to our available disk space.

View differences:

inputs/GBIF/raw_occurrence_record/run
8 8
{
9 9
	echo_func; set_make_vars
10 10
	
11
	cols='
12
	id, institution_code, collection_code, catalogue_number,
13
	scientific_name,
14
	family, genus, species, subspecies/*helps TNRS to resolve species*/,
15
	latitude, longitude, country, state_province, county, locality' \
16 11
	filter="
17 12
institution_code IN ($(cat "$top_dir"/herbaria.sql))" \
18 13
table.tsv/make__src_table_run

Also available in: Unified diff