An open API service indexing awesome lists of open source software.

https://github.com/hammerling-research-group/puff

Implementation of the Gaussian Puff Forward Atmospheric Model in R
https://github.com/hammerling-research-group/puff

atmospheric-model dlq emissions gaussian oil-and-gas r sensors

Last synced: 3 months ago
JSON representation

Implementation of the Gaussian Puff Forward Atmospheric Model in R

Awesome Lists containing this project

README

        

# Gaussian Puff Model

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R](https://github.com/Hammerling-Research-Group/puff/actions/workflows/r.yml/badge.svg)](https://github.com/Hammerling-Research-Group/puff/actions/workflows/r.yml)
[![GitHub license](https://img.shields.io/github/license/Hammerling-Research-Group/puff?color=blue)](https://github.com/Hammerling-Research-Group/puff/blob/main/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/Hammerling-Research-Group/puff.svg)](https://github.com/Hammerling-Research-Group/puff/graphs/contributors/)

⚠️ *Development is active, with changes occurring daily.* ⚠️

The puff package implements a computationally efficient Gaussian puff atmospheric dispersion model. A fast version of this [already exists in Python](https://github.com/rykerfish/FastGaussianPuff). This current effort, then, is to develop something similar in R.