[GRASS-user] quick vector issues

1 - Is it just me or v.db.addtable cannot be accessed from gism? only from CLI?

2 - using v.out.ascii gives me my coordinates and points
_categories_... no way of get the attribute, like elevation? do I need
to convert first to raster then use r.out.xyz??

cheers

--
+-----------------------------------------------------------+
              Carlos Henrique Grohmann - Guano
  Visiting Researcher at Kingston University London - UK
  Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke

Carlos "Guâno" Grohmann wrote:

1 - Is it just me or v.db.addtable cannot be accessed from gism? only
from CLI?

2 - using v.out.ascii gives me my coordinates and points
_categories_... no way of get the attribute, like elevation?

v.out.ascii.db from GRASS AddOns WIKI. By Hamish.

Maciek

On 7/1/07 2:50 PM, "Maciej Sieczka" <tutey@o2.pl> wrote:

1 - Is it just me or v.db.addtable cannot be accessed from gism? only
from CLI?

database>manage databases>new table

In 6.3

I'm not sure about 6.2 but I think so (though the organization is somewhat
different).

Michael
__________________________________________
Michael Barton, Professor of Anthropology
Director of Graduate Studies
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

Could not found in 6.2.
I'm asking because I'm writing a portuguese tutorial, and it's based
on the stable 6.2 version. Should I expect any changes in 6.2.2?

On 7/2/07, Michael Barton <michael.barton@asu.edu> wrote:

On 7/1/07 2:50 PM, "Maciej Sieczka" <tutey@o2.pl> wrote:

>> 1 - Is it just me or v.db.addtable cannot be accessed from gism? only
>> from CLI?

database>manage databases>new table

In 6.3

I'm not sure about 6.2 but I think so (though the organization is somewhat
different).

Michael
__________________________________________
Michael Barton, Professor of Anthropology
Director of Graduate Studies
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

--
+-----------------------------------------------------------+
              Carlos Henrique Grohmann - Guano
  Visiting Researcher at Kingston University London - UK
  Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke

Carlos "Guâno" Grohmann wrote on 07/02/2007 02:22 PM:

Could not found in 6.2.
I'm asking because I'm writing a portuguese tutorial, and it's based
on the stable 6.2 version. Should I expect any changes in 6.2.2?

Yes:
gui/tcltk/menus/menu.tcl
2007-06-04 13:31 markus
        * menu.tcl: added v.db.addtab

:slight_smile:

Markus

On 7/2/07, Michael Barton <michael.barton@asu.edu> wrote:

On 7/1/07 2:50 PM, "Maciej Sieczka" <tutey@o2.pl> wrote:

>> 1 - Is it just me or v.db.addtable cannot be accessed from gism? only
>> from CLI?

database>manage databases>new table

In 6.3

I'm not sure about 6.2 but I think so (though the organization is
somewhat
different).

Michael
__________________________________________
Michael Barton, Professor of Anthropology
Director of Graduate Studies
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

------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------

OK. I'll wait for the 6.2.2 packages to make corrections in the text.

cheers

On 7/2/07, Markus Neteler <neteler@itc.it> wrote:

Carlos "Guâno" Grohmann wrote on 07/02/2007 02:22 PM:
> Could not found in 6.2.
> I'm asking because I'm writing a portuguese tutorial, and it's based
> on the stable 6.2 version. Should I expect any changes in 6.2.2?

Yes:
gui/tcltk/menus/menu.tcl
2007-06-04 13:31 markus
        * menu.tcl: added v.db.addtab

:slight_smile:

Markus

>
> On 7/2/07, Michael Barton <michael.barton@asu.edu> wrote:
>>
>> On 7/1/07 2:50 PM, "Maciej Sieczka" <tutey@o2.pl> wrote:
>>
>> >> 1 - Is it just me or v.db.addtable cannot be accessed from gism? only
>> >> from CLI?
>>
>> database>manage databases>new table
>>
>> In 6.3
>>
>> I'm not sure about 6.2 but I think so (though the organization is
>> somewhat
>> different).
>>
>> Michael
>> __________________________________________
>> Michael Barton, Professor of Anthropology
>> Director of Graduate Studies
>> 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
>>
>

------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------

--
+-----------------------------------------------------------+
              Carlos Henrique Grohmann - Guano
  Visiting Researcher at Kingston University London - UK
  Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke

Another option is to use db.select : if you are only using point data, you can
create an x and y column, upload the coordinates, and then dump the table
with db.select.

cheers,

dylan

On Monday 02 July 2007 06:20, Carlos "Guâno" Grohmann wrote:

OK. I'll wait for the 6.2.2 packages to make corrections in the text.

cheers

On 7/2/07, Markus Neteler <neteler@itc.it> wrote:
> Carlos "Guâno" Grohmann wrote on 07/02/2007 02:22 PM:
> > Could not found in 6.2.
> > I'm asking because I'm writing a portuguese tutorial, and it's based
> > on the stable 6.2 version. Should I expect any changes in 6.2.2?
>
> Yes:
> gui/tcltk/menus/menu.tcl
> 2007-06-04 13:31 markus
> * menu.tcl: added v.db.addtab
>
> :slight_smile:
>
> Markus
>
> > On 7/2/07, Michael Barton <michael.barton@asu.edu> wrote:
> >> On 7/1/07 2:50 PM, "Maciej Sieczka" <tutey@o2.pl> wrote:
> >> >> 1 - Is it just me or v.db.addtable cannot be accessed from gism?
> >> >> only from CLI?
> >>
> >> database>manage databases>new table
> >>
> >> In 6.3
> >>
> >> I'm not sure about 6.2 but I think so (though the organization is
> >> somewhat
> >> different).
> >>
> >> Michael
> >> __________________________________________
> >> Michael Barton, Professor of Anthropology
> >> Director of Graduate Studies
> >> 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
>
> ------------------
> ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
> ITC -> since 1 March 2007 Fondazione Bruno Kessler
> ------------------

--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341

Carlos Grohmann wrote:
> 1 - Is it just me or v.db.addtable cannot be accessed from gism?
> only from CLI?
>
> 2 - using v.out.ascii gives me my coordinates and points
> _categories_... no way of get the attribute, like elevation?

Maciej:

v.out.ascii.db from GRASS AddOns WIKI. By Hamish.

Dylan:

Another option is to use db.select : if you are only using point data,
you can create an x and y column, upload the coordinates, and then

(v.to.db)

dump the table with db.select.

but multiple points may use the same cat number so this may be
problematic.

It is my hope that one day v.out.ascii points mode gets a columns=
option and v.out.ascii.db can be retired. This question comes up often
enough to demonstate the need.

Hamish