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

On Tue, 13 May 2008 12:00:09 -0400 (EDT), grass-user-request wrote

Send grass-user mailing list submissions to
  grass-user@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@lists.osgeo.org

You can reach the person managing the list at
  grass-user-owner@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@asu.edu>
Subject: [GRASS-user] Re: grass-user Digest, Vol 25, Issue 17
To: <grass-user@lists.osgeo.org>
Message-ID: <C44EFD21.32D0A%michael.barton@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@lists.osgeo.org"
<grass-user-request@lists.osgeo.org> wrote:

> Message: 4
> Date: Tue, 13 May 2008 15:52:17 +0800
> From: "maning sambale" <emmanuel.sambale@gmail.com>
> Subject: [GRASS-user] batch import/sql shapefiles
> To: grass-user <grass-user@lists.osgeo.org>
> Message-ID:
> <f902f9840805130052u6ed3e6dbq78af48133f186805@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@asu.edu>
Subject: Re: [GRASS-user] Panning with r.profile or the gis.m
profiler To: <grass-user@lists.osgeo.org> Message-ID:

<C44EFE78.32D0E%michael.barton@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@lists.osgeo.org"
<grass-user-request@lists.osgeo.org> wrote:

>
> Message: 4
> Date: Tue, 13 May 2008 13:33:58 +0200
> From: Craig Leat <craig@pid.co.za>
> Subject: [GRASS-user] Panning with r.profile or the gis.m profiler
> To: grass-user@lists.osgeo.org
> Message-ID: <48297CA6.2050909@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@uni-trier.de>
Subject: [GRASS-user] updating table values from another table
To: GRASSLIST <grass-user@lists.osgeo.org>
Message-ID: <4829A7EA.6050907@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@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

.