grass icon indicating copy to clipboard operation
grass copied to clipboard

[Bug] Download Piemonte, Italy data set location failed and return HTTP Error 404: Not found

Open tmszi opened this issue 1 year ago • 1 comments

Describe the bug Download Piemonte, Italy data set location failed and return HTTP Error 404: Not found

To Reproduce Steps to reproduce the behavior:

  1. Launch wxGUI
  2. From the Data catalog pane toolbar activate Location Download dialog
  3. From the choice widget choices choose Piemonte, Italy data set item
  4. Hit Download button
  5. See error message

Expected behavior Download Piemonte, Italy data set location should work.

Screenshots wxgui_location_download_dialog_piemonte_dataset_failed

System description (please complete the following information):

  • Operating System: all
  • GRASS GIS version: all

tmszi avatar Dec 07 '23 07:12 tmszi

@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 avatar Dec 07 '23 08:12 neteler

@neteler finally I found the tar.gz file, you can download it from this link.

I suggest to move it to GRASS website server

lucadelu avatar Feb 21 '24 08:02 lucadelu

@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

neteler avatar Feb 21 '24 13:02 neteler