Metadata-Version: 2.1
Name: cloudmask
Version: 0.1.3
Summary: Cloud mask with Landsat 8
Home-page: https://github.com/XavierJiezou/CloudMask
License: MIT
Keywords: landsat8,cloud,mask
Author: XavierJiezou
Author-email: 878972272@qq.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: rich (>=12.3.0,<13.0.0)
Project-URL: Documentation, https://github.com/XavierJiezou/CloudMask
Project-URL: Repository, https://github.com/XavierJiezou/CloudMask
Description-Content-Type: text/markdown

<p align="center">
    <a href="https://pixelied.com/editor/design/6282f5970515730397249959">
        <img align="center" alt="logo"
            src="https://cdn.jsdelivr.net/gh/XavierJiezou/CloudMask@main/images/favicon_256x256.svg" />
    </a>
<h1 align="center">Cloud Mask</h1>
<p align="center">Cloud mask with Landsat 8 and Sentinel 2.
</p>
</p>
<p align="center">
    <a href="https://github.com/XavierJiezou/CloudMask/actions?query=workflow:Release">
        <img src="https://github.com/XavierJiezou/CloudMask/workflows/Release/badge.svg"
            alt="GitHub Workflow Release Status" />
    </a>
    <a href="https://github.com/XavierJiezou/CloudMask/actions?query=workflow:Test">
	    <img src="https://github.com/XavierJiezou/CloudMask/workflows/Test/badge.svg"
            alt="GitHub Workflow Test Status" />
    </a>
    <a href='https://cloudmask.readthedocs.io/en/latest/?badge=latest'>
        <img src='https://readthedocs.org/projects/cloudmask/badge/?version=latest' alt='Documentation Status' />
    </a>
    <a
        href="https://www.codacy.com/gh/XavierJiezou/CloudMask/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=XavierJiezou/CloudMask&amp;utm_campaign=Badge_Grade">
        <img src="https://app.codacy.com/project/badge/Grade/c2f85c8d6b8a4892b40059703f087eab" alt="Codacy Badge">
    </a>
    <a href="https://codecov.io/gh/XavierJiezou/CloudMask">
        <img src="https://codecov.io/gh/XavierJiezou/CloudMask/branch/main/graph/badge.svg?token=QpCLcUGoYx"
            alt="codecov">
    </a>
    <a href="https://pypi.org/project/cloudmask/">
        <img src="https://img.shields.io/pypi/v/CloudMask" alt="PyPI">
    </a>
    <a href="https://pypistats.org/packages/cloudmask">
        <img src="https://img.shields.io/pypi/dm/CloudMask" alt="PyPI - Downloads">
    </a>
    <a href="https://pypi.org/project/cloudmask/">
        <img src="https://img.shields.io/pypi/pyversions/CloudMask" alt="PyPI - Python Version">
    </a>
    <a href="https://github.com/XavierJiezou/CloudMask/stargazers">
        <img src="https://img.shields.io/github/stars/XavierJiezou/CloudMask" alt="GitHub stars">
    </a>
    <a href="https://github.com/XavierJiezou/CloudMask/network">
        <img src="https://img.shields.io/github/forks/XavierJiezou/CloudMask" alt="GitHub forks">
    </a>
    <a href="https://github.com/XavierJiezou/CloudMask/issues">
        <img src="https://img.shields.io/github/issues/XavierJiezou/CloudMask" alt="GitHub issues">
    </a>
    <a href="https://github.com/XavierJiezou/CloudMask/blob/main/LICENSE">
        <img src="https://img.shields.io/github/license/XavierJiezou/CloudMask" alt="GitHub license">
    </a>
    <a href="https://github.com/psf/black">
        <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg" />
    </a>
    <br />
    <br />
    <a href="https://www.python.org/">
        <img src="http://ForTheBadge.com/images/badges/made-with-python.svg" alt="forthebadge made-with-python">
    </a>
    <a href="https://github.com/XavierJiezou">
        <img src="http://ForTheBadge.com/images/badges/built-with-love.svg" alt="ForTheBadge built-with-love">
    </a>
</p>

<p align="center">
    <a href="#demo">View Demo</a>
    •
    <a href="https://github.com/XavierJiezou/CloudMask/issues/new">Report Bug</a>
    •
    <a href="https://github.com/XavierJiezou/CloudMask/issues/new">Request Feature</a>
</p>
<p align="center">
    <a href="/docs/README.en.md">English </a>
    •
    <a href="/docs/README.cn.md">简体中文</a>
</p>
</p>
<p align="center">Love the project? Please consider <a href="https://paypal.me/xavierjiezou?country.x=C2&locale.x=zh_XC">donating</a> to help it improve!

## Demo

![demo](https://cdn.jsdelivr.net/gh/XavierJiezou/CloudMask@main/images/favicon_256x256.svg)

## Features

- [ ] Cloud mask with Landsat 8.
- [ ] Cloud mask with Sentinel 2.

## Install

```bash
pip install cloudmask
```

## Usage

`$ cloudmask`

## Changelog

See [CHANGELOG.md](CHANGELOG.md)

## License

[MIT License](License)

## Dependencies

### Production Dependencies

[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=psf&repo=requests)](https://github.com/psf/requests)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=Textualize&repo=rich)](https://github.com/Textualize/rich)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=google&repo=python-fire)](https://github.com/google/python-fire)

### Development dependencies

[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=python-poetry&repo=poetry)](https://github.com/python-poetry/poetry)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=pytest-dev&repo=pytest)](https://github.com/pytest-dev/pytest)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=pytest-dev&repo=pytest-cov)](https://github.com/pytest-dev/pytest-cov)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=pre-commit&repo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=PyCQA&repo=flake8)](https://github.com/PyCQA/flake8)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=PyCQA&repo=pylint)](https://github.com/PyCQA/pylint)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=psf&repo=black)](https://github.com/psf/black)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=uiri&repo=toml)](https://github.com/uiri/toml)

