View source: R/gee_pullbigdata.R
gee_pullbigdata | R Documentation |
Another pulling function for pulling Google Earth Engine data for larger maps
gee_pullbigdata( email = "ifeanyi.edochie@gmail.com", shp_dt, gee_name = "NOAA/VIIRS/DNB/MONTHLY_V1/VCMCFG", gee_datestart = "2019-01-01", gee_dateend = "2019-12-31", gee_band = "avg_rad", gee_chunksize = 4000, gee_stat = "mean", gee_scale = NULL )
email |
A GEE authenticated gmail address |
shp_dt |
an sf/dataframe object |
gee_datestart |
The starting date for the specific feature of interest |
gee_dateend |
The ending date for the specific feature of interest |
gee_chunksize |
an integer; the size of each chunk which the shapefile should be divided into for faster pulls (GEE collection query aborts after accumulating a chunk size with over 5000 elements i.e. rows and columns combined) |
gee_stat |
the zonal statistic to be estimated. The current options are mean, median, min, max and stdDev |
gee_dataname |
character of length 1; The specific google earth engine collection dataset name |
an object of class data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.