sampled-ndvi-Landsat-LC08-T1-L2.csv: Raw Landsat NDVI data

Description Format Details Examples

Description

A CSV containing NDVI samples for seven points over ten years (2005-2010). Data extracted using Earth Engine with the example script provided by the use_example_ee_script() function with sensor set to 'Landsat'.

Format

A data.table with 1652 rows and 5 variables:

mask details:

Details

Note: these are the same locations as in the example 'MODIS' data.

Examples

1
2
3
4
5
# Load data.table
library(data.table)

# Read example data
ndvi <- fread(system.file('extdata', 'sampled-ndvi-Landsat-LC08-T1-L2.csv', package = 'irg'))

irg documentation built on Dec. 22, 2021, 9:06 a.m.