Re: [GRASS-user] v.out.ogr multiple

2008-07-09 Thread Moritz Lennert
On 08/07/08 22:33, Gabriele N. wrote: Hello. I want to create a script bash (GUI) to export many vector in shapefile having the opportunity to decide which export layer (0, 1, 2) and type=line,area ecc.. Does this mean interactive decision layer by layer, or that the module should allow for

Re: [GRASS-user] differences between GDAL Grass built-in support and GDAL-Grass plugin

2008-07-09 Thread G. Allegri
Thanks Tom. Ok. I had already built Grass on GDAL from repo. Then I needed ecw support so I built my own GDAL (it could see the already installed Grass, so I've asked Grass support), and then I've built Grass against my new GDAL... So, the use of GDAL-Grass plugin is needed to avoid circular

Re: [GRASS-user] Determining maximum value of attributes where areas are overlapping in imported vector layer

2008-07-09 Thread Rainer M Krug
On Tue, Jul 8, 2008 at 6:34 PM, Moritz Lennert [EMAIL PROTECTED] wrote: On 08/07/08 18:14, Rainer M Krug wrote: On Tue, Jul 8, 2008 at 4:21 PM, Moritz Lennert [EMAIL PROTECTED] wrote: On 08/07/08 15:33, Rainer M Krug wrote: On Tue, Jul 8, 2008 at 3:19 PM, Moritz Lennert [EMAIL PROTECTED]

[GRASS-user] Shape lines to GRASS area (boundary + centroid), 101

2008-07-09 Thread peter . loewe
Hi, I am stuck with the olde issue about to create both vector boundaries and vector centroids out of a shape file consisting of lines. The lines have been imported (v.in.ogr), cleaned (v.clean) and v.type was used to produce boundaries v.type input=shapefile output=foo type=line,boundary.

Re: [GRASS-user] Determining maximum value of attributes where areas are overlapping in imported vector layer

2008-07-09 Thread Rainer M Krug
On Wed, Jul 9, 2008 at 12:30 PM, G. Allegri [EMAIL PROTECTED] wrote: It's not clear to me your situation... You have a singol vector layer with overlapping polygons? Did you import it as Level 1 (non-topological)? I imported it with v.in.ogr dsn=inputDir layer=fireHistory output=fireHistory

Re: [GRASS-user] differences between GDAL Grass built-in support and GDAL-Grass plugin

2008-07-09 Thread Martin Landa
Hi, concerning just GRASS, GDAL with GRASS support has been required just for old r.out.gdal script (now r.out.gdal.sh). Since this module is now written in C (=6.3), GDAL doesn't require GRASS support to run r.out.gdal. Martin 2008/7/9 G. Allegri [EMAIL PROTECTED]: Thanks Tom. Ok. I had

Re: [GRASS-user] differences between GDAL Grass built-in support and GDAL-Grass plugin

2008-07-09 Thread Benjamin Ducke
Does that mean that circular dependency has finally been dropped? Unless one really needs r.out.gdal.sh? How about OGR? Ben Martin Landa wrote: Hi, concerning just GRASS, GDAL with GRASS support has been required just for old r.out.gdal script (now r.out.gdal.sh). Since this module is now

Re: [GRASS-user] v.out.ogr multiple

2008-07-09 Thread Moritz Lennert
On 09/07/08 10:42, Gabriele N. wrote: Hi Moritz. Moritz Lennert-2 wrote: On 08/07/08 22:33, Gabriele N. wrote: Hello. I want to create a script bash (GUI) to export many vector in shapefile having the opportunity to decide which export layer (0, 1, 2) and type=line,area ecc.. Does this mean

Re: [GRASS-user] differences between GDAL Grass built-in support and GDAL-Grass plugin

2008-07-09 Thread Paul Kelly
On Wed, 9 Jul 2008, Benjamin Ducke wrote: Does that mean that circular dependency has finally been dropped? Unless one really needs r.out.gdal.sh? Well, you might want GDAL to be able to read GRASS datasets outside GRASS for other purposes - this was possible long before r.out.gdal.sh came

Re: [GRASS-user] v.out.ogr multiple

2008-07-09 Thread Gabriele N.
Thanks Moritz. I have made some improvements. I give you an example and the new script. Now I export all vectors with name that starts with foglio_1 But I do not know how to select a folder where to export the shapes. Now, only works if I enter the path by hand or select from a graphical user

[GRASS-user] Can I import the symbology of the a shapefile to GRASS?

2008-07-09 Thread Jhon Ortiz
Hi, all I have vector geology maps made in ArcGis. I'm importing the shapefile v.in.ogr with attributes data, without problems. I want to import the symbology made in ArcGis colors, symbols and labels, in ArcGis it's stored in files .style .lyr Can I import the files .style .lyr to GRASS? I