Changes between Version 2 and Version 3 of HowToTestGrass6


Ignore:
Timestamp:
Apr 19, 2008, 3:29:49 AM (16 years ago)
Author:
neteler
Comment:

Extract the NC sample data set

Legend:

Unmodified
Added
Removed
Modified
  • HowToTestGrass6

    v2 v3  
    99 * GRASS 6 installation ([wiki:DownloadSource source code] and [http://grass.osgeo.org/download/index.php binaries] download)
    1010 * Educational data set: OSGeo Educational data set North Carolina: [http://grass.osgeo.org/sampledata/nc_spm_07_2007_dec20.tar.gz data] and [http://www.grassbook.org/data_menu3rd.php description].
     11
     12Extract the NC sample data set for GRASS:
     13
     14{{{
     15mkdir $HOME/grassdata
     16tar xvfz nc_spm_07_2007_dec20.tar.gz
     17}}}
     18
    1119
    1220== Start of the program ==