[GRASS5] Updated d.vect.thematic
Daniel Calvelo Aros
dcalvelo at minag.gob.pe
Wed May 25 00:00:31 EDT 2005
From: Lorenzo Moretti <lorenzo.moretti at bologna.enea.it>
Sent: Tue, 24 May 2005 12:45:51 +0200
>
> - interval from a value with a start point (eg: 20 and 0 -->0-20, 20-
> 40, 40-60, ...)
How about accepting a list of values from stdin as breakpoints? Something like:
$ echo 0 20 40 50 100 | d.vect.thematic -themecalc=breaks ...
That would, with some extra work, allow things like
$ db.select sql='select mycolumn from thetable' | my_classifier |
d.vect.thematic -themecalc=breaks ...
Would that be useful?
Daniel.
More information about the grass-dev
mailing list