gee_downloadimage: Pull Large Images from Google Earth Engine's Image...

View source: R/gee_pullbigimage.R

gee_downloadimageR Documentation

Pull Large Images from Google Earth Engine's Image Collections for further extraction

Description

This function is a slight variation from gee_datapull() which pulls image collections. This function specifically pulls images

Usage

gee_downloadimage(
  gee_country,
  gee_dataname,
  gee_band,
  gee_scale = NULL,
  gdrive_folder = "rgee",
  ldrive_dsn,
  gee_datestart,
  gee_dateend,
  gee_desc,
  gee_crs = NULL
)

Arguments

gee_dataname

The specific google earth engine collection dataset name (use default as example) see (https://developers.google.com/earth-engine/datasets/) for full name

gee_band

The bandname within the gee_dataname selected (see https://developers.google.com/earth-engine/datasets/)

gdrive_folder

Google Drive folder name to be created or uses if already existing to store shapefile output

ldrive_dsn

Full file path (including shapefile name) for local storage of resulting shapefile

gee_desc

The name to be used to name output in google drive as well as local drive

email

A GEE authenticated gmail address

gee_polygon

A polygon shapefile spanning the region in the gee_boundary file for features will be computed. forms the unit of analysis

scale

Used in mean region reduction for zonal statistics

Value

shapefiles to local drive


SSA-Statistical-Team-Projects/SAEplus documentation built on Aug. 24, 2022, 11:26 a.m.