[GRASS-dev] [GRASS GIS] #2919: r.stream.extract error
GRASS GIS
trac at osgeo.org
Mon Feb 15 07:49:10 PST 2016
#2919: r.stream.extract error
------------------------------+-------------------------
Reporter: PitStop | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Addons | Version: 7.0.3
Keywords: r.stream.extract | CPU: x86-64
Platform: MSWindows 7 |
------------------------------+-------------------------
Hi There,
I'm trying to delineate a watershed and also extract the streams within
using here for reproduction the NC data set.
{{{
r.watershed elevation=elev_srtm_30m at PERMANENT threshold=1000
accumulation=accu drainage=drain basin=basin
}}}
and then
{{{
r.stream.extract elevation=elev_srtm_30m at PERMANENT accumulation=accu at user1
threshold=1000 stream_raster=stream_r stream_vector=stream_v
}}}
leads to
{{{
ERROR: Missing value for parameter <d8cut>
}}}
while the accumulation map is specified in the command and therefor d8cut
shouldn't be used.
The same error was report [http://osgeo-org.1560.x6.nabble.com/r-stream-
extract-grass7-addon-td5018389.html#a5018528]
g.version -g
{{{
version=7.0.3
date=2016
revision=67691
build_date=2016-01-28
build_platform=x86_64-w64-mingw32
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2919>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list