[GRASS-dev] [GRASS GIS] #3525: Removing the behavior of i.maxlik which add the output to input group
GRASS GIS
trac at osgeo.org
Tue Mar 20 08:51:13 PDT 2018
#3525: Removing the behavior of i.maxlik which add the output to input group
-------------------------+-------------------------
Reporter: spareeth | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 8.0.0
Component: Default | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: All |
-------------------------+-------------------------
The final result from i.maxlik is added to input group by default. which
in my opinion is strange. I dont know if there is any reason behind this
behaviour.
In the mapset nc_spm_08_grass7/landsat;
{{{
i.group group=lsat7_2000_NW subgroup=lsat7_2000_NW
input=lsat7_2000_10,lsat7_2000_20,lsat7_2000_30,lsat7_2000_40,lsat7_2000_50
i.cluster group=lsat7_2000_NW subgroup=lsat7_2000_NW
signaturefile=sig_cluster_lsat2000 classes=10
reportfile=rep_clust_lsat2000.txt
i.maxlik group=lsat7_2000_NW subgroup=lsat7_2000_NW
signaturefile=sig_cluster_lsat2000 output=lsat7_2000_cluster_10classes
reject=lsat7_2002_cluster_reject
i.group lsat7_2000_NW -l
group <lsat7_2000_NW> references the following raster maps
-------------
<lsat7_2000_10 at landsat>
<lsat7_2000_20 at landsat>
<lsat7_2000_30 at landsat>
<lsat7_2000_40 at landsat>
<lsat7_2000_50 at landsat>
<lsat7_2000_cluster_10classes at landsat>
<lsat7_2002_cluster_reject at landsat>
}}}
Would be better to remove this behaviour in future release.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3525>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list