AddOns/GRASS 7/misc: Difference between revisions
Jump to navigation
Jump to search
⚠️Kuszinger (talk | contribs) (Adding m.printws information) |
(update to GitHub URLs) |
||
Line 1: | Line 1: | ||
{{AddOns}} | {{AddOns}} | ||
* '''[ | * '''[https://grass.osgeo.org/grass7/manuals/addons/ GRASS GIS 7 Addons Manual pages] - a complete overview of available Addons''' | ||
* [https:// | * [https://github.com/OSGeo/grass-addons/ Browse the GRASS GIS add-ons code on GitHub] | ||
* For addon installation, simply use {{cmd|g.extension}} | * For addon installation, simply use {{cmd|g.extension}} | ||
* Source code download: get all addons from the | * Source code download: get all addons from the git repository with: | ||
<code>git clone https://github.com/OSGeo/grass-addons.git</code> | |||
__TOC__ | __TOC__ |
Latest revision as of 07:32, 25 June 2020
- GRASS GIS 7 Addons Manual pages - a complete overview of available Addons
- Browse the GRASS GIS add-ons code on GitHub
- For addon installation, simply use g.extension
- Source code download: get all addons from the git repository with:
git clone https://github.com/OSGeo/grass-addons.git
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
m.printws
m.printws (src) - Creates cartographic-like map sheet page from a workspace composition.
- Author: Robert Kuszinger