Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
The output parameter is used to define the output file name (if the path is not defined, the module will attempt to write to the current directory). In case of a database connection as output, the connection string has to be specified.
The layer parameter is needed if the attribute table to be exported is linked as non-default layer to a vector map.
db.out.ogr input=precip_30ynormals output=precip_30ynormals.csv
db.out.ogr input=precip_30ynormals output=precip_30ynormals.dbf format=DBF
db.out.ogr input=precip_30ynormals \ output="PG:host=localhost dbname=meteo user=neteler" \ format=PostgreSQL # verify echo "SELECT * FROM precip_30ynormals" | psql meteo
Available at: db.out.ogr source code (history)
Latest change: Thursday Feb 03 11:10:06 2022 in commit: 547ff44e6aecfb4c9cbf6a4717fc14e521bec0be
Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
Main index | Database index | Topics index | Keywords index | Graphical index | Full index
© 2003-2023 GRASS Development Team, GRASS GIS 8.2.2dev Reference Manual