I ended up trying:
scale= 10, geometry= AOI, geometryType= 'polygon', maxPixels= 1e8)``` And it seems to work but later in the code, I exceed the EE memory limit when I try to calculate the means of a band in my area. So I think there must be a better way to do this? shp16a<-shp16$reduceToVectors( scale= 10, geometry= AOI, geometryType= 'polygon', maxPixels= 1e8) ErrorAnd it seems to work but later in py_call_impl(callable, dots$argsthe code, dots$keywords) : EEException: UserI exceed the EE user memory limit exceededwhen I try to calculate the means of a band in my area. So I think there must be a better way to do this?
Error in py_call_impl(callable, dots$args, dots$keywords) : EEException: User memory limit exceeded.