[GRASS-dev] [GRASS GIS] #2199: r.cost coordinate parameter needs to be changed to start_coordinates
GRASS GIS
trac at osgeo.org
Sat Feb 22 22:02:16 PST 2014
#2199: r.cost coordinate parameter needs to be changed to start_coordinates
----------------------+-----------------------------------------------------
Reporter: bhlevca | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: | Platform: Linux
Cpu: x86-64 |
----------------------+-----------------------------------------------------
r.cost parameters have changed, this module needs a simple modification.
See below
{{{
proc[num-1] = grass.start_command('r.cost', flags = 'k', input =
area_mask,
output = cost_site_name,
#coordinate = easting + ',' +
northing,
start_coordinates = easting + ','
+ northing,
quiet = True)
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2199>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list