v.out.ogr.1grass

Langue: en

Version: 315383 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

v.out.ogr

DESCRIPTION

v.out.ogr converts GRASS vector data to OGR format. OGR (Simple Features Library) is part of the GDAL library, so you need to install gdal to use v.out.ogr.
To export areas with holes into, e.g., a SHAPE file, while keeping the holes as holes, the flag -c has to be used.

Supported OGR Vector Formats

ESRI Shapefile
CSV
GML
KML
Mapinfo File
PostgreSQL/PostGIS
TIGER

For further available drivers go here.

EXAMPLES

Export to SHAPE

Export lines from GRASS vector map to SHAPE format (generates /tmp/testogr.shp and related files):

v.out.ogr input=multi type=line dsn=/tmp olayer=testogr
Export areas from GRASS vector map to SHAPE format (generates /tmp/testogr.shp and related files):

v.out.ogr input=multi type=area dsn=/tmp olayer=testogr

Export to GML

Export lines from GRASS vector map to GML format (generates /tmp/testogr.gml file with layer 'testogr'):

v.out.ogr input=multi type=line dsn=/tmp/testogr.gml olayer=testogr format=GML

Export to PostgreSQL/PostGIS

Export areas from GRASS vector map directly to PostGIS:

v.out.ogr input=polygons type=area \

          dsn="PG:host=localhost dbname=postgis user=postgres" \

          olayer=polymap format=PostgreSQL

Export to KML (Google Earth)

Export faces (3D vectors) from GRASS vector map in KML format for Google Earth:
v.out.ogr in=buildings_3d dsn=buildings_3d.kml olayer=buildings_3d format=KML type=face

REFERENCES

OGR vector library
OGR vector library C API documentation

SEE ALSO

v.external, v.in.ogr

AUTHORS

Radim Blazek, ITC-Irst, Trento, Italy
Some contributions: Markus Neteler

Last changed: $Date: 2006/06/13 16:17:53 $

Full index