grass
grass copied to clipboard
[Bug] Download Piemonte, Italy data set location failed and return HTTP Error 404: Not found
Describe the bug Download Piemonte, Italy data set location failed and return HTTP Error 404: Not found
To Reproduce Steps to reproduce the behavior:
- Launch wxGUI
- From the Data catalog pane toolbar activate Location Download dialog
- From the choice widget choices choose Piemonte, Italy data set item
- Hit Download button
- See error message
Expected behavior Download Piemonte, Italy data set location should work.
Screenshots
System description (please complete the following information):
- Operating System: all
- GRASS GIS version: all
@lucadelu if you have a copy of the dataset, we may store it here: https://grass.osgeo.org/sampledata/ (I can upload it then). Seems I don't have the file...
The path then to be updated here: https://github.com/OSGeo/grass/blob/e8c58f55bbc8ddab7f53dadf45b4c370c811181d/gui/wxpython/startup/locdownload.py#L60
@neteler finally I found the tar.gz file, you can download it from this link.
I suggest to move it to GRASS website server
@neteler finally I found the tar.gz file, you can download it from this link.
This is great!
I suggest to move it to GRASS website server
Yes, done: https://grass.osgeo.org/sampledata/grassdata_piemonte_utm32n_wgs84_grass7.tar.gz
I have fixed it in the GUI, see #3443