Import DXF: Difference between revisions
Jump to navigation
Jump to search
m (image centered) |
|||
Line 1: | Line 1: | ||
This page describes how to import file in [http://en.wikipedia.org/wiki/Dxf DXF] format into GRASS using [[wxGUI]]. DXF usually contains more layers. You can convert DXF file to ''multi-layer'' [[GRASS Vector Layers|GRASS vector map]] or import selected DXF layers as ''separated'' (single layer) GRASS vector maps. | This page describes how to import file in [http://en.wikipedia.org/wiki/Dxf DXF] format into GRASS using [[wxGUI]]. DXF usually contains more layers. You can convert DXF file to ''multi-layer'' [[GRASS Vector Layers|GRASS vector map]] or import selected DXF layers as ''separated'' (single layer) GRASS vector maps. | ||
== Convert DXF layers to multi- | == Convert DXF layers to multi-layer GRASS vector map == | ||
Run from menu | Run from menu |
Revision as of 09:59, 21 August 2008
This page describes how to import file in DXF format into GRASS using wxGUI. DXF usually contains more layers. You can convert DXF file to multi-layer GRASS vector map or import selected DXF layers as separated (single layer) GRASS vector maps.
Convert DXF layers to multi-layer GRASS vector map
Run from menu
File -> Import vector map -> DXF import
or from command-line
v.in.dxf
Optionally you can also import all DXF layers to single layer GRASS vector map (-1
flag).
Convert DXF layers to separete GRASS vector maps
Run from menu
File -> Import vector map -> Multiple DXF layers import