Browse Source

init: Add global dataset to download location choices (#544)

Add global natural earth based dataset to download location options (startup, datacatalog).
Brendan Harmon 4 years ago
parent
commit
3641598199
1 changed files with 8 additions and 0 deletions
  1. 8 0
      gui/wxpython/startup/locdownload.py

+ 8 - 0
gui/wxpython/startup/locdownload.py

@@ -80,6 +80,14 @@ LOCATIONS = [
         "label": "GISMentors location, Czech Republic",
         "url": "http://training.gismentors.eu/geodata/grass/gismentors.zip",
     },
+    {
+        "label": "Natural Earth Dataset in WGS84",
+        "url": "https://github.com/baharmon/natural-earth-dataset/archive/natural-earth.zip",
+        "size": "207 MB",
+        "epsg": "4326",
+        "license": "ODC Public Domain Dedication and License 1.0",
+        "maintainer": "Brendan Harmon (brendan.harmon@gmail.com)",
+    },
 ]