natcap.invest.ui.usage

Module to that provides functions for usage logging.

natcap.invest.ui.usage.log_run(module, args)

Context manager to log an InVEST model run and exit status.

Parameters
  • module (string) – The string module name that identifies the model.

  • args (dict) – The full args dictionary.

Returns

None