diff --git a/README.md b/README.md index d27cb5a..385823a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ # pylst +# Shields for version badges +[![PyPI Version](https://img.shields.io/pypi/v/pylst.svg)](https://pypi.python.org/pypi/pylst) -[![image](https://img.shields.io/pypi/v/pylst.svg)](https://pypi.python.org/pypi/pylst) -[![image](https://img.shields.io/conda/vn/conda-forge/pylst.svg)](https://anaconda.org/conda-forge/pylst) +**pylst is a Python package designed for processing and visualizing Landsat Land Surface Temperature (LST) data.** - -**A_Python_Package_for_processing_LST_data.** - - -- Free software: MIT license -- Documentation: https://Azad77.github.io/pylst - +- Free software: MIT license +- Documentation: [pylst Documentation](https://Azad77.github.io/pylst) ## Features -- TODO +- 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 -## Credits +To install pylst, you can use `pip`: -This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template. +```bash +pip install pylst