GRASS logo

NAME

r.green.install - Check if evrything is corectly installed and configured

KEYWORDS

raster

SYNOPSIS

r.green.install
r.green.install --help
r.green.install [-ix] [--help] [--verbose] [--quiet] [--ui]

Flags:

-i
Install missing libraries
-x
Add r.green menu to the GRASS GUI
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Table of contents

DESCRIPTION

r.green.install check that all the necessary python libraries like scipy and numexpr are present in the python path. The module also check post-installation troubles that sometimes may occur.

NOTES

The module installs the missing python librariers for different operating systems and provide a general menu in the grass GUI.

Microsoft Windows

You should install GRASS with admin rights, stand-alone installer or OSGeo4W package, in directory with full controll permissions, to be able to intall the r.green modules.
Microsoft Windows Permissions
Microsoft Windows Permissions


The r.green modules are based on python libraries. The module r.green.install -i is able to download and install them. However some troubles can raise due to new links or versions. In this case, you can manually download the following libraries in your GRASS installation directory from http://www.lfd.uci.edu/~gohlke/pythonlibs/ according with your GRASS download (32bit or 64bit):
32bit 64bit
numpy-1.11.0b3+mkl-cp27-cp27m-win32.whl numpy-1.11.0b3+mkl-cp27-cp27m-win_amd64.whl
scipy-0.17.0-cp27-none-win32.whl scipy-0.17.0-cp27-none-win_amd64.whl
numexpr-2.5-cp27-cp27m-win32.whl numexpr-2.5-cp27-cp27m-win_amd64.whl
After the downloading, in the grass Command Console use the following code to install libraries and the r.green menu:
r.green.istall -i

Check the list of suggested libraries with the previous table. If they agree, you can proceede with the installation. If you install the Energy menu, use the following command:
r.green.istall -x

Close GRASS and restart the programm to have in the the menu the session energy with all the r.green modules.

AUTHORS

Pietro Zambelli (Eurac Research, Bolzano, Italy)

Last changed: $Date: 2016-02-22 11:56:16 +0100 (Mon, 22 Feb 2016) $

SOURCE CODE

Available at: r.green.install source code (history)


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2018 GRASS Development Team, GRASS GIS 7.4.1svn Reference Manual