[GRASS-user] Re: Entering point data with SQLite

Message: 6
Date: Tue, 29 Jun 2010 09:58:45 -0400
From: Kurt Springs <ferret_bard@mac.com>
Subject: [GRASS-user] Re: grass-user Digest, Vol 50, Issue 73
To: grass-user@lists.osgeo.org
Message-ID: <1FFCD860-4138-4E08-965D-4ED755509A95@mac.com>
Content-Type: text/plain; charset="us-ascii"

I am afraid I am using OS X and SQLite studio isn't ready for OS X yet. GRASS 6.4 is the latest binary build thus far.

I still need to know the best field type for Latitude and Longitude coordinates.

Kurt

On Jun 29, 2010, at 2:37 AM, grass-user-request@lists.osgeo.org wrote:

Kurt,

Use double-precision fields if you can.

Also, convert lat and long to decimal lat-long so that v.in.db will work!

Note that v.in.db just imports a database table - it doesn't matter which schema the table is in, as long as Grass-GIS is logged into that database and schema.

Richard