You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build index for applicable dates to year, month parameters (and consider designing this as a date_beg, date_end range)
If multiple dates, then handle raster brick with some default averaging (method = mean), with option to use a different method like sd() (standard deviation); This can be handled with simple raster algebra, that should allow for na.rm = T as an argument; eg sum(raster_brick, na.rm=T).
The text was updated successfully, but these errors were encountered:
A follow-up enhancement to #57 would be to:
year
,month
parameters (and consider designing this as adate_beg
,date_end
range)method = mean
), with option to use a different method likesd()
(standard deviation); This can be handled with simple raster algebra, that should allow forna.rm = T
as an argument; egsum(raster_brick, na.rm=T)
.The text was updated successfully, but these errors were encountered: