[GRASS-user] Re: Check for non-overlapping raster maps

2011-08-12 Thread Hermann Peifer

On 13/08/2011 07:12, Hamish wrote:

Hermann wrote:

Where I would see (perhaps) a small deficit in the
communication or documentation is a simple overview about which
(raster) modules respect the current region and resolution, and
which don't. The issue went over the list [1], but as far as I
can see: the documentation did not change [2].

...

[1]
http://lists.osgeo.org/pipermail/grass-user/2010-September/057988.html

[2]
http://grass.osgeo.org/grass64/manuals/html64_user/g.region.html



the text probably belongs in here:

   http://grass.osgeo.org/grass64/manuals/html64_user/rasterintro.html




This might also be a good place. Actually, any place is better than no 
place ;-)


From my time as absolute GRASS beginner (which isn't too far away), I 
do remember that I asked myself: will r.reclass, r.mask, r.in.gdal, 
r.category, .. make use of the current region and resolution, or not?


Hermann
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Check for non-overlapping raster maps

2011-08-12 Thread Hamish
Hermann wrote:
> Where I would see (perhaps) a small deficit in the
> communication or documentation is a simple overview about which
> (raster) modules respect the current region and resolution, and
> which don't. The issue went over the list [1], but as far as I
> can see: the documentation did not change [2].
...
> [1]
> http://lists.osgeo.org/pipermail/grass-user/2010-September/057988.html
> 
> [2]
> http://grass.osgeo.org/grass64/manuals/html64_user/g.region.html


the text probably belongs in here:

  http://grass.osgeo.org/grass64/manuals/html64_user/rasterintro.html


thanks,
Hamish

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Using non-ASCII characters in Legend display

2011-08-12 Thread Hamish
Markus wrote:
> I have to use a freetype font, for example "Vera":
> Then this:
>  echo "ciao: +èò" | d.text
> works, also d.legend in the X monitor.
> 
> Note: Showing the legend fails in wxGUI because it
> falls back to the Hershey fonts.
> 
> Suggestion: add from d.text these parameters to d.legend:
>      
>    font   Font name
>    path   Path to font file
>    charset   Text encoding (only applicable to TrueType fonts)
> 
> ... then the user can set also here directly the freetype
> font.

If the wxGUI is not respecting the font selection made in
the Preferences gui, I would much rather we fixed the wxGUI than
add work-around options to all d.* modules.  d.barscale is in
the same boat.

moreover, while the rest of the GUI has matured nicely, I find
that overlay system for the decorations continues to be rather
awkward and we should consider to rethink the approach of how
they are added.

did we ever come to a solid set of instructions for folks who
want to use a different font for different rendering layers in
the wxGUI layer-list? Something like a 'Add grid or vector layers
overlay*' -> 'Add command layer' with a d.font call before the
layer which displays the text? does d.legend respect the selected
font if you add it that way via a custom 'Add command layer'
entry?

[*] the pull-down menu tooltip description seems not to match
contents of the menu very well. perhaps 'Additional layer options' or so?


cheers,
Hamish

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Check for non-overlapping raster maps

2011-08-12 Thread Hermann Peifer

On 12/08/2011 23:14, Markus Neteler wrote:

On Fri, Aug 12, 2011 at 12:49 PM, Hermann Peifer  wrote:

On 12/08/2011 08:52, Glynn Clements wrote:


Hermann Peifer wrote:


I have a mapset with 44 raster maps. I want to check that they do NOT
have overlapping data areas.

...

r.series method=count



Thanks. This is what I was looking for, but obviously not able to find it
myself :-(


Hermann, if you have any ideas to better communicate things, please
let us know!

thanks
Markus



Markus, in the above case it was my own plain stupidity to not consider 
r.series. The only idea I have is to think harder before bothering the 
list with trivial questions.


Where I would see (perhaps) a small deficit in the communication or 
documentation is a simple overview about which (raster) modules respect 
the current region and resolution, and which don't. The issue went over 
the list [1], but as far as I can see: the documentation did not change [2].


Hermann

[1]
http://lists.osgeo.org/pipermail/grass-user/2010-September/057988.html

[2]
http://grass.osgeo.org/grass64/manuals/html64_user/g.region.html
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Using non-ASCII characters in Legend display

2011-08-12 Thread Markus Neteler
2011/8/12 António Rocha :
> Greetings
>
> I'm not being able to display non-ascii characters in Legend (e.g. á à ã â
> ç). Instead of the chatracter a blank space is displayed. (but with query
> tool, I can display labels full name in Command Output window)
> I know that I shall select encoding and Font type that supports these
> characters. I have tried several of them and no LUCK. Has anyone tried this
> before? Or anyone has any suggestion?


I have to use a freetype font, for example "Vera":
Then this:
 echo "ciao: +èò" | d.text
works, also d.legend in the X monitor.

Note: Showing the legend fails in wxGUI because it
falls back to the Hershey fonts.

Suggestion: add from d.text these parameters to d.legend:
 font   Font name
 path   Path to font file
  charset   Text encoding (only applicable to TrueType fonts)

... then the user can set also here directly the freetype font.


I ran into a problem creating a test map:

In the wxGUI, in the "enter values interactively" I cannot
enter special characters:

  File 
"/home/neteler/grass64/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/menuform.py",
line 1461, in OnFileText
f.write(text)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in
position 2: ordinal not in range(128)

However, on command line that works:
GRASS 6.4.2svn (nc_spm_08):~ > echo "1: +èò" | r.category dummy rules=-
GRASS 6.4.2svn (nc_spm_08):~ > r.category dummy
1   +èò

So I think that there is one wish and one bug.

Markus
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Error in installation of grass64 using cygwin.

2011-08-12 Thread Markus Neteler
On Fri, Aug 12, 2011 at 7:36 AM, Sandip Maity  wrote:
> Dear all,
>
> I am getting an error "child process excited abnormaly" in time of grass64
> source compilation using cygwin.
>
> what is the problem and what is the sollution. please suggest me.

Just to understand: you compiled it yourself?

Did you try the precompiled package at
http://grass.osgeo.org/grass64/binary/mswindows/cygwin/

(requires a X Server for the GRASS monitors)

or the native winGRASS version with new graphical user interface:
http://grass.osgeo.org/grass64/binary/mswindows/native/
(nightly winGRASS binary snapshots: http://wingrass.fsv.cvut.cz/grass64/ )

Markus
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Check for non-overlapping raster maps

2011-08-12 Thread Markus Neteler
On Fri, Aug 12, 2011 at 12:49 PM, Hermann Peifer  wrote:
> On 12/08/2011 08:52, Glynn Clements wrote:
>>
>> Hermann Peifer wrote:
>>
>>> I have a mapset with 44 raster maps. I want to check that they do NOT
>>> have overlapping data areas.
...
>>        r.series method=count
>>
>
> Thanks. This is what I was looking for, but obviously not able to find it
> myself :-(

Hermann, if you have any ideas to better communicate things, please
let us know!

thanks
Markus
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread William Kyngesburye
GRASS is compiled 64bit, but any GUI binary stuff (wx nviz, wx vdigit) is 
compiled for whatever archs are available in wxpython from that archs list 
(only 32bit for v2.8).  The python wrapper in GRASS will then adjust 
accordingly - ie run python (and the whole GUI) 32bit - though the actual GRASS 
commands will run 64bit.


On Aug 12, 2011, at 1:45 PM, Michael Barton wrote:

> I use the --with-macosx-archs="i386 x86_64" in my config string.
> 
> Isn't this compiling 64 bit?
> 
> Michael
> __
> C. Michael Barton 
> Director, Center for Social Dynamics & Complexity
> Professor of Anthropology, School of Human Evolution & Social Change
> Arizona State University
> Tempe, AZ  85287-2402
> USA
> 
> voice:480-965-6262 (SHESC), 480-727-9746 (CSDC)
> fax:  480-965-7671(SHESC), 480-727-0709 (CSDC)
> www:  http://csdc.asu.edu, http://shesc.asu.edu
>   http://www.public.asu.edu/~cmbarton
> 
> On Aug 13, 2011, at 12:13 PM, grass-user-requ...@lists.osgeo.org wrote:
> 
>> Date: Fri, 12 Aug 2011 11:05:57 -0500
>> From: William Kyngesburye 
>> Subject: Re: [GRASS-user] Mac Pathon 64 Bit
>> To: wagner 
>> Cc: grass-user@lists.osgeo.org
>> Message-ID: 
>> Content-Type: text/plain; charset=us-ascii
>> 
>> It won't work 64bit - wxPython 2.8 (included in the GRASS package) can't be 
>> built 64bit on OS X.
>> 
>> On Aug 12, 2011, at 9:02 AM, wagner wrote:
>> 
>>> Hello,
>>> 
>>> I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow 
>>> Leopard) 64 Bit, but I always got the following message while starting:
>>> 
>>> arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable
>>> 
>>> I loaded it from http://www.kyngchaos.com/software/grass and as well all 
>>> the required packages.
>>> 
>>> I hope that anyone has a solution for that.
>>> 
>>> Kind regards,
>>> 
>>> Ralf___
>>> grass-user mailing list
>>> grass-user@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/grass-user
>> 
>> -
>> William Kyngesburye 
>> http://www.kyngchaos.com/
> 

-
William Kyngesburye 
http://www.kyngchaos.com/

"This is a question about the past, is it? ... How can I tell that the past 
isn't a fiction designed to account for the discrepancy between my immediate 
physical sensations and my state of mind?"

- The Ruler of the Universe


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread Michael Barton
I use the --with-macosx-archs="i386 x86_64" in my config string.

Isn't this compiling 64 bit?

Michael
__
C. Michael Barton 
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Arizona State University
Tempe, AZ  85287-2402
USA

voice:  480-965-6262 (SHESC), 480-727-9746 (CSDC)
fax:  480-965-7671(SHESC), 480-727-0709 (CSDC)
www:http://csdc.asu.edu, http://shesc.asu.edu
http://www.public.asu.edu/~cmbarton

On Aug 13, 2011, at 12:13 PM, grass-user-requ...@lists.osgeo.org wrote:

> Date: Fri, 12 Aug 2011 11:05:57 -0500
> From: William Kyngesburye 
> Subject: Re: [GRASS-user] Mac Pathon 64 Bit
> To: wagner 
> Cc: grass-user@lists.osgeo.org
> Message-ID: 
> Content-Type: text/plain; charset=us-ascii
> 
> It won't work 64bit - wxPython 2.8 (included in the GRASS package) can't be 
> built 64bit on OS X.
> 
> On Aug 12, 2011, at 9:02 AM, wagner wrote:
> 
>> Hello,
>> 
>> I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow 
>> Leopard) 64 Bit, but I always got the following message while starting:
>> 
>> arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable
>> 
>> I loaded it from http://www.kyngchaos.com/software/grass and as well all the 
>> required packages.
>> 
>> I hope that anyone has a solution for that.
>> 
>> Kind regards,
>> 
>> Ralf___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-user
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread wagner
Thanks, this works fine now.


Am 12.08.2011 um 18:37 schrieb William Kyngesburye:

> wxPython could be considered the only GUI option - there is the TclTk GUI 
> still in GRASS 6.4, but I don't think it's kept up to date now, and it is not 
> in GRASS 7.
> 
> Is there a reason for using your custom /opt/local Python for GRASS?  I don't 
> think the older system Python 2.6 version is a problem for the GUI.
> 
> If you are using the /opt/local Python unintentionally, probably what is 
> happening is that it (or MacPorts) added something to your shell init 
> (.bash_profile) to add /opt/local/bin to your PATH.  GRASS then picks this up 
> and uses the Python it finds there.  You can get around this by adding a line 
> to your .bash_profile:
> 
> export GRASS_PYTHON=/usr/bin/python2.6
> 
> On Aug 12, 2011, at 11:20 AM, wagner wrote:
> 
>> Is this the only possibility to use a GUI an OS X?
>> 
>> 
>> Am 12.08.2011 um 18:05 schrieb William Kyngesburye:
>> 
>>> It won't work 64bit - wxPython 2.8 (included in the GRASS package) can't be 
>>> built 64bit on OS X.
>>> 
>>> On Aug 12, 2011, at 9:02 AM, wagner wrote:
>>> 
 Hello,
 
 I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow 
 Leopard) 64 Bit, but I always got the following message while starting:
 
 arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable
 
 I loaded it from http://www.kyngchaos.com/software/grass and as well all 
 the required packages.
 
 I hope that anyone has a solution for that.
 
 Kind regards,
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/
> 
> "Time is an illusion - lunchtime doubly so."
> 
> - Ford Prefect
> 
> 

-- 
*
Dr. Ralf Wagner
Fachbereich 7
Institut für Mathematik
Universität Koblenz-Landau, Campus Landau
Fortstraße 7
76829 Landau
Tel.:   +49/(0)6341 280-31-250
Fax:   +49/(0)6341 280-31-385
E-Mail: wag...@math.uni-landau.de
  wagn...@uni-landau.de
Web: http://ifm.uni-landau.de
http://mathematik.uni-landau.de/wagner
*

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread William Kyngesburye
wxPython could be considered the only GUI option - there is the TclTk GUI still 
in GRASS 6.4, but I don't think it's kept up to date now, and it is not in 
GRASS 7.

Is there a reason for using your custom /opt/local Python for GRASS?  I don't 
think the older system Python 2.6 version is a problem for the GUI.

If you are using the /opt/local Python unintentionally, probably what is 
happening is that it (or MacPorts) added something to your shell init 
(.bash_profile) to add /opt/local/bin to your PATH.  GRASS then picks this up 
and uses the Python it finds there.  You can get around this by adding a line 
to your .bash_profile:

export GRASS_PYTHON=/usr/bin/python2.6

On Aug 12, 2011, at 11:20 AM, wagner wrote:

> Is this the only possibility to use a GUI an OS X?
> 
> 
> Am 12.08.2011 um 18:05 schrieb William Kyngesburye:
> 
>> It won't work 64bit - wxPython 2.8 (included in the GRASS package) can't be 
>> built 64bit on OS X.
>> 
>> On Aug 12, 2011, at 9:02 AM, wagner wrote:
>> 
>>> Hello,
>>> 
>>> I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow 
>>> Leopard) 64 Bit, but I always got the following message while starting:
>>> 
>>> arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable
>>> 
>>> I loaded it from http://www.kyngchaos.com/software/grass and as well all 
>>> the required packages.
>>> 
>>> I hope that anyone has a solution for that.
>>> 
>>> Kind regards,

-
William Kyngesburye 
http://www.kyngchaos.com/

"Time is an illusion - lunchtime doubly so."

- Ford Prefect


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread wagner
Is this the only possibility to use a GUI an OS X?


Am 12.08.2011 um 18:05 schrieb William Kyngesburye:

> It won't work 64bit - wxPython 2.8 (included in the GRASS package) can't be 
> built 64bit on OS X.
> 
> On Aug 12, 2011, at 9:02 AM, wagner wrote:
> 
>> Hello,
>> 
>> I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow 
>> Leopard) 64 Bit, but I always got the following message while starting:
>> 
>> arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable
>> 
>> I loaded it from http://www.kyngchaos.com/software/grass and as well all the 
>> required packages.
>> 
>> I hope that anyone has a solution for that.
>> 
>> Kind regards,
>> 
>> Ralf___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-user
> 
> -
> William Kyngesburye 
> http://www.kyngchaos.com/
> 
> "Time is an illusion - lunchtime doubly so."
> 
> - Ford Prefect
> 
> 

-- 
*
Dr. Ralf Wagner
Fachbereich 7
Institut für Mathematik
Universität Koblenz-Landau, Campus Landau
Fortstraße 7
76829 Landau
Tel.:   +49/(0)6341 280-31-250
Fax:   +49/(0)6341 280-31-385
E-Mail: wag...@math.uni-landau.de
  wagn...@uni-landau.de
Web: http://ifm.uni-landau.de
http://mathematik.uni-landau.de/wagner
*

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread William Kyngesburye
It won't work 64bit - wxPython 2.8 (included in the GRASS package) can't be 
built 64bit on OS X.

On Aug 12, 2011, at 9:02 AM, wagner wrote:

> Hello,
> 
> I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow Leopard) 
> 64 Bit, but I always got the following message while starting:
> 
> arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable
> 
> I loaded it from http://www.kyngchaos.com/software/grass and as well all the 
> required packages.
> 
> I hope that anyone has a solution for that.
> 
> Kind regards,
> 
> Ralf___
> grass-user mailing list
> grass-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user

-
William Kyngesburye 
http://www.kyngchaos.com/

"Time is an illusion - lunchtime doubly so."

- Ford Prefect


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Error in installation of grass64 using cygwin.

2011-08-12 Thread Michael Barton
Out of curiosity, why are you using cygwin instead of the native windows 
version of GRASS?

Michael Barton
School of Human Evolution &Social Change
Center for Social Dynamics & Complexity
Arizona State University

...Sent from my iPad

On Aug 12, 2011, at 2:55 AM, 
"grass-user-requ...@lists.osgeo.org<mailto:grass-user-requ...@lists.osgeo.org>" 
mailto:grass-user-requ...@lists.osgeo.org>> 
wrote:

Date: Fri, 12 Aug 2011 11:06:36 +0530
From: Sandip Maity 
<<mailto:sandip.stesa...@gmail.com>sandip.stesa...@gmail.com<mailto:sandip.stesa...@gmail.com>>
Subject: [GRASS-user] Error in installation of grass64 using cygwin.
To: <mailto:grass-user@lists.osgeo.org> 
grass-user@lists.osgeo.org<mailto:grass-user@lists.osgeo.org>, 
<mailto:gr...@ces.iisc.ernet.in> 
gr...@ces.iisc.ernet.in<mailto:gr...@ces.iisc.ernet.in>
Message-ID:
   
<<mailto:CALSffkn_TXybMsRLX6r0YFpjYbpnDGPQJ8=fuoderedx+qh...@mail.gmail.com>CALSffkn_TXybMsRLX6r0YFpjYbpnDGPQJ8=fuoderedx+qh...@mail.gmail.com<mailto:CALSffkn_TXybMsRLX6r0YFpjYbpnDGPQJ8=fuoderedx+qh...@mail.gmail.com>>
Content-Type: text/plain; charset="iso-8859-1"

Dear all,

I am getting an error "child process excited abnormaly" in time of grass64
source compilation using cygwin.

what is the problem and what is the sollution. please suggest me.

thanks to all.

Sandip
-- next part ------
An HTML attachment was scrubbed...
URL: 
<http://lists.osgeo.org/pipermail/grass-user/attachments/20110812/15b8ea23/attachment-0001.html>
 
http://lists.osgeo.org/pipermail/grass-user/attachments/20110812/15b8ea23/attachment-0001.html
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Mac Pathon 64 Bit

2011-08-12 Thread wagner
Hello,

I tried to install GRASS with GUI on my Mac with Mac OS 10.6.6 (Snow Leopard) 
64 Bit, but I always got the following message while starting:

arch: posix_spawnp: /opt/local/bin/pythonw2.6: Bad CPU type in executable

I loaded it from http://www.kyngchaos.com/software/grass and as well all the 
required packages.

I hope that anyone has a solution for that.

Kind regards,

Ralf___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Re: Comparing 2 large Corine Land Cover maps

2011-08-12 Thread Hermann Peifer

On 24/07/2011 00:15, Paulo van Breugel wrote:

Maybe r.cross can be of help. It creates a cross product of the category
variables of a layer, i.e., a map with separate categories for each
unique combination of the two CLC maps (the category labels gives you
the combination of input maps for each new category).

You can use this new map to create a reclass map with the new values
from your decision matrix. To do this, you could for example follow the
following steps:

1) Run r.category to get a list with the categories and category labels
of the cross product map you just created. You can output this as a text
file


Sorry for coming back to this older mail. My question is: rather than 
running the somewhat time-consuming r.category to get a list with the 
categories and their labels, can I not simply use:


cat cats/crossmap # ..and there I have my text file with the labels?

(Given that I want all categories for the full map extent in the native 
resolution.)


Hermann
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Check for non-overlapping raster maps

2011-08-12 Thread Hermann Peifer

On 12/08/2011 08:52, Glynn Clements wrote:


Hermann Peifer wrote:


I have a mapset with 44 raster maps. I want to check that they do NOT
have overlapping data areas. My thought is to do something like:

r.mapcalc "checkmap=isnull(map1) + isnull(map2) + ... + isnull(map44)"

If the min value of the resulting checkmap is 43, then I know that the
maps are non-overlapping.

Is there a smarter way of doing the test ?


r.series method=count



Thanks. This is what I was looking for, but obviously not able to find 
it myself :-(


Hermann
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Where are the configuration and preferences saved?

2011-08-12 Thread Helmut Kudrnovsky
hi,

>Well in Windows I'm not being able to figure out where that information 
>is stored

have a look in the source of the nsis-installer:

https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi#L799

best regards
Helmut

___
Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die
Toolbar eingebaut! http://produkte.web.de/go/toolbar


smime.p7s
Description: S/MIME Cryptographic Signature
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Where are the configuration and preferences saved?

2011-08-12 Thread António Rocha

Hi
Well in Windows I'm not being able to figure out where that information 
is stored


Michael Barton wrote:
For Mac and Linux at least, they are saved in ~/.grass6 and ~/.grass7 directories. 


These are hidden in the Mac finder (unless you use something like "Invisibility 
Toggler.app") but accessible through the terminal.

I'm not sure where these directories live in Windows.

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 Aug 12, 2011, at 9:00 AM,  
 wrote:

  

Date: Thu, 11 Aug 2011 15:55:18 +0100
From: Ant?nio Rocha 
Subject: [GRASS-user] Where are the configuration and preferences
saved?
To: GRASS user list 
Message-ID: <4e43ed56.4000...@deimos.com.pt>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Greetings

I Would like to know in which GRASS file are saved all configuration and 
definitions?


Thanks







  




__ Information from ESET NOD32 Antivirus, version of virus signature 
database 6370 (20110811) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Using non-ASCII characters in Legend display

2011-08-12 Thread António Rocha

Greetings

I'm not being able to display non-ascii characters in Legend (e.g. á à ã 
â ç). Instead of the chatracter a blank space is displayed. (but with 
query tool, I can display labels full name in Command Output window)
I know that I shall select encoding and Font type that supports these 
characters. I have tried several of them and no LUCK. Has anyone tried 
this before? Or anyone has any suggestion?

Thanks
Antonio


__ Information from ESET NOD32 Antivirus, version of virus signature 
database 6370 (20110811) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] d.mon problem

2011-08-12 Thread Sandip Maity
Dear frnds,

I am using grass 64 with cygwin.

I am unable to display map on the monitor or d.mon x0-x7.

the window is coming but no display.

please tell me the solution.

Sandip
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user