GRASS and Sextante: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(new)
 
Line 30: Line 30:
  # todo: help
  # todo: help
   
   
If you installed it with JRE usage (default), you now have to remove
If you installed it with JRE usage (default), you now have to remove some files to avoid conflicts with the main gvSIG installation:
  rm -f sextante_flowTools-0.55.jar flowmap.jar j3dcore.jar prefuse*.jar vecmath-1.3.jar
  rm -f sextante_flowTools-0.55.jar flowmap.jar j3dcore.jar prefuse*.jar vecmath-1.3.jar jts-1.9.jar


Now you can launch gvSIG, from the Desktop or via (adjust path):
Now you can launch gvSIG, from the Desktop or via (adjust path):

Revision as of 14:06, 1 April 2010

GRASS has been integrated into Sextante as extension. Sextante itself is commonly used within gvSIG. Through this integration, gvSIG users have access to the wealth of well tested algorithms provided by GRASS.

How to install

  1. Download gvSIG binaries from here
  2. Download Raster Pilot from here
  3. Download Sextante binaries from here

Linux

Now you have three files, for example: gvSIG-1_1_x-raster_pilot-BN7-linux-i586.bin, gvSIG-1_9-linux-i586-withjre.bin, and sextante.zip

You have to run (follow the dialogs):

sh gvSIG-1_9-linux-i586-withjre.bin
sh gvSIG-1_1_x-raster_pilot-BN7-linux-i586.bin

To install the content of sextante.zip:

mkdir /PATH/TO/gvSIG_1.9/bin/gvSIG/extensiones/es.unex.sextante
cd /PATH/TO/gvSIG_1.9/bin/gvSIG/extensiones/es.unex.sextante
unzip /PATH/TO/sextante.zip "core/*"
mv core/* .
rmdir core
unzip /PATH/TO/sextante.zip "bindings/gvsig_1_9/*"
mv bindings/gvsig_1_9/* .
rmdir bindings/gvsig_1_9 bindings

# todo: help

If you installed it with JRE usage (default), you now have to remove some files to avoid conflicts with the main gvSIG installation:

rm -f sextante_flowTools-0.55.jar flowmap.jar j3dcore.jar prefuse*.jar vecmath-1.3.jar jts-1.9.jar

Now you can launch gvSIG, from the Desktop or via (adjust path):

 /usr/local/gvSIG_1.9/bin/gvSIG.sh

Windows

TBD.

MacOSX

TBD.

How to use

Preparation of GRASS for Sextante

Go into Sextante settings, and set (update paths accordingly to your installation):

 GRASS folder = /usr/local/grass-6.4.svn
 GRASS mapset= <my home dir>/grass/location/<mapset name>


Usage

GRASS is used in an internal temporary session.


See also