8000 GitHub - TomekMatuszek/landsat-thermal: Interactive app created in Shiny package providing opportunity to process and analyze Landsat thermal band.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Interactive app created in Shiny package providing opportunity to process and analyze Landsat thermal band.

Notifications You must be signed in to change notification settings

TomekMatuszek/landsat-thermal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermal-landsat app

This Shiny application is a tool for conversion Landsat 8 (Level 1) thermal band from Digital Numbers (DN) to Birghtness Temperature (BT) in Celsius degrees. User must provide .TIF raster file which contains thermal data and then, click Run button. There are some additional options such as:

  • attach MTL file (.txt) with Landsat scene metadata, if user knows that B10 radiance values or K1/K2 constants are different then default (this is recommended option)
  • attach vector mask file (.shp/.gpkg); application will clip source raster to this boundary
  • it is also possible to use extent of features in mask layer instead of clipping raster exactly to their boundaries; user can also specify factor which will be used to multiply extent of mask layer to create custom bounding box
  • after running conversion, simple map will be displayed as well as several statistics and histogram of output raster values
  • user can save output raster with values in Celsius degrees to .tif file

How to use

Run app in RStudio from GitHub repo using Shiny package

shiny::runGitHub("landsat-thermal", "TomekMatuszek")

screen

About

Interactive app created in Shiny package providing opportunity to process and analyze Landsat thermal band.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0