Skip to content

Commit

Permalink
init: Add global dataset to download location choices (#544)
Browse files Browse the repository at this point in the history
Add global natural earth based dataset to download location options (startup, datacatalog).
  • Loading branch information
baharmon committed Jul 21, 2020
1 parent 4dee620 commit 3641598
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gui/wxpython/startup/locdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@
"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)",
},
]


Expand Down

0 comments on commit 3641598

Please sign in to comment.