Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
41162a9886
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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