~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to vector/v.convert/description.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
<em>v.convert</em> converts GRASS 5.0/5.3/5.4 vectors into 5.7/6.x vectors.
4
 
 
5
 
<h2>NOTES</h2>
6
 
 
7
 
Vector maps from 5.0/5.3/5.4 and 5.7/6.x do not interfere. They are stored in different 
8
 
directories, so you can use the same names. Old vector maps can be listed with
9
 
<em>g.list oldvect</em>.
10
 
<p>
11
 
If you need to convert back from 5.7/6.x into the 5.0/5.3/5.4 vector format,
12
 
use <em>v.out.ogr</em> (to SHAPE format) and then <em>v.in.shape</em>
13
 
in the old GRASS program.
14
 
Alternatively use "<em>v.out.ascii -o</em>" and <em>v.in.ascii</em>.
15
 
<p>
16
 
As this GRASS version uses SQL for attribute management, there are
17
 
some <a href=sql.html>SQL restrictings concerning the file names</a>.
18
 
<p>
19
 
Missing centroids can be added with <em>v.category</em>.
20
 
 
21
 
<h2>EXAMPLE</h2>
22
 
<div class="code"><pre>
23
 
v.convert in=vectormap_from_50 out=vectormap_60
24
 
</pre></div>
25
 
 
26
 
<h2>SEE ALSO</h2>
27
 
 
28
 
<a href="g.list.html">g.list</a>,
29
 
<a href="v.category.html">v.category</a>,
30
 
<a href="v.convert.all.html">v.convert.all</a>,
31
 
<a href="v.out.ascii.html">v.out.ascii</a>,
32
 
<a href="v.in.ascii.html">v.in.ascii</a>,
33
 
<a href="v.out.ogr.html">v.out.ogr</a>
34
 
 
35
 
 
36
 
<h2>AUTHOR</h2>
37
 
 
38
 
Radim Blazek, ITC-Irst, Trento, Italy
39
 
 
40
 
<p><i>Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $</i>