Revision 11556
Added by Paul Sarando about 11 years ago
derived/biengeo/README.txt | ||
---|---|---|
29 | 29 |
- creates postgis DB and all base tables |
30 | 30 |
|
31 | 31 |
***** update geoscrub validation data: |
32 |
runtime: ~40 minutes |
|
32 | 33 |
cd <svn_biengeo_root> |
33 | 34 |
2. update_validation_data.sh |
34 | 35 |
- runs the following scripts in order to load validation data: |
35 | 36 |
* update_gadm_data.sh |
37 |
runtime: ~15 minutes (not including download time) |
|
36 | 38 |
- loads GADM2 data into a new (or re-created) gadm2 table |
37 | 39 |
* update_geonames_data.sh |
40 |
runtime: ~25 minutes (not including download time) |
|
38 | 41 |
- loads geonames.org data and adds some custom mapping logic |
39 | 42 |
* geonames-to-gadm.*.sql |
43 |
runtime: ~1 minute |
|
40 | 44 |
- contains SQL statements that build linkages between geonames.org |
41 | 45 |
names and GADM2 names |
42 | 46 |
|
Also available in: Unified diff
Added more approx. runtimes to biengeo README.