瀏覽代碼

wxGUI/datacatalog: Changed Natural Earth dataset URL from GitHub to Zenodo (#867)

Using more stable location at Zenodo instead of GitHub.

Using tarball instead of the original ZIP because ZIP from Zenodo is currently not handled properly.
Brendan Harmon 4 年之前
父節點
當前提交
c5b9fc94d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/startup/locdownload.py

+ 1 - 1
gui/wxpython/startup/locdownload.py

@@ -84,7 +84,7 @@ LOCATIONS = [
     },
     },
     {
     {
         "label": "Natural Earth Dataset in WGS84",
         "label": "Natural Earth Dataset in WGS84",
-        "url": "https://github.com/baharmon/natural-earth-dataset/archive/natural-earth.zip",
+        "url": "https://zenodo.org/record/3968936/files/natural-earth-dataset.tar.gz",
         "size": "207 MB",
         "size": "207 MB",
         "epsg": "4326",
         "epsg": "4326",
         "license": "ODC Public Domain Dedication and License 1.0",
         "license": "ODC Public Domain Dedication and License 1.0",