Metadata-Version: 2.4
Name: ampycloud
Version: 2.2.0
Summary: Determining the sky coverage fraction and base height of cloud layers using ceilometer data
License-Expression: BSD-3-Clause
License-File: AUTHORS
License-File: LICENSE
Author: Frédéric P.A. Vogt
Author-email: frederic.vogt@meteoswiss.ch
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.7.2)
Requires-Dist: numpy (>=1.20.3)
Requires-Dist: pandas (>=1.5)
Requires-Dist: pyyaml
Requires-Dist: ruamel.yaml
Requires-Dist: scikit-learn (>=1.2.0)
Requires-Dist: scipy (>=1.7.3)
Requires-Dist: statsmodels (>=0.14.3)
Project-URL: Changelog, https://meteoswiss.github.io/ampycloud/changelog.html
Project-URL: Issues, https://github.com/MeteoSwiss/ampycloud/issues
Project-URL: Source, https://github.com/MeteoSwiss/ampycloud/
Description-Content-Type: text/markdown

# ampycloud

[![DOI](https://zenodo.org/badge/435391098.svg)](https://zenodo.org/doi/10.5281/zenodo.8399683)
[![github](https://img.shields.io/github/release/MeteoSwiss/ampycloud.svg)](https://github.com/MeteoSwiss/ampycloud/releases)
[![last-commit](https://img.shields.io/github/last-commit/MeteoSwiss/ampycloud.svg?colorB=e6c000)](https://github.com/MeteoSwiss/ampycloud)
[![issues](https://img.shields.io/github/issues/MeteoSwiss/ampycloud.svg?colorB=b4001e)](https://github.com/MeteoSwiss/ampycloud/issues)
[![pypi](https://img.shields.io/pypi/v/ampycloud.svg?colorB=<brightgreen>)](https://pypi.python.org/pypi/ampycloud/)
[![.github/workflows/CI_pytest_weekly.yml](https://github.com/MeteoSwiss/ampycloud/actions/workflows/CI_pytest_weekly.yml/badge.svg)](https://github.com/MeteoSwiss/ampycloud/actions/workflows/CI_pytest_weekly.yml)

### Introduction

ampycloud refers to both this Python package and the algorithm at its core, designed to
characterize cloud layers (i.e. height and sky coverage fraction) using ceilometer measurements
 (i.e. automatic cloud base *hits* measurements), and derive the corresponding METAR-like message.

For the full documentation, installation instructions, etc ..., go to: https://meteoswiss.github.io/ampycloud

### License & Copyright

ampycloud is released under the terms of **the 3-Clause BSD license**. The copyright (2021-2026) belongs to MeteoSwiss.

### Contributing to ampycloud

Please see the [contributing guidelines](CONTRIBUTING.md) for details.

