Results (1 - 8 of 8)
- #3751: enhancement: Logical operators for g.search.modules (new)
- Following are [https://trac.osgeo.org/grass/search?q=g.search.modules&noquickjump=1&ticket=on results searching for `g.search.modules`] tickets: #3624, #3583, #3405, #3341, #3149, #386, #151. Considering these and the fact that [https://grass.osgeo.org/grass76/manuals/g.search.modules.htm ...
- By 02/13/19 06:05:43 —
- #3624: enhancement: Let g.search.modules list all modules (new)
- ... osgeo.org/grass/browser/grass/trunk/scripts/g.search.modules/g.search.modules.py#L203): {{{ if keywords == ['*']: all_modules = [] for item in items: name = item.attrib['name'] description = item.find('description').text module_keywords = it ...
- By 08/19/18 16:13:31 —
- #3583: enhancement: g.search.modules to include addons (new)
- ... osgeo.org/grass/browser/grass/trunk/scripts/g.search.modules/g.search.modules.py#L197). Would it make sense for `g.search.modules` to search also for installed addons? Perhaps by including the `$GRASS_ADDON_BASE/modules.xml` or(/and?) `$GRASS_ADDON_PATH/modules.xml` file, in case ...
- By 06/07/18 02:38:41 —
- #3405: defect: encoding issue when launching modules (closed: fixed)
- ... to the "Modules" tab and clicking on "Advanced search", the g.search.modules module window opens, but I get the following error message: {{{ 'ascii' codec can't encode character u'\xe0' in position 11: ordinal not in range(128) }}} When I then click 'OK' I can access the g.search.modules w ...
- By 08/21/17 09:00:28 —
- #3341: defect: g.search.modules depends on grass-gui (new)
- ... Currently G72:g.search.modules (shifted by `grass-core`) depends on XML (gui/wxpython/xml/module_items.xml) which is shifted by `grass-gui` package. Currently the command fails (no `grass-gui` package not installed). {{{ RASS 7.2.0 (landsat):~ > g ...
- By 04/28/17 05:48:17 —
- #3149: enhancement: Adding database information to v.info metadata output (new)
- I would like to extent the metadata output of v.info with information about the database used to store the attribute data. I have implemented several tests to assure correct implementation. Additional output is: {{{ attribute_layer_ ...
- By 09/10/16 16:44:46 —
- #386: enhancement: Thematic grouping of grass modules in the command line (closed: worksforme)
- Some weeks ago I started grouping the grass (raster) modules in order to have a rough overview table of "what is there to use and for what". I find the grouping of the modules in the GUI good. But I would like some helpful commands in the ...
- By 11/30/08 12:26:48 —
- #151: enhancement: make documentation be full text searchable: use sphinx (assigned)
- The current HTML documentation consists of different HTML formated man pages linked together which offers good help for the experienced user. But an advantage would be to have a full text search on the documentation: Use case: A user ...
- By 04/29/08 13:44:16 —
Note:
See TracSearch
for help on searching.