可以在 Google Earth Engine 上管理计算能力吗?

Is possible to manage computing power on Google Earth Engine?

我是Google Earth Engine 的新手,无法像Google Cloud Platform 上的Compute Engine 服务一样修改或选择计算能力。 有这个可能!谢谢!

一般不会。 Earth Engine 是一项共享服务——您的计算 运行 与其他人在同一台机器上。

您的主要选择是将交互式 API 用于 printevaluate、交互式地图等,还是使用 exports可以 运行 更长的时间和更多的资源。但是您的第一步应该始终是确保您的代码高效地写入 运行 并利用 Earth Engine 的优势。