Difference between revisions of "MS101 Data"

From Earth Science Information Partners (ESIP)
Line 4: Line 4:
 
* [http://www.mapgeek.org/~pnaciona/ms101_shdrlf_data.tar.gz Raster image used in the workshop examples] (~71Mb)
 
* [http://www.mapgeek.org/~pnaciona/ms101_shdrlf_data.tar.gz Raster image used in the workshop examples] (~71Mb)
 
* [http://www.mapgeek.org/~pnaciona/ms101_grass6_data.tar.gz GRASS mapset used in demo application] (~38Mb)
 
* [http://www.mapgeek.org/~pnaciona/ms101_grass6_data.tar.gz GRASS mapset used in demo application] (~38Mb)
 +
 +
To install, create a directory "/data/www" (or whatever you like):
 +
  sudo mkdir -p /data/www
 +
  sudo chown -R knoppix:knoppix /data/www
 +
  cd /data/www; tar xzvf ~/ms101.tar.gz; tar xzvf ~/ms101_shdrlf_data.tar.gz; tar xzvf ~/ms101_grass6_data.tar.gz
 +
 +
Read /data/www/ms101/README to continue.
  
 
If you would like to see the GRASS/MapServer Demo, a gdal-grass plugin to accompany the LiveCD can be downloaded at [http://www.mapgeek.org/~pnaciona/gdal-grass-1.3.1_bin.tar.gz http://www.mapgeek.org/~pnaciona/gdal-grass-1.3.1_bin.tar.gz].  Untar this package and copy the "gdalplugins" directory to "/usr/lib".  You may then access the demo by replacing the "ms101.map" mapfile with "ms101_grass6.map".
 
If you would like to see the GRASS/MapServer Demo, a gdal-grass plugin to accompany the LiveCD can be downloaded at [http://www.mapgeek.org/~pnaciona/gdal-grass-1.3.1_bin.tar.gz http://www.mapgeek.org/~pnaciona/gdal-grass-1.3.1_bin.tar.gz].  Untar this package and copy the "gdalplugins" directory to "/usr/lib".  You may then access the demo by replacing the "ms101.map" mapfile with "ms101_grass6.map".

Revision as of 07:38, July 11, 2006

"Getting Started With MapServer" Workshop Materials

To install, create a directory "/data/www" (or whatever you like):

 sudo mkdir -p /data/www
 sudo chown -R knoppix:knoppix /data/www
 cd /data/www; tar xzvf ~/ms101.tar.gz; tar xzvf ~/ms101_shdrlf_data.tar.gz; tar xzvf ~/ms101_grass6_data.tar.gz

Read /data/www/ms101/README to continue.

If you would like to see the GRASS/MapServer Demo, a gdal-grass plugin to accompany the LiveCD can be downloaded at http://www.mapgeek.org/~pnaciona/gdal-grass-1.3.1_bin.tar.gz. Untar this package and copy the "gdalplugins" directory to "/usr/lib". You may then access the demo by replacing the "ms101.map" mapfile with "ms101_grass6.map".

Workshop Documentation

Documentation for the materials are included in the core data package. In addition, the README is also available in the Documentation page.

---

Back to the MapServer workshop page