From d248fc0ad959ffac01186be5744953aa86acaa84 Mon Sep 17 00:00:00 2001 From: Dr Azad Rasul Date: Sun, 21 Jan 2024 19:45:36 +0300 Subject: [PATCH] Update index.md --- index.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/index.md b/index.md index 612401c..385823a 100644 --- a/index.md +++ b/index.md @@ -1,20 +1,23 @@ -# Welcome to pylst +# 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) +**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: - +- 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