Revision 14447
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
227 | 227 |
make scrub & |
228 | 228 |
To view progress: |
229 | 229 |
tail -100 inputs/.TNRS/tnrs/logs/tnrs.make.log.sql |
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 |
$ screen |
|
235 |
# press Enter |
|
236 |
$ rm=1 inputs/.geoscrub/geoscrub_output/geoscrub.csv.run & |
|
237 |
# runtime: 2.5 h |
|
238 |
# wait until done |
|
239 |
$ rm=1 inputs/.geoscrub/run & |
|
240 |
# wait until done |
|
241 |
# re-create public-schema views that were cascadingly deleted |
|
242 |
# press Ctrl+D |
|
243 |
# remake the analytical DB (below) |
|
230 | 244 |
To remake analytical DB: |
231 | 245 |
To use an import other than public: export version=<version> |
232 | 246 |
bin/make_analytical_db & # runtime: 13 h ("12:43:57elapsed") |
Also available in: Unified diff
/README.TXT: Full database import: added steps to re-run geoscrubbing