[GRASS-user] Re: grass-user Digest, Vol 25, Issue 19

Osman Yalçın YILMA Z yilmazy at istanbul.edu.tr
Tue May 13 12:25:11 EDT 2008


On Tue, 13 May 2008 12:00:09 -0400 (EDT), grass-user-request wrote
> Send grass-user mailing list submissions to
> 	grass-user at lists.osgeo.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.osgeo.org/mailman/listinfo/grass-user
> or, via email, send a message with subject or body 'help' to
> 	grass-user-request at lists.osgeo.org
> 
> You can reach the person managing the list at
> 	grass-user-owner at lists.osgeo.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of grass-user digest..."
> 
> Today's Topics:
> 
>    1. Re: grass-user Digest, Vol 25, Issue 17 (Michael Barton)
> 
>    2. Re: Panning with r.profile or the gis.m profiler (Michael 
> Barton)
>    3. updating table values from another table (Manuel Seeger)
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 13 May 2008 08:09:05 -0700
> From: Michael Barton <michael.barton at asu.edu>
> Subject: [GRASS-user] Re: grass-user Digest, Vol 25, Issue 17
> To: <grass-user at lists.osgeo.org>
> Message-ID: <C44EFD21.32D0A%michael.barton at asu.edu>
> Content-Type: text/plain; charset="US-ASCII"
> 
> 1) are you sure you have the ogr2ogr gdal utility?
> 2) you might try Python instead of bash
> 
> Michael
> 
> On 5/13/08 1:20 AM, "grass-user-request at lists.osgeo.org"
> <grass-user-request at lists.osgeo.org> wrote:
> 
> > Message: 4
> > Date: Tue, 13 May 2008 15:52:17 +0800
> > From: "maning sambale" <emmanuel.sambale at gmail.com>
> > Subject: [GRASS-user] batch import/sql shapefiles
> > To: grass-user <grass-user at lists.osgeo.org>
> > Message-ID:
> > <f902f9840805130052u6ed3e6dbq78af48133f186805 at mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> > 
> > Hi,
> > 
> > This simple script doesn't seem to work on my cygwin bash
> > 
> > for i in *.shp; do
> > ogr2ogr -f "ESRI Shapefile" -where "ELEVATION>10" $i_elev $i;
> > done
> > 
> > I'm trying to extract elevation contour lines from a couple of shapefiles
> > I know it worked before on my linux.
> > 
> > cheers,
> > maning
> >
> 
> __________________________________________
> 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
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 13 May 2008 08:14:48 -0700
> From: Michael Barton <michael.barton at asu.edu>
> Subject: Re: [GRASS-user] Panning with r.profile or the gis.m 
> profiler To: <grass-user at lists.osgeo.org> Message-ID:
<C44EFE78.32D0E%michael.barton at asu.edu>
> Content-Type: text/plain; charset="US-ASCII"
> 
> You can pan the display, but not at the same time you are trying to 
> draw a profile line.
> 
> Michael
> 
> On 5/13/08 5:43 AM, "grass-user-request at lists.osgeo.org"
> <grass-user-request at lists.osgeo.org> wrote:
> 
> > 
> > Message: 4
> > Date: Tue, 13 May 2008 13:33:58 +0200
> > From: Craig Leat <craig at pid.co.za>
> > Subject: [GRASS-user] Panning with r.profile or the gis.m profiler
> > To: grass-user at lists.osgeo.org
> > Message-ID: <48297CA6.2050909 at pid.co.za>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> > 
> > Hi
> > 
> > Is there a way to pan in the map display while using r.profile or the
> > gis.m profile tool? I'm using GRASS 6.3.0RC3.
> > 
> > Regards
> > 
> > Craig
> 
> __________________________________________
> 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
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 13 May 2008 16:38:34 +0200
> From: Manuel Seeger <seeger at uni-trier.de>
> Subject: [GRASS-user] updating table values from another table
> To: GRASSLIST <grass-user at lists.osgeo.org>
> Message-ID: <4829A7EA.6050907 at uni-trier.de>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Hello all,
> 
> I want to update the values of selected columns in one vector file 
> with the values from another.  I think v.db.update should be the 
> right thing, but I don't know ho to do it (using the dbf driver)
> 
> Perhaps someone helps me?
> 
> Thanks in advance!
> 
> Manuel
> 
> _______________________________________________________________________
> Dr. Manuel Seeger
> Wiss. Assistent 			Scientific Assistant
> Physische Geographie 			Dpt. of Physical Geography
> FB VI - Geographie/Geowissenschaften 	Geography/Geosciences
> Universitdt Trier			University of Trier
> D - 54286 Trier
> Tel.:	+49-651-201 4557
> Fax:	+49-651-201 3976
> Web:	http://www-neu.uni-trier.de/index.php?id=9607
> 
> ------------------------------
> 
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
> 
> End of grass-user Digest, Vol 25, Issue 19
> ******************************************


--
I.U. WebMail Servisi


Dear Manuel,




v.distance should be solve your update problem from one vector to another
vector file.

Regards

.


More information about the grass-user mailing list