Skip to content

Commit

Permalink
NC full sample dataset: new URL (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Mar 16, 2021
1 parent 98347de commit 41162a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/examples/test_framework_GRASS_GIS_with_NC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41162a9

Please sign in to comment.