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$