other versions
- jessie 6.4.4-1
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
| db.out.ogr(1grass) | Grass User's Manual | db.out.ogr(1grass) |
NAME¶
db.out.ogr - Exports attribute tables into various formats.KEYWORDS¶
database, attribute tableSYNOPSIS¶
db.out.ogrParameters:¶
- input=name
-
GRASS table name
- dsn=name
-
Table file to be exported or DB connection string
- format=string
-
Table formatOptions: CSV,DBF,GML,MySQL,PostgreSQL,SQLiteDefault: DBF
- db_table=name
-
Name for output table
DESCRIPTION¶
db.out.ogr exports GRASS attribute tables into various formats as supported by the OGR driver on the local system (CSV, DBF, PostgreSQL, SQLite, MySQL, ODBC, etc.).EXAMPLES¶
Export of GRASS table to a DBF table (default format):format=PostgreSQL
SEE ALSO¶
GRASS SQL interfaceAUTHOR¶
Markus Neteler Last changed: $Date: 2011-09-04 15:23:30 +0200 (Sun, 04 Sep 2011) $ Full index © 2003-2014 GRASS Development Team| GRASS 6.4.4 |