Skip to content
/ Ts Public

❗ This is a read-only mirror of the CRAN R package repository. Ts — Calculation of the Surface Temperature (Ts) from Geospatial Raster Data

Notifications You must be signed in to change notification settings

cran/Ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ts Package

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.

Units

  • The input air temperature raster (Ta) must be in Kelvin (K).
  • The resulting surface temperature raster (Ts) will be in the same unit as Ta.

Raster requirements

  • Input rasters (albedo, ndvi, Ta) do not need to have the same CRS or extent, the function will:

    • Align the CRS of all rasters to that of albedo.
    • Resample ndvi and Ta to the resolution of albedo.
    • Crop all rasters to the intersection of their extents.
  • For meaningful results, input rasters should ideally cover roughly the same area.

Installation

You can install the development version of Ts directly from your local folder:

# Install from local directory
devtools::install("path/to/Ts")

About

❗ This is a read-only mirror of the CRAN R package repository. Ts — Calculation of the Surface Temperature (Ts) from Geospatial Raster Data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages