mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-06 10:45:52 +00:00
Use latest version of database
This commit is contained in:
parent
05567e3675
commit
403ff12e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ mkdir -p timezone
|
|||
|
||||
(
|
||||
echo https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries_lakes.zip -o /dev/null -O naturalearth/ne.zip
|
||||
echo https://github.com/evansiroky/timezone-boundary-builder/releases/download/2020a/timezones-with-oceans.shapefile.zip -o /dev/null -O timezone/tz.zip
|
||||
echo https://github.com/evansiroky/timezone-boundary-builder/releases/download/2020d/timezones-with-oceans.shapefile.zip -o /dev/null -O timezone/tz.zip
|
||||
) | xargs -n5 -P2 wget
|
||||
|
||||
cd naturalearth
|
||||
|
|
|
|||
Loading…
Reference in a new issue