[GRASS5] New thematic mapper for GRASS 6
Daniel Calvelo Aros
dcalvelo at minag.gob.pe
Thu May 12 16:32:20 EDT 2005
Also, given v.univar.sh, the quartile method won't work properly with
odd-sized data. Change line 149 from
q2="`grep 'Median' TMP1 | sed s/'Median (even N):'//`"
to
q2="`grep 'Median' TMP1 | sed s/'Median (.* N):'//`"
I'd say for the "custom" colormaps, you might set an auxiliary file for
definitions, something like:
red-blue (tab) 255:0:0 (tab) 0:0:255
orange-white (tab) 255:128:0 (tab) 255:255:255
and read that from the script. Awk will do that with no problem. I don't know
where you would put such a file, though... $GRASS/etc, maybe?
Thanks a lot for this one.
Daniel.
-- Daniel Calvelo Aros
---------- Original Message -----------
From: Martin Landa <landa at gama.fsv.cvut.cz>
To: GRASS 5 Developers mailing list <grass5 at grass.itc.it>
Cc: Michael Barton <michael.barton at asu.edu>
Sent: Wed, 11 May 2005 22:50:33 +0200
Subject: Re: [GRASS5] New thematic mapper for GRASS 6
> Hi,
>
> thanks a lot! - it is really useful tool...
>
> I have two comments
>
> * it is working only for dbf driver (see patch)
> * maybe it would be good to distinguish between map name and
> table name - so to add a new parameter - table
>
> Martin
>
> --
> Martin Landa <landa at gama.fsv.cvut.cz> *
> http://gama.fsv.cvut.cz/~landa * CTU Prague, Faculty of Civil
> Engineering, Czech Republic
------- End of Original Message -------
More information about the grass-dev
mailing list