-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: <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 |