Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2199 closed defect (fixed)

r.cost coordinate parameter needs to be changed to start_coordinates

Reported by: bhlevca Owned by: grass-dev@…
Priority: critical Milestone: 7.0.0
Component: Addons Version: svn-trunk
Keywords: v.surf.icw Cc:
CPU: x86-64 Platform: All

Description

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)

Change History (2)

comment:1 by neteler, 10 years ago

Component: VectorAddons
Keywords: v.surf.icw added
Platform: LinuxAll
Resolution: fixed
Status: newclosed

To which module do you refer to with "this module needs a simple modification"? OK, a larger "find" job helped.

Fixed in r59126

comment:2 by hamish, 10 years ago

thanks Markus.

ps- helpful (with -r):

svn/grass-addons/tools/svngrep

quoting of $@ could be improved for terms with spaces.

Note: See TracTickets for help on using tickets.