The Ts package provides tools to calculate the
Surface Temperature (Ts) from raster data.
It uses albedo, NDVI, and air
temperature (Ta) to generate the Ts raster.
Ta) must be in
Kelvin (K).Ts) will be
in the same unit as Ta.albedo, ndvi,
Ta) do not need to have the same CRS or
extent, the function will:
albedo.ndvi and Ta to the resolution of
albedo.You can install the development version of Ts directly from your local folder:
```r # Install from local directory devtools::install(“path/to/Ts”)