File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
set -e;
3
3
4
4
# per-source downloads
5
- function download_wof(){ compose_run ' whosonfirst' ' ./bin/download' ; }
6
- function download_oa(){ compose_run ' openaddresses' ' ./bin/download' ; }
7
- function download_osm(){ compose_run ' openstreetmap' ' ./bin/download' ; }
8
- function download_geonames(){ compose_run ' geonames' ' ./bin/download' ; }
9
- function download_tiger(){ compose_run ' interpolation' ' ./bin/download-tiger' ; }
10
- function download_transit(){ compose_run ' transit' ' ./bin/download' ; }
11
- function download_csv(){ compose_run ' csv-importer' ' ./bin/download' ; }
5
+ function download_wof(){ compose_run -T ' whosonfirst' ' ./bin/download' ; }
6
+ function download_oa(){ compose_run -T ' openaddresses' ' ./bin/download' ; }
7
+ function download_osm(){ compose_run -T ' openstreetmap' ' ./bin/download' ; }
8
+ function download_geonames(){ compose_run -T ' geonames' ' ./bin/download' ; }
9
+ function download_tiger(){ compose_run -T ' interpolation' ' ./bin/download-tiger' ; }
10
+ function download_transit(){ compose_run -T ' transit' ' ./bin/download' ; }
11
+ function download_csv(){ compose_run -T ' csv-importer' ' ./bin/download' ; }
12
12
13
13
register ' download' ' wof' ' (re)download whosonfirst data' download_wof
14
14
register ' download' ' oa' ' (re)download openaddresses data' download_oa
You can’t perform that action at this time.
0 commit comments