[GRASS-dev] Temporal framework: change verbosity of maps registration in temporal DB.

Laurent C. lrntct at gmail.com
Thu May 19 10:27:17 PDT 2016


Hello,

I'm writing a module using the temporal framework. I register the
generated maps using register_map_object_list().
The software can generate up to six STRDS. The registration of maps is
quite verbose, cluttering the module output (example bellow).
I can suppress all output by passing the -q flag, but then no other
information is displayed.
Is there a way to silent only the maps registration?

Thanks,
Laurent

WARNING: Overwriting space time raster dataset <out_test_t7_vdir at EA2DT8A>
         and unregistering all maps
Gathering map information...
 100%
Registering maps in the temporal database...
Registering maps in the space time dataset...
Updating space time dataset...
 100%
WARNING: Overwriting space time raster dataset <out_test_t7_h at EA2DT8A> and
         unregistering all maps
Gathering map information...
 100%
Registering maps in the temporal database...
Registering maps in the space time dataset...
Updating space time dataset...
 100%
WARNING: Overwriting space time raster dataset <out_test_t7_wse at EA2DT8A>
         and unregistering all maps
Gathering map information...
 100%
Registering maps in the temporal database...
Registering maps in the space time dataset...
Updating space time dataset...
 100%
WARNING: Overwriting space time raster dataset <out_test_t7_v at EA2DT8A> and
         unregistering all maps
Gathering map information...
 100%
Registering maps in the temporal database...
Registering maps in the space time dataset...
Updating space time dataset...
 100%


More information about the grass-dev mailing list