thermal: TIR bands to at satellite brightness temperature conversion

Description Usage Arguments Value Note Examples

Description

Identifies Thermal Infra-Red (TIR) bands and converts them to at satellite brightness temperature images.

Usage

1
2
thermal(directory = getwd(), crop = "n", ext2crop = "none",
  op_directory = directory, unit = "Deg Kel")

Arguments

ext2crop, crop, directory

Same as mentioned in arvi.

op_directory

Specify the output directory (within double quotes). By default the input satellite image directory will be selected as the output directory.

unit

By default the temperature image will be produced in Degree Kelvin. To produce the thermal image in Degree celcius, assign vale "c". To produce the thermal image in Degree celcius, assign vale "c".

Value

At Satellite Brightness Temperature images in .tif format in input directory.

Note

1. FILENAMES OF ANY BAND FILES (*.TIF files) SHOULDN'T CHANGED.

2. Windows users should be careful while assigning directory. Use "/" to seperate folders.

3. Emissivity value used is 1.

Examples

1
2
3
4
5
6
7
library (raster)
library (rgdal)
# Finding the path of the sample satellite image directory.
# User may define paths directly like "/home/ur_folder" or "C:/ur_folder"
path <- system.file ("TM_sample", package = "ASIP")
shapefil <- paste0 (path, "/test.shp")
thermal (directory = path, crop = "y", ext2crop = shapefil, unit = "c")

ASIP documentation built on May 1, 2019, 10:17 p.m.

Related to thermal in ASIP...