Example Earth Engine scripts

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')

Landsat 8

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

use_example_ee_script(sensor = 'Landsat')


Try the irg package in your browser

Any scripts or data that you put into this service are public.

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