<div dir="ltr">Dear Heidi,<br><br>On Mon, Jun 11, 2018 at 8:11 AM, Heidi Trimmel <<a href="mailto:heidelinde.trimmel@boku.ac.at">heidelinde.trimmel@boku.ac.at</a>> wrote:<br>> Dear Grass-users,<br>><br>> I have problems using d.rast.edit. In the archived mails I only found<br>> that there is a problem using NULL values (*). I cannot save my edits<br>> regardless which values I enter.<br>> I tried using the command line, the GUI, having the rasters I edit in<br>> the display and not having it in the display - without any effect. I am<br>> not using aspect maps.<br>> I installed the latest grass version last week (win7,64bit).<br><div><br></div>I have tried it (successfully) using the North Carolina sample data, on Linux:<br><br><span style="font-family:monospace,monospace">GRASS 7.4.1svn (nc_spm_08_grass7):~ ><br><br>g.region raster=elev_lid792_1m -p<br>...<br><br># open graphical monitor on cmd line, the same should work via g.gui<br>d.mon wx0<br>d.rast elev_lid792_1m<br><br># pan to area of interest and edit raster cells (I used "102" as value to modifiy cells<br></span><div><span style="font-family:monospace,monospace"># Use:  File > Save to save</span></div><div><span style="font-family:monospace,monospace"># then: File > Exit</span></div><span style="font-family:monospace,monospace">d.rast.edit input=elev_lid792_1m output=elev_lid792_1m_modified<br>/home/mneteler/software/grass74/dist.x86_64-pc-linux-gnu/scripts/d.rast.edit:211: wxPyDeprecationWarning: Call to deprecated item.<br>  self.SetVirtualSizeHints(50, 50)<br>WARNING: No data base element files found<br><br># original stats, note the min value<br>r.univar -g elev_lid792_1m<br>n=525000<br>null_cells=0<br>cells=525000<br>min=103.764259338379<br>max=131.598037719727<br>range=27.8337783813477<br>mean=120.768608856928<br>...<br><br># modified map stats, note the min value<br>r.univar -g elev_lid792_1m_modified<br>n=525000<br>null_cells=0<br>cells=525000<br>min=103.764259338379<br>max=131.598037719727<br>range=27.8337783813477<br></span><div><span style="font-family:monospace,monospace">mean=120.768608856928</span></div><div><span style="font-family:monospace,monospace">...</span></div><div><br></div><div>IMPORTANT: hit "enter" when editing the "New value: ___" field. That's of course a suboptimal solution, I'll open a ticket for this.</div><div><br></div><div>HTH,<br></div><div>Markus<br></div></div>