Read-only mirror of https://github.com/MeteoSwiss/ampycloud — MeteoSwiss. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-10-08 16:20:17 +02:00
.github AMAROC-848 update contribution guidelines / citation file (#143) 2024-09-05 09:07:44 +02:00
docs AMAROC-848 update contribution guidelines / citation file (#143) 2024-09-05 09:07:44 +02:00
src/ampycloud AMAROC-863 set next patch version 2024-10-08 16:20:17 +02:00
test AMAROC-841 exclude instead of keep ceilos (#140) 2024-08-30 14:39:16 +02:00
.gitignore AMAROC-681 add .venv/ to .gitignore 2023-11-14 15:28:25 +01:00
.pylintrc Fix #76 2022-03-02 14:51:07 +01:00
CHANGELOG AMAROC-845 require statsmodels minimum 0.14.3 (#144) 2024-10-08 14:26:02 +02:00
CITATION.cff AMAROC-848 update contribution guidelines / citation file (#143) 2024-09-05 09:07:44 +02:00
CODE_OF_CONDUCT.md Improve docs 2021-12-17 11:27:08 +01:00
conftest.py Fix Issue 18 2023-08-11 10:21:08 +02:00
CONTRIBUTING.md AMAROC-848 update contribution guidelines / citation file (#143) 2024-09-05 09:07:44 +02:00
LICENSE Update copyright years 2023-07-12 16:10:59 +02:00
MANIFEST.in Prepare pypi release v0.2.0.dev0 2022-01-21 10:49:05 +01:00
README.md As of Python 3.12, setuptools needs to be explicitely requested as an 'extras' in setup.py for dev work 2024-04-10 16:04:25 +02:00
setup.py AMAROC-845 require statsmodels minimum 0.14.3 (#144) 2024-10-08 14:26:02 +02:00

ampycloud

DOI github last-commit issues pypi .github/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

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

Contributing to ampycloud

Please see the contributing guidelines for details.