Metadata-Version: 2.4
Name: climbias
Version: 0.1.0
Summary: Python package for climate bias correction methods
Author: Islam Bousri
License: MIT
Keywords: bias correction,climate,quantile mapping,CDFt,downscaling
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Dynamic: license-file

# climbias

Python package for climate bias correction methods.

## Methods included

- CDFt
- QM
- QDM
- DQM
- Linear Scaling

## Installation

```bash
pip install climbias
