Revision 11563
Added by Paul Sarando about 11 years ago
README.txt | ||
---|---|---|
64 | 64 |
WARNING: deletes any previous geoscrubbing results! |
65 | 65 |
runtime: ~5.5 h |
66 | 66 |
cd <svn_biengeo_root> |
67 |
3. geoscrub.sh [--geoscrub-input=input_dir] |
|
67 |
3. geoscrub.sh [--geoscrub-input=input_dir] [--output-file=geoscrub-output.csv]
|
|
68 | 68 |
- runs the following scripts in order to load and scrub vegbien input data: |
69 | 69 |
* load-geoscrub-input.sh |
70 | 70 |
- dumps geoscrub_input from vegbien and loads it into the geoscrub db |
... | ... | |
75 | 75 |
runtime: 5.5 h |
76 | 76 |
- contains (postgis-extended) SQL statements that score the validity |
77 | 77 |
of GADM2-scrubbed names against given point coordinates |
78 |
- If the --output-file (or -o) option is given, then the final geoscrub table |
|
79 |
will be dumped to the specified output file in CSV format. |
|
78 | 80 |
|
79 | 81 |
[Also see comments embedded in specific scripts in this directory.] |
80 | 82 |
|
Also available in: Unified diff
Added an output CSV file option to geoscrub.sh.