Gulam Mohiuddin (Gulam.Mohiuddin@hnee.de)
13 December 2021
The objective of this package is to calculate LST using simple command line and omit the in between steps of putting quite a few equations and parameters.
This project is developed using the following packages:
R version 4.0.3
RStoolbox
0.2.6
rgdal
1.5-27
raster
3.5-9
install.packages(c("devtools","raster", "rgdal"))
library(devtools)
library(raster)
library(rgdal)
install_github("mohigeo33/lstmohi")
library(lstmohi)
use the raster() function
define the band 10, band 5 and band 4
ls.ndvi(b5,b4)
ls.lst(b10,b5,b4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.