NAME
r.green.install - Check if everything of r.green is correctly installed and configured
KEYWORDS
raster,
renewable energy
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
r.green.install checks 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.
The module installs the missing python librariers for different operating systems and provide a general menu in the grass GUI.
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
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:
Check the list of suggested libraries with the previous table. If they agree, you can proceed with the installation.
If you install the Energy menu, use the following command:
Close GRASS and restart the programm to have in the the menu the session energy with all the r.green modules.
r.green - overview page
Pietro Zambelli (Eurac Research, Bolzano, Italy)
Last changed: $Date: 2018-10-31 12:07:34 +0100 (Wed, 31 Oct 2018) $
SOURCE CODE
Available at: r.green.install source code (history)
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2019
GRASS Development Team,
GRASS GIS 7.4.5svn Reference Manual