To see an example:
- Open
jinja_report_generators/ndr_report_generator.py. - Change the
logfile_pathto a valid path to an InVEST logfile. - Check pyproject.toml for dependencies.
- Run the report generator, e.g. on macOS:
python3 ndr_report_generator.py. - Find the resulting HTML document,
ndr[_suffix].html, which can be found in the workspace folder (alongside the logfile you specified in step 2). Open the HTML document in any web browser.