<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FPablotcarreira</id>
	<title>GRASS-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FPablotcarreira"/>
	<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/wiki/Special:Contributions/%E2%9A%A0%EF%B8%8FPablotcarreira"/>
	<updated>2026-06-01T10:48:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9941</id>
		<title>User:Pablotcarreira</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9941"/>
		<updated>2009-11-23T14:40:43Z</updated>

		<summary type="html">&lt;p&gt;⚠️Pablotcarreira: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;User Pablo Torres Carreira at OSGeo: [http://wiki.osgeo.org/wiki/User:Pablotcarreira]&lt;/div&gt;</summary>
		<author><name>⚠️Pablotcarreira</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9940</id>
		<title>User:Pablotcarreira</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9940"/>
		<updated>2009-11-23T14:39:46Z</updated>

		<summary type="html">&lt;p&gt;⚠️Pablotcarreira: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [http://wiki.osgeo.org/wiki/User:Pablotcarreira]&lt;/div&gt;</summary>
		<author><name>⚠️Pablotcarreira</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9939</id>
		<title>User:Pablotcarreira</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9939"/>
		<updated>2009-11-23T14:39:06Z</updated>

		<summary type="html">&lt;p&gt;⚠️Pablotcarreira: Redirected page to Http://wiki.osgeo.org/wiki/User:Pablotcarreira&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect[[http://wiki.osgeo.org/wiki/User:Pablotcarreira]]&lt;/div&gt;</summary>
		<author><name>⚠️Pablotcarreira</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9938</id>
		<title>User:Pablotcarreira</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=User:Pablotcarreira&amp;diff=9938"/>
		<updated>2009-11-23T14:38:21Z</updated>

		<summary type="html">&lt;p&gt;⚠️Pablotcarreira: Created page with '#redirect[http://wiki.osgeo.org/wiki/User:Pablotcarreira]'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect[http://wiki.osgeo.org/wiki/User:Pablotcarreira]&lt;/div&gt;</summary>
		<author><name>⚠️Pablotcarreira</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=Import_DXF&amp;diff=9937</id>
		<title>Import DXF</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=Import_DXF&amp;diff=9937"/>
		<updated>2009-11-23T13:27:22Z</updated>

		<summary type="html">&lt;p&gt;⚠️Pablotcarreira: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes how to import file in {{wikipedia|AutoCAD DXF}} format into GRASS using {{cmd|v.in.dxf}}. 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.&lt;br /&gt;
&lt;br /&gt;
== Convert DXF layers to multi-layer GRASS vector map ==&lt;br /&gt;
&lt;br /&gt;
Run from menu&lt;br /&gt;
&lt;br /&gt;
 File -&amp;gt; Import vector map -&amp;gt; DXF import&lt;br /&gt;
&lt;br /&gt;
or from command-line&lt;br /&gt;
&lt;br /&gt;
 v.in.dxf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:v-in-dxf-1.png|thumb|400px|Choose input DXF file]] || [[Image:v-in-dxf-2.png|thumb|400px|Optionally list DXF layers which to import (by default all layers are imported)]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optionally you can also import all DXF layers to single layer GRASS vector map (&amp;lt;code&amp;gt;-1&amp;lt;/code&amp;gt; flag).&lt;br /&gt;
&lt;br /&gt;
== Convert DXF layers to separate GRASS vector maps ==&lt;br /&gt;
&lt;br /&gt;
Run from menu&lt;br /&gt;
&lt;br /&gt;
 File -&amp;gt; Import vector map -&amp;gt; Multiple DXF layers import&lt;br /&gt;
&lt;br /&gt;
[[Image:v-in-dxf-3.png|thumb|center|500px|Choose input DXF file and DXF layers to be imported. Each selected DXF layer is imported as single layer GRASS vector map.]]&lt;br /&gt;
&lt;br /&gt;
== Tips == &lt;br /&gt;
&lt;br /&gt;
The fundaments of areas, boundaries and lines in CAD and GIS are different, before importing a drawing into a GIS try to make it clean and &amp;quot;GIS like&amp;quot;. Ex: Make two areas share the same boundary, join lines and convert to polylines, remove duplicated objects.&lt;br /&gt;
&lt;br /&gt;
Also import only the objects of interest, do not import text, paper layout or hatches.&lt;br /&gt;
&lt;br /&gt;
Separate the objects that will become lines or boundaries into different layers.&lt;br /&gt;
&lt;br /&gt;
If your dxf is in a local coordinate system (like old topo drawings) with shifting parameters you can use v.transform or you can put it in place with a CAD software (align) and them import into GRASS. If it already have an utm coordinate and you want to change the reference system (datum) create the coresponding location import, change location and&lt;br /&gt;
them v.proj.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:wxGUI]]&lt;/div&gt;</summary>
		<author><name>⚠️Pablotcarreira</name></author>
	</entry>
</feed>