natcap.invest.carbon.reporter

natcap.invest.carbon.reporter.report(file_registry: dict, args_dict: dict, model_spec: ModelSpec, target_html_filepath: str)

Generate an HTML summary of model results.

Parameters:
  • file_registry (dict) – The natcap.invest.FileRegistry.registry that was returned by the model’s execute method.

  • args_dict (dict) – The arguments that were passed to the model’s execute method.

  • model_spec (natcap.invest.spec.ModelSpec) – the model’s MODEL_SPEC.

  • target_html_filepath (str) – path to an HTML file to be generated by this function.

Returns:

None