Learn R Programming

oce (version 0.9-17)

landsat: Landsat-8 dataset

Description

Subset of the Landsat-8 image designated LC80080292014065LGN00, an image from March 2014 that covers Nova Scotia and portions of the Bay of Fundy and the Scotian Shelf. The image is decimated to reduce the memory requirements of this package, yielding a spatial resolution of about 2km.

Usage

data(landsat)

Arguments

source

The original data were downloaded from the USGS earthexplorer website, although other sites can also be used to uncover it by name. The code below shows how the dataset was created. The decimation by 100 reduces file size from about 1GB to under 100Kb. library(oce) landsat <- decimate(read.landsat("LC80080292014065LGN00"), by=100)

Examples

Run this code
library(oce)
data(landsat, package="ocedata")
plot(landsat)

Run the code above in your browser using DataLab