Browse Source

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 years ago
parent
commit
c5b9fc94d2
1 changed files with 1 additions and 1 deletions
  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",
-        "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",
         "epsg": "4326",
         "license": "ODC Public Domain Dedication and License 1.0",