db.out.ogr.1grass

Langue: en

Autres versions - même langue

Version: 335801 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

NAME

db.out.ogr - Exports attribute tables into various formats.

KEYWORDS

database, attribute table

SYNOPSIS

db.out.ogr
db.out.ogr help
db.out.ogr input=name dsn=name format=string [db_table=name] [--verbose] [--quiet]

Parameters:

input=name

GRASS table name
dsn=name

Table file to be exported or DB connection string
format=string

Table format
Options: CSV,DBF,GML,MySQL,PostgreSQL,SQLite
Default: 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):


db.out.ogr points_tab dsn=/tmp/points_tab.dbf

Export of GRASS table to a CSV table file:


db.out.ogr points_tab dsn=points.csv format=CSV

Export of GRASS table into a PostgreSQL table:


db.out.ogr points_tab dsn="PG:host=localhost dbname=postgres user=neteler" format=PostgreSQL
echo "SELECT * FROM points_tab" | psql postgres

SEE ALSO

GRASS SQL interface

AUTHOR

Markus Neteler

Last changed: $Date: 2007-12-04 14:54:09 +0100 (mar, 04 dic 2007) $

Full index

© 2003-2010 GRASS Development Team