AddOns/GRASS7/vector

From GRASS-Wiki
Jump to navigation Jump to search

See also

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

v.build.pg

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

v.colors2

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

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).

v.in.geopaparazzi

v.in.geopaparazzi imports all elements saved into Geopaparazzi.

v.in.ply

  • v.in.ply 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 imports OGC WFS maps (Web Feature Service) from external servers.

v.median

v.median create the median point of a cloud of point.

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.

v.out.ply

  • v.out.ply is a C program that exports a GRASS vector map as PLY file.
Author: Markus Metz

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.

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.