From a53f545a7165de347636aeec470aab7d34786efe Mon Sep 17 00:00:00 2001 From: caro friedb Date: Thu, 5 Sep 2024 14:08:15 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7284c09..a39f224 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ [black]: https://github.com/psf/black ## About dopo -The **Premise Validation Project** introduces the Python package **"dopo"** (short for Detecting Outliers in Premise Operations). This package provides an outlier detection framework specifically designed for premise-based prospective Life Cycle Assessment (LCA) databases. +The **Premise Validation Project** introduces the Python package ``dopo`` (short for Detecting Outliers in Premise Operations). This package provides an outlier detection framework specifically designed for premise-based prospective Life Cycle Assessment (LCA) databases. -**dopo** visualizes premise databases by sector and compares them to the initial ecoinvent database. It currently generates three types of plots that present data at varying levels of granularity, along with tables containing detailed information. The visualizations are outputted as Excel workbooks, making it easier for users to analyze and interpret the results. +``dopo`` visualizes premise databases by sector and defined characterization methods. It can also quickly compare LCA scores between a premise database and an ecoinvent database. It currently generates three types of plots that present data at varying levels of granularity, along with tables containing detailed information. The visualizations are outputted as Excel workbooks, making it easier for users to analyze and interpret the results. -The goal of **dopo** is to streamline the outlier detection process, allowing users to quickly identify anomalies in premise data and better understand their implications on LCA results. +The goal of ``dopo`` is to streamline the outlier detection process, allowing users to quickly identify anomalies in premise data and better understand their implications on LCA results. + +Besides, ``dopo`` can also be used adaptively for visualizing a whole database not filtered by sector and to assess any other database used in brightway. ## Installation