我正在使用基于(R 包以链接到 Google 地球引擎)ee_extract
中的几何图形来提取图像中所有像素的平均值:rgee
test<-ee_extract(image, geometry,fun = ee$Reducer$mean(), scale = 30, sf = FALSE,via = "getInfo")
但我发现这个错误:
"Error in value[[3L]](cond) : Specify higher maxFeatures value if you intend to export a large area via getInfo. Entered: 6101 maxFeatures:".
还有其他人经历过这个或有任何想法吗?