[GRASS-user] Commandline for creating a vectorial

Greetings

I’m using GRASS6.4.0.RC6 in Windows and I need to create a script that creates vectorials. By using WxGUI menu is quite easy Vector/Develop vector map/Create new Vector map and then name and options. is there any commandline to perform exacly this?

Thanks

Jenny

On Wed, Jun 30, 2010 at 6:11 PM, Jenny Turner <jennyturner1980@gmail.com> wrote:

Greetings
I'm using GRASS6.4.0.RC6 in Windows and I need to create a script that
creates vectorials. By using WxGUI menu is quite easy Vector/Develop vector
map/Create new Vector map and then name and options. is there any
commandline to perform exacly this?

You can use v.edit for this:
http://grass.osgeo.org/grass64/manuals/html64_user/v.edit.html

Markus

Hi
In my case I’m using winGRASS.

So If I do
v.edit map=vector_file type=boundary,centroid tool=create
It’s exacly the same as I select Crete New Vector map (from Vector/Develp Vector Map/) without “Creating attribute table”?

Thanks
Jenny

On Wed, Jun 30, 2010 at 8:09 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, Jun 30, 2010 at 6:11 PM, Jenny Turner <jennyturner1980@gmail.com> wrote:

Greetings
I’m using GRASS6.4.0.RC6 in Windows and I need to create a script that
creates vectorials. By using WxGUI menu is quite easy Vector/Develop vector
map/Create new Vector map and then name and options. is there any
commandline to perform exacly this?

You can use v.edit for this:
http://grass.osgeo.org/grass64/manuals/html64_user/v.edit.html

Markus