#2199 closed defect (fixed)
r.cost coordinate parameter needs to be changed to start_coordinates
Reported by: | bhlevca | Owned by: | |
---|---|---|---|
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 , 11 years ago
Component: | Vector → Addons |
---|---|
Keywords: | v.surf.icw added |
Platform: | Linux → All |
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 11 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.
To which module do you refer to with "this module needs a simple modification"? OK, a larger "find" job helped.
Fixed in r59126