Dot or bubble maps

Hello all,

I'm looking for a way to create dot maps (or bubble maps) out of site
data. Something like d.sites but the size of the icon should be relative
to the attribute of that site. Is there anyway to produce such maps in
Grass ?

Greetings
  Job

----------------------------------------------------------------------
Job Spijker
Faculty of Earth Sciences/ Department of Geochemistry
Utrecht University, The Netherlands
Budapestlaan 4 3584 CD Utrecht
T: 030-253 3264 F: 030-253 5030
----------------------------------------------------------------------
Don't use a big word where a diminutive word will suffice.

Spijker wrote:

Hello all,

I'm looking for a way to create dot maps (or bubble maps) out of site
data. Something like d.sites but the size of the icon should be relative
to the attribute of that site. Is there anyway to produce such maps in
Grass ?

You can use v.circle (look at the man page), but you need first to
split your site file, because v.circle use a fixed value for radius.
This should not be difficult with a script (shell or perl) and the
use of s.out.ascii, sort, grep, s.in.ascii, v.circle to automate the
process (programming is left to the reader as an exercice :slight_smile:

You may prefer to look at the source of v.circle and modify it,
so it can use the value to determine the radius... (Yet another
good exercice of programmation :slight_smile:

--
Michel Wurtz ENGEES - CEREG
                1, quai Koch - BP 1039, F-67070 STRASBOURG cedex
                Tel: +33 03.88.24.82.45 Fax: +33 03.88.37.04.97