Metadata-Version: 2.4
Name: ceilopyter
Version: 0.2.1
Summary: Read ceilometer data
Project-URL: Homepage, https://github.com/actris-cloudnet/ceilopyter
Project-URL: Issues, https://github.com/actris-cloudnet/ceilopyter/issues
Author-email: Tuomas Siipola <tuomas.siipola@fmi.fi>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.10
Requires-Dist: netcdf4
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: release-version; extra == 'dev'
Provides-Extra: test
Requires-Dist: mypy; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# Ceilopyter

[![Run tests](https://github.com/actris-cloudnet/ceilopyter/actions/workflows/test.yml/badge.svg)](https://github.com/actris-cloudnet/ceilopyter/actions/workflows/test.yml)
[![PyPI version](https://badge.fury.io/py/ceilopyter.svg)](https://badge.fury.io/py/ceilopyter)

Python package for reading ceilometer data and doing some post-processing like
screening background noise. This package is used in
[CloudnetPy](https://github.com/actris-cloudnet/cloudnetpy) for generating the
[Cloudnet lidar product](https://cloudnet.fmi.fi/product/lidar).

## Supported ceilometers

- Campbell Scientific CS135
- Lufft CHM 15k and 15k-x
- Vaisala CL31, CL51, CL61, CT25K and LD40

## License

MIT
