[GRASS-SVN] r68512 - in grass/branches/releasebranch_7_0: scripts/r.import temporal/t.register

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 25 09:51:19 PDT 2016


Author: neteler
Date: 2016-05-25 09:51:19 -0700 (Wed, 25 May 2016)
New Revision: 68512

Modified:
   grass/branches/releasebranch_7_0/scripts/r.import/r.import.html
   grass/branches/releasebranch_7_0/temporal/t.register/t.register.html
Log:
r.import + t.register manuals: minor updates

Modified: grass/branches/releasebranch_7_0/scripts/r.import/r.import.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.import/r.import.html	2016-05-25 16:50:20 UTC (rev 68511)
+++ grass/branches/releasebranch_7_0/scripts/r.import/r.import.html	2016-05-25 16:51:19 UTC (rev 68512)
@@ -86,7 +86,7 @@
 
 
 <h3>Import of WorldClim data</h3>
-Import of a subset from WorldClim <a href="http://worldclim.org/current">Bioclim data set</a>,
+Import of a subset from WorldClim <a href="http://worldclim.org/bioclim">Bioclim data set</a>,
 to be reprojected to current location projection (North Carolina sample dataset).
 Different resolutions are available, in this example we use the 2.5 arc-minutes
 resolution data. During import, we spatially subset the world data to the 
@@ -94,9 +94,10 @@
 
 <div class="code"><pre>
 # download selected Bioclim data (2.5 arc-minutes resolution)
+# optionally tiles are available for the 30 arc-sec resolution
 wget http://biogeo.ucdavis.edu/data/climate/worldclim/1_4/grid/cur/bio_2-5m_bil.zip
 
-# extract BIO1 from package:
+# extract BIO1 from package (BIO1 = Annual Mean Temperature):
 unzip bio_2-5m_bil.zip bio1.bil bio1.hdr
 
 # prior to import, fix broken WorldClim extent using GDAL tool
@@ -110,6 +111,7 @@
 r.import input=bio1_fixed.tif output=bioclim01 resample=bilinear \
          extent=region resolution=region -n
 
+# temperature data are in °C * 10
 r.info bioclim01
 r.univar -e bioclim01
 </pre></div>

Modified: grass/branches/releasebranch_7_0/temporal/t.register/t.register.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.register/t.register.html	2016-05-25 16:50:20 UTC (rev 68511)
+++ grass/branches/releasebranch_7_0/temporal/t.register/t.register.html	2016-05-25 16:51:19 UTC (rev 68512)
@@ -233,9 +233,11 @@
 <em>
 <a href="t.create.html">t.create</a>,
 <a href="t.info.html">t.info</a>
-<a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing/maps_registration">Maps registration examples in Temporal data processing Wiki</a>
 </em>
 
+<p>
+<a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing/maps_registration">Maps registration examples in Temporal data processing Wiki</a>
+
 <h2>AUTHOR</h2>
 
 Sören Gebbert, Thünen Institute of Climate-Smart Agriculture



More information about the grass-commit mailing list