Metadata-Version: 2.4
Name: PyGHGaq
Version: 0.0.1
Summary: A package to calculate GHG emissions from aquatic ecosystems
Author-email: César Ordóñez <cesar.ordonez@unige.ch>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ceordonez/PyGHGaq
Project-URL: Issues, https://github.com/ceordonez/PyGHGaq/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pandas>=2.3.3
Requires-Dist: numpy>=2.3.4
Dynamic: license-file

# PyGHGaq 

This package contains different methods and properties to estimate GHG ($\text{CH}_4$ and $\text{CO}_2$) emissions and concentrations for aquatic ecosystems

## Installation
pip install pyghgaq

## Usage

```python
import pyghgaq

cw = np.random(20)
csat = np.random(20)
k = np.random(20)
flux = pyghgaq.atm_diff_flux(cw, csat, k)
```

## IMPORTANT
THIS PACKAGE IS STILL IN DEVELOPMENT
