Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 committed Jan 17, 2024
1 parent a0b4e47 commit b76d18c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b76d18c

Please sign in to comment.