如何获取 Google Earth Engine 中 cumulativeCost 函数的源代码?
How can I get the source code of the cumulativeCost-function in Google Earth Engine?
在哪里可以找到有关 image.cumulativeCost()
函数如何在 Google Earth Engine 中计算成本图的详细信息?有没有办法查看这个函数的源码?
不幸的是,Google Earth Engine 不是开源的(客户端库除外,当然,除了一点点几何预处理之外,它不包含任何算法)。
如果the documentation is unclear about what an algorithm does (as opposed to how that is implemented) then you can file a request for the documentation to be improved。如果您准确指定要添加的内容(缺少源代码),这将有所帮助;对于那些已经完全了解某项工作原理的人来说,考虑需要为那些不了解的人记录哪些内容可能会更加困难。
在哪里可以找到有关 image.cumulativeCost()
函数如何在 Google Earth Engine 中计算成本图的详细信息?有没有办法查看这个函数的源码?
不幸的是,Google Earth Engine 不是开源的(客户端库除外,当然,除了一点点几何预处理之外,它不包含任何算法)。
如果the documentation is unclear about what an algorithm does (as opposed to how that is implemented) then you can file a request for the documentation to be improved。如果您准确指定要添加的内容(缺少源代码),这将有所帮助;对于那些已经完全了解某项工作原理的人来说,考虑需要为那些不了解的人记录哪些内容可能会更加困难。