[GRASS-SVN] r47807 -
grass-addons/grass7/raster/r.modis/r.modis.import
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 21 17:38:18 EDT 2011
Author: neteler
Date: 2011-08-21 14:38:18 -0700 (Sun, 21 Aug 2011)
New Revision: 47807
Modified:
grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html
grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.py
Log:
typos + GRASS writing style
Modified: grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html
===================================================================
--- grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html 2011-08-21 21:33:16 UTC (rev 47806)
+++ grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html 2011-08-21 21:38:18 UTC (rev 47807)
@@ -25,33 +25,33 @@
<h2>EXAMPLES</h2>
-Import a single file with the default subset with QA layer analisys to remove bad pixels
+Import a single file with the default subset with QA layer analysis to remove bad pixels:
<div class="code"><pre>
r.modis.import dsn=/path/to/file mrtpath=/path/to/mrt
</pre></div>
-Import more files with the default subset with QA layer
+Import more files with the default subset with QA layer:
<div class="code"><pre>
r.modis.import filename=/path/to/listfile mrtpath=/path/to/mrt
</pre></div>
-Import more files like daily mosaic with the default subset without QA layer
+Import more files like daily mosaic with the default subset without QA layer:
<div class="code"><pre>
r.modis.import filename=/path/to/listfile mrtpath=/path/to/mrt
</pre></div>
-Import a single file with the default subset without QA layer analisys and it doesn't
-rescale the pixel
+Import a single file with the default subset without QA layer analysis and without
+rescaling the pixel:
<div class="code"><pre>
r.modis.import -r dsn=/path/to/file mrtpath=/path/to/mrt
</pre></div>
-Import a single file with your own subset of layers (for power user)
+Import a single file with your own subset of layers (for power user):
<div class="code"><pre>
r.modis.import dsn=/path/to/file mrtpath=/path/to/mrt spectral="( 1 0 1 0)"
</pre></div>
-Import more files with your own subset of layers and without QA layer analisys (for power user)
+Import more files with your own subset of layers and without QA layer analysis (for power users):
<div class="code"><pre>
r.modis.import -q filename=/path/to/listfile mrtpath=/path/to/mrt spectral="( 1 )"
</pre></div>
Modified: grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.py
===================================================================
--- grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.py 2011-08-21 21:33:16 UTC (rev 47806)
+++ grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.py 2011-08-21 21:38:18 UTC (rev 47807)
@@ -36,11 +36,11 @@
#%end
#%flag
#% key: q
-#% description: Doesn't use the QA map, don't use with "r" flag
+#% description: Do not use the QA map, do not use with "r" flag
#%end
#%flag
#% key: r
-#% description: Doesn't resampling the output map
+#% description: Do not resample the output map
#%end
#%option
#% key: mrtpath
More information about the grass-commit
mailing list