AddOns/GRASS7/vector: Difference between revisions

From GRASS-Wiki
< AddOns‎ | GRASS7
Jump to navigation Jump to search
mNo edit summary
(use new Addons source template)
Line 6: Line 6:
==== v.build.pg ====
==== v.build.pg ====


v.build.pg builds PostGIS topology for feature tables linked via v.external.
{{AddonSrc|vector|v.build.pg|version=7}} builds PostGIS topology for feature tables linked via v.external.


==== v.colors2 ====
==== v.colors2 ====


v.colors is much like r.colors, but may be used for vector maps.
{{AddonSrc|vector|v.colors|version=7}} is much like r.colors, but may be used for vector maps.


==== v.external.all ====
==== v.external.all ====


v.external.all creates (using v.external) in the current mapset new pseudo-vector maps for all OGR layers from given OGR datasource (dsn option).
{{AddonSrc|vector|v.external.all|version=7}} creates (using v.external) in the current mapset new pseudo-vector maps for all OGR layers from given OGR datasource (dsn option).


==== v.in.geopaparazzi ====
==== v.in.geopaparazzi ====


v.in.geopaparazzi imports all elements saved into [http://code.google.com/p/geopaparazzi/ Geopaparazzi].
{{AddonSrc|vector|v.in.geopaparazzi|version=7}} imports all elements saved into [http://code.google.com/p/geopaparazzi/ Geopaparazzi].


==== v.in.ply ====
==== v.in.ply ====


* [https://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.in.ply v.in.ply] is a C program that imports a PLY file and writes it as GRASS vector map.
{{AddonSrc|vector|v.in.ply|version=7}} is a C program that imports a PLY file and writes it as GRASS vector map.


: '''Author:''' Markus Metz
: '''Author:''' Markus Metz
Line 34: Line 34:
==== v.in.wfs2 ====
==== v.in.wfs2 ====


v.in.wfs2 imports OGC WFS maps (Web Feature Service) from external servers.
{{AddonSrc|vector|v.in.wfs2|version=7}} imports OGC WFS maps (Web Feature Service) from external servers.


==== v.median ====
==== v.median ====


v.median create the median point of a cloud of point.
{{AddonSrc|vector|v.median|version=7}} create the median point of a cloud of point.


==== v.net.salesman.opt ====
==== v.net.salesman.opt ====


v.net.salesman.opt estimates the optimal route to visit nodes on a vector network and optionally tries to improve the result.
{{AddonSrc|vector|v.net.salesman.opt|version=7}} estimates the optimal route to visit nodes on a vector network and optionally tries to improve the result.


==== v.out.ply ====
==== v.out.ply ====


* [https://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.out.ply v.out.ply] is a C program that exports a GRASS vector map as PLY file.
{{AddonSrc|vector|v.out.ply|version=7}} is a C program that exports a GRASS vector map as PLY file.


: '''Author:''' Markus Metz
: '''Author:''' Markus Metz
Line 52: Line 52:
==== v.ply.rectify ====
==== v.ply.rectify ====


v.ply.rectify imports a PLY point cloud, georeferences and exports it. The first three vertex properties must be the x, y, z coordinates with property names "x", "y", "z", in this order.
{{AddonSrc|vector|v.ply.rectify|version=7}} imports a PLY point cloud, georeferences and exports it. The first three vertex properties must be the x, y, z coordinates with property names "x", "y", "z", in this order.


: '''Author:''' Markus Metz
: '''Author:''' Markus Metz

Revision as of 22:48, 12 February 2013


See also

svn co https://svn.osgeo.org/grass/grass-addons/grass7/vector/

v.build.pg

v.build.pg (src) builds PostGIS topology for feature tables linked via v.external.

v.colors2

v.colors (src) is much like r.colors, but may be used for vector maps.

v.external.all

v.external.all (src) creates (using v.external) in the current mapset new pseudo-vector maps for all OGR layers from given OGR datasource (dsn option).

v.in.geopaparazzi

v.in.geopaparazzi (src) imports all elements saved into Geopaparazzi.

v.in.ply

v.in.ply (src) is a C program that imports a PLY file and writes it as GRASS vector map.

Author: Markus Metz

v.in.redwg

v.in.redwg imports DWG files into GRASS., see also here
Author: Rodrigo Rodrigues da Silva

v.in.wfs2

v.in.wfs2 (src) imports OGC WFS maps (Web Feature Service) from external servers.

v.median

v.median (src) create the median point of a cloud of point.

v.net.salesman.opt

v.net.salesman.opt (src) estimates the optimal route to visit nodes on a vector network and optionally tries to improve the result.

v.out.ply

v.out.ply (src) is a C program that exports a GRASS vector map as PLY file.

Author: Markus Metz

v.ply.rectify

v.ply.rectify (src) imports a PLY point cloud, georeferences and exports it. The first three vertex properties must be the x, y, z coordinates with property names "x", "y", "z", in this order.

Author: Markus Metz

v.surf.icw

Inverse cost weighting is like inverse distance weighted (IDW) interpolation, but uses cost instead of shortest Euclidean distance. In this way solid barriers and molasses zones may be correctly taken into account.