AddOns/GRASS 7/misc: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(new misc Addons section)
 
(+link to http://grass.osgeo.org/grass70/manuals/addons/)
Line 1: Line 1:
{{AddOns}}
{{AddOns}}
See also
 
* '''[http://grass.osgeo.org/grass70/manuals/addons/ GRASS GIS 7 Addons Manual pages] - a complete overview of available Addons'''
* [https://trac.osgeo.org/grass/browser/grass-addons Browse the Svn add-ons code in the Trac system]
* For addon installation, simply use {{cmd|g.extension}}
* Source code download: get all addons from the svn repository with:
  svn co https://svn.osgeo.org/grass/grass-addons/grass7/misc/
  svn co https://svn.osgeo.org/grass/grass-addons/grass7/misc/



Revision as of 09:16, 10 June 2015


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

m.gcp.filter

m.gcp.filter (src) - Filters GCPs using the distance between the computed coordinates and the actual coordinates of each GCP. The result of the filtering (number of points to use after filtering, number of points filtered out, final RMS error) is printed out.

Author: Markus Metz

m.eigensystem

m.eigensystem (src) - Computes eigen values and eigen vectors for square matrices.

Author: Michael Shapiro