mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
Update database to 2023b
This commit is contained in:
parent
dfa5eb0444
commit
528960dd41
2 changed files with 2 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/2022f/timezones-with-oceans.shapefile.zip -o /dev/null -O timezone/tz.zip
|
||||
echo https://github.com/evansiroky/timezone-boundary-builder/releases/download/2023b/timezones-with-oceans.shapefile.zip -o /dev/null -O timezone/tz.zip
|
||||
) | xargs -n5 -P2 wget
|
||||
|
||||
cd naturalearth
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ result["America/Argentina/San_Luis"] = "AR";
|
|||
result["America/Argentina/Rio_Gallegos"] = "AR";
|
||||
result["America/Argentina/Ushuaia"] = "AR";
|
||||
result["America/Nuuk"] = "GL";
|
||||
result["America/Ciudad_Juarez"] = "MX";
|
||||
result["Pacific/Pago_Pago"] = "AS";
|
||||
result["Europe/Vienna"] = "AT";
|
||||
result["Australia/Lord_Howe"] = "AU";
|
||||
|
|
|
|||
Loading…
Reference in a new issue