Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cafriedb authored Sep 3, 2024
1 parent d40d606 commit d9a534c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## About the Project
The premise validation project developed the python package "dopo" (short for: Detecting Outliers in Premise Operations). The package provides a first outlier detection framework for premise based prospective-lca databases.
It visualizes a premise database by sector and compares it to the inital ecoinvent database. Currently dopo creates three kinds of plots which give the user information on different granularity levels and tables containing corresponding information. The visualization is done in excel workbooks. Dopo is to support faster outlier detection to better understand premise data and based results.

## Installation

You can install _dopo_ via [pip] from [PyPI]:
Expand Down Expand Up @@ -69,4 +73,4 @@ and [running the build command](https://www.sphinx-doc.org/en/master/man/sphinx-

```bash
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html
```
```

0 comments on commit d9a534c

Please sign in to comment.