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

quiet vector creation #21

Closed lucadelu closed 7 years ago

lucadelu commented 7 years ago

In t.vect.in.sos if it is possible put quiet during creation of vector to not show all the vector creation.

If quiet flag doesn't exist/work I suggest to capture the standard output....

pesekon2 commented 7 years ago

Those messages are created by v.new.close() because it's building topology. And there isn't anything like quiet output. The only thing I can do is set build_topology=False when we want quiet output, but is it standard way? Shouldn't it raise some problems?