Also note that GRASS 6 and 7 now has a command console embedded in the interface. You can type d.rast there and the map will display in the display canvas. The command console also has autocompletion and command hints (type tab after a command).
Michael
____________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University
voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax: 480-965-7671 (SHESC), 480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu
On Jan 31, 2011, at 2:16 AM, <grass-user-request@lists.osgeo.org> wrote:
Message: 7
Date: Mon, 31 Jan 2011 10:15:27 +0100
From: Rainer M Krug <r.m.krug@gmail.com>
Subject: Re: [GRASS-user] replacement for d.mon in GRASS 7.0?
To: Glynn Clements <glynn@gclements.plus.com>
Cc: grass mailing list <grass-user@lists.osgeo.org>
Message-ID: <4D467DAF.30608@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1On 01/29/2011 06:36 AM, Glynn Clements wrote:
Rainer M Krug wrote:
I just started using d.mon in combination with d.rast to quickly display
a layer - but d.mon will be removed in 7.0. I assume there is a
replacement for it, which I can use in 7.0? I do not assume, that I have
to use GUI for display.You can use wxpyimgview[1] to view the images.
[1] or wximgview or ximgview. ximgview is C/Xlib, wximgview is
C++/wxWidgets, wxpyimgview is Python/wxWidgets.For this, you need:
export GRASS_PNGFILE=map.bmp
export GRASS_PNG_MAPPED=TRUEOptionally:
export GRASS_NOTIFY='kill -USR1 <pid>'
where <pid> is the PID of the {x,wx,wxpy}imgview process. This allows
you to set percent=0; the display will be redrawn whenever a display
command completes.Thanks - looks interesting. I'll look into that.
As I am doing quite straight forward GIS stuff, I might try 7.0 and see
how it goes.Thanks,
Rainer