Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.1 KB

pylst

PyPI Version

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

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.

Installation

To install pylst, you can use pip:

pip install pylst

Usage.

See tutorial/ to see some examples

Sub-packages:

  • ml: Contains utilities for machine learning tasks.
  • normalization: Offers tools for data normalization.
  • open: Includes functions for opening and reading data.
  • spatial-analysis: Provides tools for spatial analysis.
  • temperature: Contains functions for computing and manipulating temperature data.
  • visualization: Includes tools for visualizing data.