mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-27 14:57:40 +00:00
Do not output wget log
This commit is contained in:
parent
08927dd109
commit
91fcb5f9fe
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ rm -rf out naturalearth timezone db.zip
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
mkdir -p out_v1
|
mkdir -p out_v1
|
||||||
mkdir -p naturalearth; cd naturalearth
|
mkdir -p naturalearth; cd naturalearth
|
||||||
wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries_lakes.zip
|
wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries_lakes.zip -o /dev/null
|
||||||
unzip ne_10m_admin_0_countries_lakes.zip
|
unzip ne_10m_admin_0_countries_lakes.zip
|
||||||
cd ..
|
cd ..
|
||||||
./builder C naturalearth/ne_10m_admin_0_countries_lakes ./out/country16.bin 16 "Made with Natural Earth, placed in the Public Domain." 0
|
./builder C naturalearth/ne_10m_admin_0_countries_lakes ./out/country16.bin 16 "Made with Natural Earth, placed in the Public Domain." 0
|
||||||
|
|
@ -17,7 +17,7 @@ cd ..
|
||||||
./builder C naturalearth/ne_10m_admin_0_countries_lakes ./out_v1/country21.bin 21 "Made with Natural Earth, placed in the Public Domain." 1
|
./builder C naturalearth/ne_10m_admin_0_countries_lakes ./out_v1/country21.bin 21 "Made with Natural Earth, placed in the Public Domain." 1
|
||||||
|
|
||||||
mkdir timezone; cd timezone
|
mkdir timezone; cd timezone
|
||||||
wget https://github.com/evansiroky/timezone-boundary-builder/releases/download/2019b/timezones.shapefile.zip
|
wget https://github.com/evansiroky/timezone-boundary-builder/releases/download/2019b/timezones.shapefile.zip -o /dev/null
|
||||||
unzip timezones.shapefile.zip
|
unzip timezones.shapefile.zip
|
||||||
cd ..
|
cd ..
|
||||||
./builder T timezone/dist/combined-shapefile ./out/timezone16.bin 16 "Contains data from Natural Earth, placed in the Public Domain. Contains information from https://github.com/evansiroky/timezone-boundary-builder, which is made available here under the Open Database License (ODbL)." 0
|
./builder T timezone/dist/combined-shapefile ./out/timezone16.bin 16 "Contains data from Natural Earth, placed in the Public Domain. Contains information from https://github.com/evansiroky/timezone-boundary-builder, which is made available here under the Open Database License (ODbL)." 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue