Third-party applications#

Section author: Florian Zill (Helmholtz Centre for Environmental Research GmbH - UFZ)

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"