[GRASS-dev] [GRASS GIS] #1718: r.resamp.rst broken in GRASS 7
GRASS GIS
trac at osgeo.org
Sun Apr 20 10:25:51 PDT 2014
#1718: r.resamp.rst broken in GRASS 7
-----------------------+----------------------------------------------------
Reporter: rsbivand | Owner: grass-dev@…
Type: defect | Status: closed
Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-releasebranch70
Resolution: fixed | Keywords: r.resamp.rst
Platform: All | Cpu: Unspecified
-----------------------+----------------------------------------------------
Changes (by neteler):
* status: new => closed
* version: svn-trunk => svn-releasebranch70
* resolution: => fixed
Comment:
Tested successfully in current 7.0.svn:
{{{
GRASS 7.0.0svn (spearfish60_grass7):~ > g.region rast=elevation.dem
GRASS 7.0.0svn (spearfish60_grass7):~ > r.univar elevation.dem -g
n=292317
null_cells=2661
cells=294978
min=1066
max=1840
range=774
mean=1353.66931789804
mean_of_abs=1353.66931789804
stddev=177.040679835105
variance=31343.402316476
coeff_var=13.0785766874004
sum=395700554
GRASS 7.0.0svn (spearfish60_grass7):~ > r.resamp.rst --overwrite --verbose
input=elevation.dem at PERMANENT ew_res=15 ns_res=15 elev=elev15
Processing all selected output files will require
4.50 MB of disk space for temp files.
Temporarily changing the region to desired resolution ...
Changing back to the original region ...
Percent complete:
100%
dnorm in ressegm after grid before out2= 388.844442
dnorm in mainc after grid before out1= 388.844442
dnorm in mainc after grid before out2= 388.844442
Temporarily changing the region to desired resolution...
Changing the region back to initial...
r.resamp.rst complete.
GRASS 7.0.0svn (spearfish60_grass7):~ > r.univar elev15 -g
n=1179912
null_cells=0
cells=1179912
min=1066.04113769531
max=1840.59228515625
range=774.551147460938
mean=1353.60878808034
mean_of_abs=1353.60878808034
stddev=177.077330758482
variance=31356.3810685488
coeff_var=13.0818691720825
sum=1597139252.36145
}}}
Closing as fixed.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1718#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list