knitr::opts_chunk$set(
  collapse = TRUE,
  comment = ""
)
library(irg)

Just swap the regions with your own features or points and run!

MODIS MOD13Q1

To access an example script for extracting NDVI from MODIS MOD13Q1 imagery in Earth Engine, run:

use_example_ee_script(sensor = 'MODIS')
use_example_ee_script(sensor = 'MODIS')

Landsat 8

To access an example script for extracting NDVI from Landsat 8 imagery in Earth Engine, run:

use_example_ee_script(sensor = 'Landsat')
use_example_ee_script(sensor = 'Landsat')


robitalec/irg documentation built on Sept. 19, 2023, 9:33 p.m.