natcap.invest.usage

Module to that provides functions for usage logging.

natcap.invest.usage.log_run(model_pyname, args)

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

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

  • args (dict) – The full args dictionary.

Returns:

None