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.registrythat was returned by the model’sexecutemethod.args_dict (dict) – The arguments that were passed to the model’s
executemethod.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