#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>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev