[GRASS-dev] FW: list GRASSLIST: List Message Rejected

I replied to this only to have it bounced because it came from the old
Baylor list. Can we turn that off?
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

Nesting a lot of vector circles inside each other, then selecting them for
display could get rather tricky (though I'm sure it's doable). However, you
might be able to do this better with raster buffers.

Here is a simple example, using 2 sites (cat 12 and 15) from the Spearfish
dataset. First I transformed the 2 site points to raster. Then I ran
r.buffer to create a series of concentric rings around the sites of
different radii, to simulate a spread event of variable yearly intensity.

r.buffer input=archsites_12_15 output=buffer_12_15
distances=500,800,1300,1500,2000,2300 units=meters

Then, I can simply display any buffer ring by specifying its cat (in this
case equal to the year in the sequence 1-7, rather than calendar years) in
the d.rast command (I use the "values to display" entry in the GUI raster
options panel).

d.rast map=buffer_12_15
...will display all the buffer rings
<http://www.public.asu.edu/~cmbarton/files/temp/buffer1.png&gt;

d.rast map=buffer_12_15 catlist=1-3
...will display the starting point and next innermost 2 buffer rings
<http://www.public.asu.edu/~cmbarton/files/temp/buffer2.png&gt;

d.rast map=buffer_12_15 catlist=5-7
...will display the outermost 3 buffer rings
<http://www.public.asu.edu/~cmbarton/files/temp/buffer3.png&gt;

d.rast map=buffer_12_15 catlist=2,5,7
...will display buffer rings 2, 5, and 7
<http://www.public.asu.edu/~cmbarton/files/temp/buffer4.png&gt;

This could easily be animated in a script, all with with just a single
raster buffer map.

Michael

On 2/20/07 4:58 PM, "Joel Pitt" <joel.pitt@gmail.com> wrote:

Hi all,

I'm trying to create a vector of concentric circles showing a spread
phenomenon and attaching a year to each circle. Currently I am looping
through the following process:

# Create circle
"v.buffer input=%s output=%s buffer=%f" %
(centre_map_name,uniform_name,radius)

# add table with year column to uniform_name map
'v.db.addtable map=%s columns="year int" ' % (uniform_name)

# update uniform_name map DB with year
'v.db.update map=%s column=year value=%d' % (uniform_name,year)

# merge with existing map
"v.patch --o -e -a input=%s output=%s" % (uniform_name, merge_map)

-----------

This creates a vector map with concentric circles, but I am unable to
select them using "year=2000" - only a point/centroid shows up.

So my question is whether vector types other than centroids/points can
link to a row in a database table?

If not, then can anyone think of a way to do something similar? I'd
rather not have to have excessive numbers of vector maps.

Thanks for any help,

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

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

------ End of Forwarded Message

Michael, all,

we do not want to remotely destroy the old Baylor site :slight_smile:
So, we have no control over the old mailing list. It seems to run
unmaintained.

Action item: Please everyone updates her/his address book to use:
* GRASS Users <grassuser@grass.itc.it>
* GRASS Devel <grass-dev@grass.itc.it>

instead of the old list addresses.

thanks
markus

Michael Barton wrote on 02/23/2007 03:28 AM:

I replied to this only to have it bounced because it came from the old
Baylor list. Can we turn that off?
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
  

Markus Neteler wrote:

we do not want to remotely destroy the old Baylor site :slight_smile:
So, we have no control over the old mailing list. It seems to run
unmaintained.

Presumably, you do have control over whether or not that list is
subscribed to this one. I believe that Michael is suggesting that you
remove the subscription. I would agree; that list is essentially dead,
and most of us are no longer subscribed to it.

--
Glynn Clements <glynn@gclements.plus.com>

Is there something I could do from here to get it shut off at Baylor?

Michael

On 2/23/07 10:40 AM, "Glynn Clements" <glynn@gclements.plus.com> wrote:

Markus Neteler wrote:

we do not want to remotely destroy the old Baylor site :slight_smile:
So, we have no control over the old mailing list. It seems to run
unmaintained.

Presumably, you do have control over whether or not that list is
subscribed to this one. I believe that Michael is suggesting that you
remove the subscription. I would agree; that list is essentially dead,
and most of us are no longer subscribed to it.

__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

On Fri, Feb 23, 2007 at 05:40:50PM +0000, Glynn Clements wrote:

Markus Neteler wrote:

> we do not want to remotely destroy the old Baylor site :slight_smile:
> So, we have no control over the old mailing list. It seems to run
> unmaintained.

Presumably, you do have control over whether or not that list is
subscribed to this one. I believe that Michael is suggesting that you
remove the subscription. I would agree; that list is essentially dead,
and most of us are no longer subscribed to it.

OK:

successfully removed from grassuser*grass.itc.it:
    * grass@baylor.edu
    * grasslist@baylor.edu
    * grasslistuser@grass.itc.it
    * grassuser-bounces@grass.itc.it

This means that mails posted to the old, unused Baylor list
no longer reach the active GRASS user list here. That hopefully
reduces confusion.

Markus

Thanks.

Michael

On 2/23/07 10:51 PM, "Markus Neteler" <neteler@itc.it> wrote:

On Fri, Feb 23, 2007 at 05:40:50PM +0000, Glynn Clements wrote:

Markus Neteler wrote:

we do not want to remotely destroy the old Baylor site :slight_smile:
So, we have no control over the old mailing list. It seems to run
unmaintained.

Presumably, you do have control over whether or not that list is
subscribed to this one. I believe that Michael is suggesting that you
remove the subscription. I would agree; that list is essentially dead,
and most of us are no longer subscribed to it.

OK:

successfully removed from grassuser*grass.itc.it:
    * grass@baylor.edu
    * grasslist@baylor.edu
    * grasslistuser@grass.itc.it
    * grassuser-bounces@grass.itc.it

This means that mails posted to the old, unused Baylor list
no longer reach the active GRASS user list here. That hopefully
reduces confusion.

Markus

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

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton