[GRASS-SVN] r67883 - grass-addons/grass7/raster/r.green/r.green.install

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 18 09:04:32 PST 2016


Author: Giulia
Date: 2016-02-18 09:04:31 -0800 (Thu, 18 Feb 2016)
New Revision: 67883

Added:
   grass-addons/grass7/raster/r.green/r.green.install/r_green_install_permissions.png
Modified:
   grass-addons/grass7/raster/r.green/r.green.install/r.green.install.html
Log:
r.green: add the manual for the istall modul

Modified: grass-addons/grass7/raster/r.green/r.green.install/r.green.install.html
===================================================================
--- grass-addons/grass7/raster/r.green/r.green.install/r.green.install.html	2016-02-18 16:13:11 UTC (rev 67882)
+++ grass-addons/grass7/raster/r.green/r.green.install/r.green.install.html	2016-02-18 17:04:31 UTC (rev 67883)
@@ -2,7 +2,56 @@
 
 <em>r.green.install</em> 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.
 
+<h2>NOTES</h2>
 
+
+The module installs the missing python librariers for different operating systems and provide a general menu in the grass GUI.
+
+<h3>Microsoft Windows</h3><br><br> 
+You sould have installed <a href="https://grass.osgeo.org/download/software/ms-windows/">GRASS</a> with admin rights, stand-alone installer or OSGeo4W package, in directory with full controll permissions, to be able to intall the r.green modules.
+
+<img src="r_green_install_permissions.png" alt="Microsoft Windows Permissions"><br>
+
+After the installation, please download the following mandatory libraries according with your download (32bit or 64bit) in the installation path:
+<table border="1">
+  <tr>
+    <th>32bit</th>
+    <th>64bit</th>		
+  </tr>
+  <tr>
+    <td>
+    <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/numpy-1.11.0b3+mkl-cp27-cp27m-win32.whl">numpy-1.11.0b3+mkl-cp27-cp27m-win32.whl</a>
+    </td>		
+    <td>
+    <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/numpy-1.11.0b3+mkl-cp27-cp27m-win_amd64.whl">numpy-1.11.0b3+mkl-cp27-cp27m-win_amd64.whl</a>
+    </td>	
+  </tr>
+  <tr>
+    <td>
+    <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/scipy-0.17.0-cp27-none-win_amd64.whl">scipy-0.17.0-cp27-none-win_amd64.whl</a>
+    </td>		
+    <td>
+    <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/scipy-0.17.0-cp27-none-win32.whl">scipy-0.17.0-cp27-none-win32.whl</a>
+    </td>
+  </tr>
+  <tr>
+    <td>
+    <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/numexpr-2.5-cp27-cp27m-win32.whl">numexpr-2.5-cp27-cp27m-win32.whl</a>
+    </td>		
+    <td>
+    <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/numexpr-2.5-cp27-cp27m-win_amd64.whl">numexpr-2.5-cp27-cp27m-win_amd64.whl</a>
+    </td>	
+  </tr>
+</table>
+After the downloading, in the grass Command Console use the following code to install libraries and the r.green menu:
+<div class="code"><pre>
+r.green.istall -ix
+</pre></div><br>
+
+Check the list of suggested libraries with the previous table. If they agree, you can proceede with the installation.
+Close GRASS and restart the programm to have in the the menu the session energy with all the r.green modules.
+
+
 <h2>AUTHORS</h2>
 
 Pietro Zambelli (Eurac Research, Bolzano, Italy)

Added: grass-addons/grass7/raster/r.green/r.green.install/r_green_install_permissions.png
===================================================================
(Binary files differ)


Property changes on: grass-addons/grass7/raster/r.green/r.green.install/r_green_install_permissions.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list