From c2cf5a65515cd6f8b15d6872e98e2e237b4ad4fb Mon Sep 17 00:00:00 2001 From: Philip Waggoner <31326382+pdwaggoner@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:29:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 049a6c3..cd71693 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dlq_py *Production code for the Python implementation of the DLQ algorithm* -[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![Pylint](https://github.com/Hammerling-Research-Group/dlq_py/actions/workflows/pylint.yml/badge.svg)](https://github.com/Hammerling-Research-Group/dlq_py/actions/workflows/pylint.yml) This repo contains the production code for the Python implementation of the DLQ algorithm. The original version is in R and can be found [here](https://github.com/Hammerling-Research-Group/dlq). As with the R version, the algorithm proceeds in two main steps in an effort to estimate methane emission start and end time (detection), source location (localization), and emission rate (quantification) using concentration observations from a network of point-in-space continuous monitoring systems.