Details Ticket 2406


Comment | Reply | Take | Open


Serial Number 2406
Subject errors in v.digit from d.m and gui interface
Area grass5.7
Queue grass
Requestors michael.barton@asu.edu
Owner none
Status resolved
Last User Contact Thu May 20 09:30:49 2004 (4 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Tue Mar 1 08:46:11 2005 (3 yr ago)
Created Thu May 13 06:31:29 2004 (4 yr ago)

Transaction History Ticket 2406


Thu, May 13 2004 06:31:29    Request created by guest  
Subject: errors in v.digit from d.m and gui interface

Platform: other
grass obtained from: Other (CDROM etc)
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: 5.7  24-4-2004

V.digit no longer starts from d.m. Nothing happens when I click the "dig" button.
When v.digit started from command line, the background commands still don't work--though
they give a different error than they used to. Now they generate...

v.digit map=elevation_mask bgcmd=d.rast map=elevation_dem -n
Map does not exist.
New empty map created.
Illegal vector map name <elevation_mask,elevation_dem>. Character <,> not allowed.
ERROR: Map name not SQL compliant.

[Note Mac OSX is not an option on the OS pull-down]

I get the same error if I put the 'd.rast map=elevation_dem' clause in single
quotes. 

Michael Barton
Thu, May 13 2004 11:00:15    Mail sent by neteler@itc.it  
Return-Path <neteler@itc.it>
Delivered-To grass-bugs@lists.intevation.de
Date Thu, 13 May 2004 11:03:38 +0200
From Markus Neteler <neteler@itc.it>
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@grass.itc.it
Subject Re: [GRASS5] [bug #2406] (grass) errors in v.digit from d.m and gui interface
Message-ID <20040513090338.GC18525@thuille.itc.it>
Mail-Followup-To Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
References <20040513043129.AE80113BA4@lists.intevation.de>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
In-Reply-To <20040513043129.AE80113BA4@lists.intevation.de>
User-Agent Mutt/1.4.1i
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
On Thu, May 13, 2004 at 06:31:29AM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=2406
> -------------------------------------------------------------------------
> 
> Subject: errors in v.digit from d.m and gui interface
> 
> Platform: other
> grass obtained from: Other (CDROM etc)
> grass binary for platform: Downloaded precompiled Binaries
> GRASS Version: 5.7  24-4-2004
> 
> V.digit no longer starts from d.m. Nothing happens when I click the "dig" button.
Michael,

did you create a vector entry first in 'd.m'? And activated the layer?
Then the 'dig' item should work.

> When v.digit started from command line, the background commands still don't
work--though they give a different error than they used to. Now they generate...
> 
> v.digit map=elevation_mask bgcmd=d.rast map=elevation_dem -n

You are missing the quotes:

 v.digit map=elevation_mask bgcmd='d.rast map=elevation_dem' -n
                                  ^^                       ^^

Markus


Thu, May 13 2004 11:00:30    Status changed to resolved by mneteler  
Thu, May 13 2004 17:40:02    Mail sent by michael.barton@asu.edu  
Return-Path <michael.barton@asu.edu>
Delivered-To grass-bugs@lists.intevation.de
Date Thu, 13 May 2004 08:38:13 -0700
From Michael Barton <michael.barton@asu.edu>
Subject Re: [bug #2406] (grass) Transaction (neteler@itc.it)
In-reply-to <20040513090015.6F49113BD9@lists.intevation.de>
To Markus Neteler via RT <grass-bugs@intevation.de>
Cc GRASS5 list <grass5@grass.itc.it>
Message-id <8B840BD4-A4F3-11D8-B11F-000A95953870@asu.edu>
MIME-version 1.0 (Apple Message framework v613)
X-Mailer Apple Mail (2.613)
Content-type text/plain; charset=US-ASCII; format=flowed
Content-transfer-encoding 7bit
References <20040513090015.6F49113BD9@lists.intevation.de>
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
On May 13, 2004, at 2:00 AM, Markus Neteler via RT wrote:

> Michael,
>
> did you create a vector entry first in 'd.m'? And activated the layer?
> Then the 'dig' item should work.

I will try this. Does it work for creating new vectors (i.e., can I 
create a blank vector entry)? This is what I was trying to do.


>
>> When v.digit started from command line, the background commands still 
>> don't work--though they give a different error than they used to. Now 
>> they generate...
>>
>> v.digit map=elevation_mask bgcmd=d.rast map=elevation_dem -n
>
> You are missing the quotes:
>
>  v.digit map=elevation_mask bgcmd='d.rast map=elevation_dem' -n
>                                   ^^                       ^^

I did this. I tried both single and double quotes. Same result.

Michael

______________________________
Michael Barton, Professor & Curator
School of Human Origins, Cultures, & Societies
Arizona State University
Tempe, AZ  85287-2402
USA


Thu, May 13 2004 17:40:03    Status changed to open by _rt_system  
Thu, May 20 2004 09:30:49    Mail sent by mneteler  
Michael Barton wrote:
> On May 13, 2004, at 2:00 AM, Markus Neteler via RT wrote:
> Michael,
> >
> > did you create a vector entry first in 'd.m'? And activated the layer?
> > Then the 'dig' item should work.
>
> I will try this. Does it work for creating new vectors (i.e., can I 
> create a blank vector entry)? This is what I was trying to do.

Yes, you can do this: Select a vector entry in d.m, type in a name
and then click on the 'DIG' icon.

I have added an error message in case a user forgets to select a
vector map before clicking the 'DIG' icon.

Markus
Thu, May 20 2004 09:31:00    Status changed to resolved by mneteler  
Thu, May 20 2004 09:48:17    Mail sent by michael.barton@asu.edu  
Return-Path <michael.barton@asu.edu>
Delivered-To grass-bugs@lists.intevation.de
Mime-Version 1.0 (Apple Message framework v613)
In-Reply-To <20040520073100.8AC5113B16@lists.intevation.de>
References <20040520073100.8AC5113B16@lists.intevation.de>
Content-Type text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id <051F2C08-AA32-11D8-8E27-000A956FE2E0@asu.edu>
Content-Transfer-Encoding 7bit
From Michael Barton <michael.barton@asu.edu>
Subject Re: [bug #2406] (grass) Transaction (mneteler)
Date Thu, 20 May 2004 00:48:01 -0700
To Markus Neteler via RT <grass-bugs@intevation.de>
X-Mailer Apple Mail (2.613)
X-Spam-Status No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level
Markus,

Thanks for the clarification. I am moving all my data and work to 5.7.  
So I'll probably have more questions. So far it is going well, however.

Also, I got your r_mapcalc.tcl to start up. It looks very nice. I don't  
know how to get it to read and select from a list of raster files. But  
it is a good incentive for me to learn a bit more. I only am concerned  
about committing much energy to tcltk if GRASS is moving to Qt.

Michael

____________________
C. Michael Barton, Professor
School of Human Origins, Cultures, & Societies
PO Box 872402
Arizona State University
Tempe, AZ  85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>
On May 20, 2004, at 12:31 AM, Markus Neteler via RT wrote:

> this bug's URL: http://intevation.de/rt/webrt?serial_num=2406
>
> Thu, May 20 2004 09:31:00: Request 2406 was acted upon.
>
>  Transaction: Status changed to resolved by mneteler
>
>        Queue: grass
>         Area: grass5.7
>      Subject: errors in v.digit from d.m and gui interface
>        Owner:
>   Requestors: michael.barton@asu.edu
>       Status: resolved
>
> ----------------------------------------------------------------------- 
> --
>
>
> -------------------------------------------- Managed by Request Tracker


Thu, May 20 2004 09:48:17    Status changed to open by _rt_system  
Tue, Mar 1 2005 08:46:11    Status changed to resolved by pcavallini  
Comment | Reply | Take | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request