[GRASS-dev] [GRASS GIS] #2238: minor change in r.stream.segment syntax
GRASS GIS
trac at osgeo.org
Sat Mar 29 10:20:50 PDT 2014
#2238: minor change in r.stream.segment syntax
------------------------------+---------------------------------------------
Reporter: madi | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: r.stream.segment | Platform: Unspecified
Cpu: Unspecified |
------------------------------+---------------------------------------------
Changes (by neteler):
* component: Default => Raster
Comment:
Done in r59509 (trunk) and r59510 (releasebranch_7_0).
BTW: the param description wording is a bit odd.
{{{
in_stm_opt = G_define_standard_option(G_OPT_R_INPUT);
in_stm_opt->key = "stream_rast";
in_stm_opt->description = _("Name of input streams mask raster map");
in_dir_opt = G_define_standard_option(G_OPT_R_INPUT);
in_dir_opt->key = "direction";
in_dir_opt->description = _("Name for input raster map with flow
direction");
}}}
and should perhaps be sync'ed to that of "direction" (in all modules).
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2238#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list