Metadata-Version: 2.4
Name: atmoflux
Version: 0.1.0
Summary: Atmospheric and energy flux analysis library by Telluris Labs
Author-email: Telluris Labs <info@tellurislabs.io>
License: MIT
Project-URL: Homepage, https://tellurislabs.io
Keywords: atmospheric science,climate science,micrometeorology,surface energy balance,land-atmosphere exchange,energy fluxes,radiative fluxes,turbulent fluxes,hydrological fluxes,boundary layer,urban climate
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22
Dynamic: license-file

# atmoflux
A Python package for atmospheric and surface flux calculation and analysis.

## Abstract
**atmoflux** is a Python library for atmospheric and surface flux calculations relevant to climate, micrometeorology, and urban environmental research. The package provides modular tools for radiative, turbulent, hydrological, aerosol, and energy balance calculations, alongside supporting utilities for atmospheric state variables and physical constants.

The **atmoflux** library emphasizes physically explicit formulations and transparent diagnostics, supporting process-based analysis and integration with statistical or machine learning models.

**atmoflux** is being developed alongside dissertation research focused on urban microclimates, heat stress, and land–atmosphere interactions, and is intended to evolve as a flexible research framework rather than a fixed operational model.

## Installation
* For regular installation: 
```bash
pip install .
```
* For editable installation: 
```bash
pip install -e .
```
