Re: [GRASS-user] How to use SQLite command

2008-07-25 Thread Martin Landa
Hi, 2008/7/25 [EMAIL PROTECTED]: I want to manage grass database with SQLite So, I input following command from keyboard: db.connect driver=sqlite database='gis/latlon_jpn/PERMANENT/sqlite.db' Error: value sqlite out of range for parameter driver Legal range: dbf,ogr,pg Why

Re: [GRASS-user] How to use SQLite command

2008-07-25 Thread Maciej Sieczka
[EMAIL PROTECTED] pisze: db.connect driver=sqlite database='gis/latlon_jpn/PERMANENT/sqlite.db' Error: value sqlite out of range for parameter driver Legal range: dbf,ogr,pg Why error massage ? Apparently your GRASS installation is not built with SQLite support. grass manual wrote

Re: [GRASS-user] import a folder full of shapefiles and reproject on-the-fly?

2008-07-25 Thread Paolo Craveri
Tim, I had a similar problem some time ago, with a lots of shapefiles (very large area, forest cover). Here you can find some scripts, perhaps useful. I think it is better to reproject and merge shapefiles via ogr2ogr. The very trivial task (in my experience) was to clean vector after import in

Re: [GRASS-user] tips on GRASS Mac users

2008-07-25 Thread William Kyngesburye
On Jul 25, 2008, at 12:55 AM, maning sambale wrote: How to configure middle-click for the zooming function in GRASS with imacs mighty mouse? GRASS (X11) takes mouse buttons as they are assigned in System Preferences-Keyboard Mouse. ie, if you set your mouse right- handed, the left and

Re: [GRASS-user] tips on GRASS Mac users

2008-07-25 Thread Michael Barton
On Jul 25, 2008, Kyngesburye at 9:00 AM, [EMAIL PROTECTED] wrote: Date: Fri, 25 Jul 2008 09:34:27 -0500 From: William [EMAIL PROTECTED] Subject: Re: [GRASS-user] tips on GRASS Mac users To: maning sambale [EMAIL PROTECTED] Cc: grass-user@lists.osgeo.org Message-ID: [EMAIL PROTECTED]

[GRASS-user] Thin plate spline for climate point record interpollation?

2008-07-25 Thread Dimos
Dear Grass Users, How to do thin plate spline interpolation with Grass GIS (ex. Anusplin http://fennerschool.anu.edu.au/publications/software/anusplin.php) using: -Lat, long and elevation as the 3 independent variables -Temperature or precipitation as dependent variable -1 KM elevation grid

[GRASS-user] Makefile for v.strahlerco

2008-07-25 Thread Annalisa Minelli
Dear all, I'm trying to write a working Makefile for v.strahler, r.strahler.sh, r.broscoe.sh and v.mainchannel, a Makefile that can simultaneously compile C and Shell modules... and, after some attempt, I found this version: MODULE_TOPDIR = ../.. PGM = v.mainchannel r.strahler.sh r.broscoe.sh

Re: [GRASS-user] tips on GRASS Mac users

2008-07-25 Thread William Kyngesburye
On Jul 25, 2008, at 9:34 AM, William Kyngesburye wrote: On Jul 25, 2008, at 12:55 AM, maning sambale wrote: How to configure middle-click for the zooming function in GRASS with imacs mighty mouse? GRASS (X11) takes mouse buttons as they are assigned in System Preferences-Keyboard Mouse.

Re: [GRASS-user] Thin plate spline for climate point record interpollation?

2008-07-25 Thread Hamish
How to do thin plate spline interpolation with Grass GIS v.surf.rst or v.vol.rst for the 2D and 3D cases. see http://grass.osgeo.org/wiki/RST_Spline_Surfaces and help pages for those modules. output layer is typically called elev, but it can be any variable. Hamish

Re: [GRASS-user] tips on GRASS Mac users

2008-07-25 Thread Dave Kent
I usually disable scrolling on the middle button as if it is rolled slightly when pressed, grass responds in unpredictable ways. dave On Jul 25, 2008, at 4:16 PM, William Kyngesburye wrote: On Jul 25, 2008, at 9:34 AM, William Kyngesburye wrote: On Jul 25, 2008, at 12:55 AM, maning

Re: [GRASS-user] How to use SQLite command

2008-07-25 Thread SGW00412
Dear all Thank you useful advice but I failed. I installed splite3 by using cygwin set up module. After that, I check splite3 operation at command line. GRASS 6.3.0 (idokeido_japan):~ sqlite3 SQLite version 3.5.1 I made new mapset as follows: g.mapset -c mapset=new_db