Skip to content

Commit

Permalink
wxGUI: fix URL to Piemonte (Italy) dataset (#3443)
Browse files Browse the repository at this point in the history
The dataset belongs to the book

L. Casagrande, P. Cavallini, A. Frigeri, A. Furieri, I. Marchesini, M. Neteler, 2012: GIS Open Source. GRASS GIS, Quantum GIS e Spatialite.
ISBN 9788857901497. 224 pages, Dario Flaccovio Editore S.r.l.

The dataset URL is now updated to the new download space:

https://grass.osgeo.org/sampledata/grassdata_piemonte_utm32n_wgs84_grass7.tar.gz

(size: 291MB)

Fixes #3292
  • Loading branch information
neteler committed Feb 21, 2024
1 parent 381f661 commit e0f9153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/startup/locdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"label": "Piemonte, Italy data set",
"url": "http://geodati.fmach.it/gfoss_geodata/libro_gfoss/grassdata_piemonte_utm32n_wgs84_grass7.tar.gz",
"url": "https://grass.osgeo.org/sampledata/grassdata_piemonte_utm32n_wgs84_grass7.tar.gz",
},
{
"label": "Slovakia 3D precipitation voxel data set",
Expand Down

0 comments on commit e0f9153

Please sign in to comment.