Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adjusting badges
  • Loading branch information
pdwaggoner authored Nov 22, 2024
1 parent c2cf5a6 commit 7dcb73a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*Production code for the Python implementation of the DLQ algorithm*

[![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)
[![GitHub license](https://img.shields.io/github/license/Hammerling-Research-Group/dlq_py?color=blue)](https://github.com/Hammerling-Research-Group/dlq_py/blob/main/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/Hammerling-Research-Group/dql_py.svg)](https://github.com/Hammerling-Research-Group/dlq_py/graphs/contributors/)

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.

Expand Down

0 comments on commit 7dcb73a

Please sign in to comment.