Sfoglia il codice sorgente

NC full sample dataset: new URL (#1463)

Moved (due to server failure) from

http://fatra.cnr.ncsu.edu/data/nc_spm_full_v2alpha2.tar.gz

to

https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz
Markus Neteler 4 anni fa
parent
commit
802cbc7c0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      testsuite/examples/test_framework_GRASS_GIS_with_NC.sh

+ 1 - 1
testsuite/examples/test_framework_GRASS_GIS_with_NC.sh

@@ -102,7 +102,7 @@ mkdir -p $GRASSDATA
 
 # fetch sample data
 SAMPLEDATA=nc_spm_full_v2alpha
-(cd $GRASSDATA ; wget -c http://fatra.cnr.ncsu.edu/data/$SAMPLEDATA.tar.gz ; tar xfz $SAMPLEDATA.tar.gz --strip-components 2)
+(cd $GRASSDATA ; wget -c https://grass.osgeo.org/sampledata/north_carolina/$SAMPLEDATA.tar.gz ; tar xfz $SAMPLEDATA.tar.gz --strip-components 2)
 
 set -x