PostGIS: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(init)
 
Line 1: Line 1:
=== Help pages ===
=== Help pages ===
* GRASS {{cmd|databaseintro}} help page
* GRASS {{cmd|sql}} help page


* {{cmd|grass-pg}} help page
* {{cmd|grass-pg}} help page

Revision as of 00:02, 11 September 2008

Help pages

Link to external dataset

Import into GRASS

  1. v.in.ogr (import only geometry column from postgresql/postgis)
  2. v.clean

There is a fundamental difference between the PostGIS format which is non-topological and the internal GRASS format which is topological and which, thus, does not really allow for overlapping polygons. You can digitize them, but they are not really useful...

You cannot directly process a PostGIS table in GRASS. GRASS has its own internal vector format.

You can link a GRASS layer to a PostgreSQL table, though. v.db.connect (??)