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: Mon Nov 18 20:15:32 2019 in commit: 1a1d107e4f6e1b846f9841c2c6fabf015c5f720d
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 7.8.8dev Reference Manual