Re: [GRASS-user] batch import/sql shapefiles

2008-05-13 Thread Nikos Alexandris
On Tue, 2008-05-13 at 15:52 +0800, maning sambale wrote: Hi, This simple script doesn't seem to work on my cygwin bash for i in *.shp; do ogr2ogr -f ESRI Shapefile -where ELEVATION10 $i_elev $i; done I'm trying to extract elevation contour lines from a couple of shapefiles I

Re: [GRASS-user] batch import/sql shapefiles

2008-05-13 Thread maning sambale
Both didn't worked. $i_elev -- ${i}_elev $i\_elev instead of $i_elev. -- |-|--| | __.-._ |Ohhh. Great warrior. Wars not make one great. -Yoda | | '-._7' |Freedom is still the most radical idea of all -N.Branden| | /'.-c

Re: [GRASS-user] WMS fails on Geosciences Australia downloads

2008-05-13 Thread Richard Chirgwin
Hamish wrote: Richard wrote: I am trying to access layers on the Geosciences Australia OGC Web Map server: http://www.ga.gov.au/wms/getmap?dataset=nationalrequest=getCapabilities Hamish: which version of GRASS? Richard: Grass 6.2.2 cvs, Ubuntu build.

Re: [GRASS-user] batch import/sql shapefiles

2008-05-13 Thread Wolf Bergenheim
On 13.05.2008 10:52, maning sambale wrote: Hi, This simple script doesn't seem to work on my cygwin bash for i in *.shp; do ogr2ogr -f ESRI Shapefile -where ELEVATION10 $i_elev $i; done You have two errors: 1) (as Hamish pointed out) $i_elev is a legal variable name so you want

[GRASS-user] Panning with r.profile or the gis.m profiler

2008-05-13 Thread Craig Leat
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 ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Weird Cygwin -Grass 6.3.3 issues

2008-05-13 Thread Manuel Francisco Maestre Páez
Hi all I've been working with the linux version of GRASS since two years with no problems but now i'm trying to make my GRASS based application in Windows using the cygwin port. I've noticed that some GRASS commands doesn't work properly but they don't even show any error nor any output. I'm

Re: [GRASS-user] WMS fails on Geosciences Australia downloads

2008-05-13 Thread Hamish
Richard Chirgwin wrote: I am trying to access layers on the Geosciences Australia OGC Web Map server: http://www.ga.gov.au/wms/getmap?dataset=nationalrequest=getCapabilities Is it a bug in Grass-GIS or at the other end? I'll be kind and say GRASS because /technically/ the other end

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

2008-05-13 Thread Michael Barton
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, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Message: 4 Date: Tue, 13 May 2008 15:52:17 +0800 From: maning sambale [EMAIL PROTECTED] Subject: [GRASS-user] batch import/sql

Re: [GRASS-user] Panning with r.profile or the gis.m profiler

2008-05-13 Thread Michael Barton
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, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Message: 4 Date: Tue, 13 May 2008 13:33:58 +0200 From: Craig Leat [EMAIL PROTECTED] Subject: [GRASS-user] Panning with r.profile

[GRASS-user] updating table values from another table

2008-05-13 Thread Manuel Seeger
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

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

2008-05-13 Thread Osman Yalçın YILMAZ
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

[GRASS-user] grass error on ubuntu hardy amd64

2008-05-13 Thread Rosca Bogdan
Hi! I have installed Ubuntu Hardy and Grass63. When I tried to start with my mapset I get an error: Error setting region (Problem with g.region?) child process exited abnormally. I should mention that in Windows platform I have open my mapset, so that's nothing wrong with my data. I am trying to

Re: [GRASS-user] Weird Cygwin -Grass 6.3.3 issues

2008-05-13 Thread Glynn Clements
Manuel Francisco Maestre Páez wrote: I've been working with the linux version of GRASS since two years with no problems but now i'm trying to make my GRASS based application in Windows using the cygwin port. I've noticed that some GRASS commands doesn't work properly but they don't even show

Re: [GRASS-user] WMS fails on Geosciences Australia downloads

2008-05-13 Thread Richard Chirgwin
Hamish wrote: Richard Chirgwin wrote: I am trying to access layers on the Geosciences Australia OGC Web Map server: http://www.ga.gov.au/wms/getmap?dataset=nationalrequest=getCapabilities Is it a bug in Grass-GIS or at the other end? I'll be