Metadata-Version: 2.4
Name: landgempy
Version: 0.1.0
Summary: Python Package for EPA's LandGEM (Landfill Gas Emissions Model)
Home-page: https://github.com/rmkenv/landgempy
Author: Ryan Kmetz
Author-email: Ryan Kmetz <consultrmk@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/rmkenv/landgempy
Project-URL: Repository, https://github.com/rmkenv/landgempy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# landgempy

landgempy is a Python library for estimating emissions from municipal solid waste landfills using the Landfill Gas Emissions Model (LandGEM) methodology.

## Installation

```bash
pip install landgempy
```

## Usage

```python
import landgempy
# Initialize and run the model
```

## About LandGEM
LandGEM is an automated tool with a Microsoft Excel interface that can be used to estimate emission rates for total landfill gas, methane, carbon dioxide, nonmethane organic compounds, and individual air pollutants from municipal solid waste landfills.
