Metadata-Version: 2.1
Name: ampycloud
Version: 0.2.0.dev1
Summary: Characterization of cloud layers from ceilometer measurements
Home-page: https://meteoswiss.github.io/ampycloud
Author: Frédéric P.A. Vogt
Author-email: frederic.vogt@meteoswiss.ch
License: BSD-3-Clause
Project-URL: Source, https://github.com/MeteoSwiss/ampycloud/
Project-URL: Changelog, https://meteoswiss.github.io/ampycloud/changelog.html
Project-URL: Issues, https://github.com/MeteoSwiss/ampycloud/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS

# ampycloud

[![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/)

### 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-2022) belongs to MeteoSwiss.

### Contributing to ampycloud

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


