Data | R Documentation |
Small subset of Landsat TM scene (Path/Row 174/38) with bands 3,4 and 6 as .tif file.
nir <- system.file("extdata", "B40.TIF", package="TriangleMethod")
The format is: *.tif
These grids can be loaded by using the code below and will be used in the examples within the package to examplify the calculation with external data (e.g. from a certain path containg the Landsat scenes).
The Landsat TM scene (Path/Row 174/38) was originally downloaded from http://glovis.usgs.gov/.
http://glovis.usgs.gov/
nir <- system.file("extdata", "B40.TIF", package="TriangleMethod") nir = raster(nir) plot(nir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.