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