View source: R/gee_pullimage.R
gee_pullimage | R Documentation |
This function is a slight variation from gee_datapull() which pulls image collections. This function specifically pulls images
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" )
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 |
shapefiles to local drive
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.