mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
Update download URLs to make new version
This commit is contained in:
parent
dcbf759fa4
commit
082fa6b148
1 changed files with 4 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ mkdir -p naturalearth
|
|||
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/2023b/timezones-with-oceans.shapefile.zip -o /dev/null -O timezone/tz.zip
|
||||
echo https://naciscdn.org/naturalearth/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/2024b/timezones-with-oceans.shapefile.zip -o /dev/null -O timezone/tz.zip
|
||||
) | xargs -n5 -P2 wget
|
||||
|
||||
cd naturalearth
|
||||
|
|
@ -37,6 +37,8 @@ echo "T timezone/combined-shapefile-with-oceans ./out_v1/timezone16.bin 16 \"Con
|
|||
echo "T timezone/combined-shapefile-with-oceans ./out_v1/timezone21.bin 21 \"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\).\" 1";
|
||||
) | xargs -n 6 -P4 ./builder
|
||||
|
||||
exit
|
||||
|
||||
rm -rf timezone naturalearth
|
||||
|
||||
zip db.zip out/* out_v1/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue