Third-party applications#
ogstools
makes use of some several third party python packages:
tqdm: progress bars in computionally expensive loops
if you want to globally deactivate them please set the following environt variable:
os.environ["TQDM_DISABLE"] = "1"
…