Revision 11364
Added by Aaron Marcuse-Kubitza about 11 years ago
geoscrub.csv.run | ||
---|---|---|
8 | 8 |
make() # usage: rm=1 .../self.run make |
9 | 9 |
{ |
10 | 10 |
echo_func; require_remote |
11 |
local_export database=geoscrub |
|
12 |
table=geoscrub to_top_file pg_as_root pg_export |
|
11 |
local_export database=geoscrub table=geoscrub \ |
|
12 |
cols='decimallatitude,decimallongitude,country,stateprovince,county,countrystd'\ |
|
13 |
',stateprovincestd,countystd,latlonvalidity,countryvalidity,'\ |
|
14 |
'stateprovincevalidity,countyvalidity' # str b/c env vars don't support arrays |
|
15 |
to_top_file pg_as_root pg_export # runtime: 30 s ("0m30.352s") |
|
13 | 16 |
} |
14 | 17 |
|
18 |
# upload time: 1.5 min ("0:01:17") |
|
19 |
|
|
15 | 20 |
all() # usage: rm=1 .../self.run |
16 | 21 |
{ |
17 | 22 |
echo_func |
Also available in: Unified diff
bugfix: inputs/.geoscrub/geoscrub_output/geoscrub.csv.run: include only the columns that Jim provided in his extract (the geoscrub table contains additional internal columns that are not part of the geovalidation data for VegBIEN). documented runtime (30 s) and upload time (1.5 min).