Re: [GRASS-dev] [GRASS GIS] #2592: r.mapcalc: add -l flag

2016-08-23 Thread GRASS GIS
#2592: r.mapcalc: add -l flag
--+-
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  normal   |  Milestone:  7.2.0
 Component:  Raster   |Version:  svn-trunk
Resolution:  fixed|   Keywords:  r.mapcalc
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed
 * milestone:  7.0.5 => 7.2.0


Comment:

 Implemented for GRASS 7.2. Backport for 7.0 is not planned (new feature).

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2592: r.mapcalc: add -l flag

2015-12-01 Thread GRASS GIS
#2592: r.mapcalc: add -l flag
--+-
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.0.3
 Component:  Raster   |Version:  svn-trunk
Resolution:   |   Keywords:  r.mapcalc
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by glynn):

 Replying to [ticket:2592 martinl]:
 > Add new flag to list inputs and outputs:

 Try r67000.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2592: r.mapcalc: add -l flag

2015-11-26 Thread GRASS GIS
#2592: r.mapcalc: add -l flag
--+-
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.0.3
 Component:  Raster   |Version:  svn-trunk
Resolution:   |   Keywords:  r.mapcalc
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Description changed by neteler:

Old description:

> Add new flag to list inputs and outputs:
>
> {{{
> r.mapcalc -l "test1 = test2 + test3 + 5"
> input=test2,test3
> output=test1
> }}}
>
> From #2409:
>
> {{{
>  Such an option would be fairly simple to add. Most of the relevant logic
> is already present in execute() in r.mapcalc/evaluate.c.
>
> The initialize() function populates the list of input maps (in
> r.mapcalc/map.c or map3.c), which can be used to generate the list of
> inputs. Each top-level assignment expression defines an output.
> }}}

New description:

 Add new flag to list inputs and outputs:

 {{{
 r.mapcalc -l "test1 = test2 + test3 + 5"
 input=test2,test3
 output=test1
 }}}

 From #2409:

 "
 Such an option would be fairly simple to add. Most of the relevant logic
 is already present in execute() in r.mapcalc/evaluate.c.

 The initialize() function populates the list of input maps (in
 r.mapcalc/map.c or map3.c), which can be used to generate the list of
 inputs. Each top-level assignment expression defines an output.
 "

--

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2592: r.mapcalc: add -l flag

2015-11-25 Thread GRASS GIS
#2592: r.mapcalc: add -l flag
--+-
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.0.3
 Component:  Raster   |Version:  svn-trunk
Resolution:   |   Keywords:  r.mapcalc
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by lutra):

 * cc: lutra (added)


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #2592: r.mapcalc: add -l flag

2015-02-21 Thread GRASS GIS
#2592: r.mapcalc: add -l flag
-+--
 Reporter:  martinl  |   Owner:  grass-dev@…  
 Type:  enhancement  |  Status:  new  
 Priority:  normal   |   Milestone:  7.0.1
Component:  Raster   | Version:  svn-trunk
 Keywords:  r.mapcalc|Platform:  Unspecified  
  Cpu:  Unspecified  |  
-+--
 Add new flag to list inputs and outputs:

 {{{
 r.mapcalc -l test1 = test2 + test3 + 5
 input=test2,test3
 output=test1
 }}}

 From #2409:

 {{{
  Such an option would be fairly simple to add. Most of the relevant logic
 is already present in execute() in r.mapcalc/evaluate.c.

 The initialize() function populates the list of input maps (in
 r.mapcalc/map.c or map3.c), which can be used to generate the list of
 inputs. Each top-level assignment expression defines an output.
 }}}

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/2592
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev