[GRASS-SVN] r51636 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 16 17:37:16 EDT 2012
Author: huhabla
Date: 2012-05-16 14:37:15 -0700 (Wed, 16 May 2012)
New Revision: 51636
Modified:
grass/trunk/REQUIREMENTS.html
Log:
Added NetCDF to requirements
Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html 2012-05-16 21:36:09 UTC (rev 51635)
+++ grass/trunk/REQUIREMENTS.html 2012-05-16 21:37:15 UTC (rev 51636)
@@ -69,6 +69,9 @@
<li><b>XDR</b> for raster I/O management (commonly provided on *NIX systems)<br>
<a href="https://svn.r-project.org/R/trunk/src/extra/xdr">https://svn.r-project.org/R/trunk/src/extra/xdr</a>
+<li><b>python-dateutil</b> (for time stamp parsing in the temporal GIS framework)<br>
+<a href="http://pypi.python.org/pypi/python-dateutil">http://pypi.python.org/pypi/</a>
+
</ul>
<h3>
@@ -107,7 +110,10 @@
<I>Note: LAPACK/BLAS support is intended for future module implementations, no need to
use it at time!</I>
+<li><b>NetCDF</b> (for 3d raster netcdf export)<br>
+<a href="http://www.unidata.ucar.edu/software/netcdf/">http://www.unidata.ucar.edu/software/netcdf/</a>
+
<li><b>libpng</b> (for r.out.png and the PNG driver), usually already installed.<br>
<a href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a>
@@ -162,9 +168,6 @@
gui/wxpython/README)<br>
<a href="http://www.wxpython.org">http://www.wxpython.org</a>
-<li><b>python-dateutil</b> (for temporal functions)<br>
-<a href="http://pypi.python.org/pypi/python-dateutil">http://pypi.python.org/pypi/</a>
-
<li><b>NumPy >= 1.0.4</b> (for wxPython-based GUI tools, see
file gui/wxpython/README)<br>
<a href="http://numpy.scipy.org">http://numpy.scipy.org</a>
More information about the grass-commit
mailing list