natcap.invest.sdr.reporter

natcap.invest.sdr.reporter.report(file_registry, args_dict, model_spec, target_html_filepath)

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