ÐÐÐСÐÐÐÐ v.out.ogr converts GRASS vector data to [1]OGR format. OGR (Simple Features Library) is part of the [2]GDAL library, so you need to install gdal to use v.out.ogr. Supported OGR Vector Formats [3]ESRI Shapefile [4]CSV [5]GML [6]KML [7]Mapinfo File [8]PostgreSQL/PostGIS [9]TIGER For further available drivers go [10]here. ÐÐ ÐÐÐЧÐÐÐЯ To export areas with holes into, e.g., a Shapefile, while keeping the holes as holes, the flag -c has to be used. ÐÐ ÐÐÐРЫ Export to Shapefile Export lines from GRASS vector map to Shapefile 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 Shapefile format (generates /tmp/testogr.shp and related files): v.out.ogr input=multi type=area dsn=/tmp olayer=testogr Export 3D lines from GRASS vector map to Shapefile format: v.out.ogr input=lines_3d type=line dsn=/tmp olayer=testogr lco="SHPT=ARCZ" 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 t ype=face ССЫÐÐÐ [11]OGR vector library [12]OGR vector library C API documentation СÐ. ТÐÐÐÐ [13]v.external, [14]v.in.ogr ÐÐТÐРЫ Radim Blazek, ITC-Irst, Trento, Italy Some contributions: Markus Neteler, Martin Landa Last changed: $Date: 2007-09-12 06:34:50 -0500 (СÑ, 12 Ñен 2007) $ ÐвÑÐ¾Ñ Ð¿ÐµÑевода References 1. http://www.gdal.org/ogr/ 2. http://www.gdal.org/ 3. http://www.gdal.org/ogr/drv_shapefile.html 4. http://www.gdal.org/ogr/drv_csv.html 5. http://www.gdal.org/ogr/drv_gml.html 6. http://www.gdal.org/ogr/drv_kml.html 7. http://www.gdal.org/ogr/drv_mitab.html 8. http://www.gdal.org/ogr/drv_pg.html 9. http://www.gdal.org/ogr/drv_tiger.html 10. http://www.gdal.org/ogr/ogr_formats.html 11. http://www.gdal.org/ogr/ 12. http://www.gdal.org/ogr/ogr__api_8h.html 13. file://localhost/root/tmp/2/fin/v.external.html 14. file://localhost/root/tmp/2/fin/v.in.ogr.html