pesekon2 / GRASS-GIS-SOS-tools

My Google Summer of Code 2017 project. This is just development part. Intended GRASS GIS modules and final code will be at https://svn.osgeo.org/grass/grass-addons/
GNU General Public License v2.0
3 stars 1 forks source link

v.in.sos doesn't generate UI #2

Closed pesekon2 closed 7 years ago

pesekon2 commented 7 years ago

When trying to run python v.in.sos.py --ui in GRASS, it ends with error message:

Unable to fetch interface description for command '/home/ondrej/workspace/GRASS-GIS-SOS-tools/v.in.sos/v.in.sos.py' Try to set up GRASS_ADDON_PATH or GRASS_ADDON_BASE variable.

lucadelu commented 7 years ago

You need to compile the module to have the ui.

Please add Makefile and html file in v.in.sos folder, and after compile the module following these instructions