gee_pullimage: Pull Images from Google Earth Engine

View source: R/gee_pullimage.R

gee_pullimageR Documentation

Pull Images from Google Earth Engine

Description

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

Usage

gee_pullimage(
  email = "ifeanyi.edochie@gmail.com",
  gee_polygons = "users/ifeanyiedochie/cmr_polypop_boundary",
  gee_dataname = "Tsinghua/FROM-GLC/GAIA/v10",
  gee_band = "change_year_index",
  scale = 30,
  gee_desc = "impervious_cmr",
  gee_stat = "mean",
  gdrive_folder = "/SAEplus",
  ldrive_dsn = "data/cmr_impervious"
)

Arguments

email

A GEE authenticated gmail address

gee_polygons

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

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

scale

Used in mean region reduction for zonal statistics

gee_desc

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

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

Value

shapefiles to local drive


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