Metadata-Version: 2.1
Name: pylst
Version: 0.0.2
Summary: A Python package for processing and visualizing Landsat LST data.
Home-page: https://github.com/pylst/lst
Author: Azad Rasul
Author-email: azad.rasul@soran.edu.iq
License: MIT
Keywords: Land Surface Temperature (LST),Image processing,Landsat,Remote Sensing,Thermal Satellite images
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# pylst

# Shields for version badges
[![PyPI Version](https://img.shields.io/pypi/v/pylst.svg)](https://pypi.python.org/pypi/pylst)

**pylst is a Python package designed for processing and visualizing Landsat Land Surface Temperature (LST) data.**

- Free software: MIT license
- Documentation: [pylst Documentation](https://Azad77.github.io/pylst)

## Features

- Comprehensive processing tools for Landsat LST data.
- Flexible visualization methods for analyzing temperature data.
- Easy-to-use functions to compute and manipulate temperature-related indices.

## Getting Started
# Installation

To install pylst, you can use `pip`:

```bash
pip install pylst
