sampled-ndvi-MODIS-MOD13Q1.csv: Raw MODIS MOD13Q1 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 'MODIS'.

Format

A data.table with 805 rows and 5 variables:

SummaryQA details:

Details

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

Examples

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

# Read example data
ndvi <- fread(system.file('extdata', 'sampled-ndvi-MODIS-MOD13Q1.csv', package = 'irg'))

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