Arcachon | R Documentation |
A Landsat 8 image of the bay of Arcachon (France), with a resolution of 30mx30m and 6 bands: blue, green, red, near infrared, shortwave infrared 1 and shortwave infrared 2. The dataset is saved as a Large RasterBrick with the package raster and has the following crs: EPSG:32630. It is provided as a tiff file.
load_arcachon()
A spaRast with 6 bands
wavelength: 0.45-0.51
wavelength: 0.53-0.59
wavelength: 0.64-0.67
wavelength: 0.85-0.88
wavelength: 1.57-1.65
wavelength: 2.11-2.29
https://earthexplorer.usgs.gov/
# loading directly from file
Arcachon <- terra::rast(system.file("extdata/Littoral4_2154.tif", package = "geocmeans"))
names(Arcachon) <- c("blue", "green", "red", "infrared", "SWIR1", "SWIR2")
# loading with the provided function
Arcachon <- load_arcachon()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.