<div dir="ltr">Hi,<div><br></div><div>My solution was to export the relevant image and stream network to Google Earth, draw lines there, import the KML of the lines, and use them to raise/lower the raster.</div><div>GE is a fairly good interface for drawing vector lines.</div><div><br></div><div>I'm switching to Linux soon so in the future I may do this entirely in GRASS.</div><div><br></div><div>Thanks,</div><div><br></div><div>  -k.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 20, 2017 at 10:48 PM, Anna Petrášová <span dir="ltr"><<a href="mailto:kratochanna@gmail.com" target="_blank">kratochanna@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sun, Aug 20, 2017 at 12:32 PM, Helmut Kudrnovsky <<a href="mailto:hellik@web.de">hellik@web.de</a>> wrote:<br>
> Ken Mankoff wrote<br>
>> I nowe select a map from the dropdown, set the "Cell value:" to 9999,<br>
>> "Width:" to 30 (the resolution of the map), and select the point option,<br>
>> click 3x (3 green "+"'s appear), and then save the raster. If I then<br>
>> inspect it with "<a href="http://r.info" rel="noreferrer" target="_blank">r.info</a>", it appears to be a new raster created by this<br>
>> tool (based on the "Comments" section), but the max is not 9999:<br>
>><br>
>>> <a href="http://r.info" rel="noreferrer" target="_blank">r.info</a> DEM<br>
>><br>
>> +-----------------------------<wbr>------------------------------<wbr>-----------------+<br>
>>  |   Range of data:    min = 341  max = 589<br>
>>   |<br>
>>  |<br>
>>    |<br>
>>  |   Data Description:<br>
>>    |<br>
>>  |    generated by r.patch<br>
>>    |<br>
>>  |<br>
>>    |<br>
>>  |   Comments:<br>
>>    |<br>
>>  |    r.patch --overwrite --quiet input="xceebb34b,DEM_<wbr>backupcopy_10405"<br>
>> o\<br>
>>   |<br>
>>  |    utput="DEM@DEM"<br>
>>   |<br>
>><br>
>> +-----------------------------<wbr>------------------------------<wbr>-----------------+<br>
>><br>
>> If I repeat with the area tool instead of the point tool, and select<br>
>> ~10x10<br>
>> area on a small raster (the region is only 80x50), when I save it it says<br>
>> "rasterizing..." for ~10 minutes and nothing appears to be happening.<br>
><br>
> now tested it with<br>
><br>
> System Info<br>
> GRASS version: 7.3.svn<br>
> GRASS SVN revision: r71404<br>
> Build date: 2017-08-15<br>
> Build platform: i386-w64-mingw32<br>
> GDAL: 2.2.1<br>
> PROJ.4: 4.9.3<br>
> GEOS: 3.5.0<br>
> SQLite: 3.17.0<br>
> Python: 2.7.4<br>
> wxPython: 2.8.12.1<br>
> Platform: Windows-Vista-6.0.6002-SP2 (OSGeo4W)<br>
><br>
> on a very old windows box with the NC sample data set<br>
><br>
> g.region -p -a raster=elevation@PERMANENT align=elevation@PERMANENT<br>
> r.surf.random output=rrandom<br>
><br>
> <a href="http://r.info" rel="noreferrer" target="_blank">r.info</a> map=rrandom@user1<br>
> Range of data:    min = 1.65429668186334e-005  max = 99.9999642372131<br>
><br>
> after editing with cell value 9999 in the wxGUI<br>
><br>
> <a href="http://r.info" rel="noreferrer" target="_blank">r.info</a> map=rrandom@user1<br>
> Range of data:    min = 1.65429668186334e-005  max = 99.9999642372131<br>
> r.patch --overwrite --quiet input="x6cd2d029,rrandom_<wbr>backupcopy_2220"<br>
> output="rrandom@user1"<br>
><br>
> I've experienced the same behaviour like you at the first step.<br>
><br>
> but in a second test:<br>
><br>
> <a href="http://r.info" rel="noreferrer" target="_blank">r.info</a> map=rrandom@user1<br>
> Range of data:    min = 1.65429668186334e-005  max = 888888888<br>
> r.patch --overwrite --quiet input="x0738b000,rrandom_<wbr>backupcopy_2220\"<br>
> output="rrandom@user1"<br>
><br>
> it seems to be a chronological matter of when you enter the cell value and<br>
> press the area/line/point button.<br>
><br>
> it works, at least here, when I enter first the cell value, than choose<br>
> area/line/point button, and then beginn to edit.<br>
><br>
><br>
<br>
</div></div>Hi,<br>
<br>
yes, you first select the value you want to change and then draw<br>
polygons/lines/points and right click to confirm. The width is useful<br>
mostly for drawing lines and points. The rasterization process can<br>
take little bit more time than one would expect, because it calls<br>
r.in.poly several times, but at least it should be more stable than<br>
the vector digitizer (not crashing the gui), because it doesn't use<br>
ctypes. It works actually quite well if you know how to use it but I<br>
unfortunately haven't added the manual yet... Will try to fix that.<br>
It should work on Linux and Windows, I know about the problem on Mac,<br>
but it was not super easy to fix when I looked at it some time ago.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Anna<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> -----<br>
> best regards<br>
> Helmut<br>
> --<br>
> View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/d-rast-edit-with-multiple-maps-tp5331874p5331935.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/d-rast-edit-with-<wbr>multiple-maps-<wbr>tp5331874p5331935.html</a><br>
> Sent from the Grass - Users mailing list archive at Nabble.com.<br>
> ______________________________<wbr>_________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-user</a><br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-user</a></div></div></blockquote></div><br></div></div>