Revision 14530
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
228 | 228 |
To view progress: |
229 | 229 |
tail -100 inputs/.TNRS/tnrs/logs/tnrs.make.log.sql |
230 | 230 |
To re-run geoscrubbing: |
231 |
> SET search_path = [version]; |
|
232 |
> SELECT geoscrub_input_view_modify(); |
|
233 |
$ rm=1 exports/geoscrub_input.csv.run # runtime: 30 s |
|
234 | 231 |
$ screen |
235 | 232 |
# press Enter |
233 |
# to use an import other than public: $ export version=<version> |
|
234 |
$ bin/psql_verbose_vegbien <<<'SELECT geoscrub_input_view_modify();' & |
|
235 |
$ rm=1 exports/geoscrub_input.csv.run # runtime: 30 s |
|
236 | 236 |
$ rm=1 inputs/.geoscrub/geoscrub_output/geoscrub.csv.run & |
237 | 237 |
# runtime: 2.5 h |
238 | 238 |
# wait until done |
Also available in: Unified diff
/README.TXT: Full database import: converted database commands to command-line commands to make them easier to run