l8 {satellite} | R Documentation |
Landsat 8 sample data
Description
This dataset comes from the USGS. It contains part of the Landsat 8 scene LC08_L1TP_195025_20130707_20170503_01_T1 (Collection 1 Level-1) from 2013-07-07 over Maburg, Germany.
Format
RasterStack
with bands 1-7, 9-11 (incl. QA) of 41 by 41 pixels.
Details
Use of this data requires your agreement to the USGS regulations on using Landsat data.
Source
https://earthexplorer.usgs.gov/
Examples
plotRGB(l8, r = 4, g = 3, b = 2, stretch = "hist") # true-color composite
plotRGB(l8, r = 5, g = 4, b = 3, stretch = "hist") # false-color composite
[Package satellite version 1.0.5 Index]