Skip to content

Commit

Permalink
wx.metadata/g.gui.cswbrowser, g.gui.metadata: add basic module descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
tmszi committed Jul 2, 2020
1 parent 249c32e commit eb0b2c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
@author Matej Krejci <matejkrejci gmail.com> (GSoC 2015)
"""

#%module
#% description: Graphical CSW metadata browser.
#% keyword: general
#% keyword: GUI
#% keyword: metadata
#%end

import grass.script as grass
from grass.script.setup import set_gui_path

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
@author Matej Krejci <matejkrejci gmail.com> (GSoC 2014) (GSoC 2015)
"""

#%module
#% description: Graphical ISO/INSPIRE metadata editor.
#% keyword: general
#% keyword: GUI
#% keyword: metadata
#%end

import os
import sys
import tempfile
Expand Down

0 comments on commit eb0b2c1

Please sign in to comment.