Browse Source

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 năm trước cách đây
mục cha
commit
41162a9886
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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