[GRASS-dev] [GRASS GIS] #3583: g.search.modules to include addons
GRASS GIS
trac at osgeo.org
Tue Feb 12 17:21:48 PST 2019
#3583: g.search.modules to include addons
-------------------------------+------------------------------
Reporter: Nikos Alexandris | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.6.1
Component: Python | Version: svn-trunk
Resolution: | Keywords: g.search.modules
CPU: Unspecified | Platform: Unspecified
-------------------------------+------------------------------
Comment (by Nikos Alexandris):
Replying to [comment:3 neteler]:
> dupe of #3624 ?
No. #3624 is about listing everything altogether (excluding addons), as in
`ls *`. I was looking for a way to list all core GRASS GIS modules at
once. It might be required/useful.
Also, an example for the current ticket #3583:
{{{
→ g.search.modules keyword=raster,buffer -ca
r.buffer
keywords: raster,buffer
description: Creates a raster map showing buffer zones
surrounding cells that contain non-NULL category values.
r.buffer.lowmem
keywords: raster,buffer
description: Creates a raster map showing buffer zones
surrounding cells that contain non-NULL category values.
This
is the low-memory alternative to the classic r.buffer
module.
r.circle
keywords: raster,buffer,geometry,circle
description: Creates a raster map containing concentric rings
around a given point.
}}}
In my system, I have also installed
https://grass.osgeo.org/grass74/manuals/addons/v.rast.bufferstats.html
which also features the requested keywords `raster` and `buffer`.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3583#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list