radeknovotny94 / GRASS_Parse_to_QGIS_UI

Parse XML of GRASS GIS modules to UI describtions used by Processing Plugin in QGIS
0 stars 1 forks source link

Make generate_batch_for_xml.py script run inside a GRASS GIS session #1

Open wenzeslaus opened 6 years ago

wenzeslaus commented 6 years ago

Don't worry (at least for now) about running generate_batch_for_xml.py outside of GRASS GIS session. Run it from inside GRASS GIS or use --exec command line option of the GRASS GIS executable.

This will also make the script free from MS Windows paths and your specific computer configuration, so others can test it.

radeknovotny94 commented 6 years ago

Should be done in script GRASSDescribtionParser.py .