GEE 上NDVI 的savitzky-golay实现——以Sentinel为例
Sentinel
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
项目地址:https://gitcode.com/gh_mirrors/sentine/Sentinel
免费下载资源
·
savitzky-golay to daily MODIS time-series (google.com)
先附上OEEL上的Sg滤波模块,文末有我的sg滤波实现代码:
链接:Documentation Open Earth Engine Library (open-geocomputing.org)
oeel.ImageCollection.SavatskyGolayFilter(...)
oeel.ImageCollection.SavatskyGolayFilter(collection, filter, distanceFunction, degree, bandOfInterest, EstimationCollection, Return)
SavatskyGolayTimeFilter. Pass a Savatsky-Golay filter along the image collection
Arguments:
collection*
要完成滤波的影像数据集,一定要带上sytem:time_start属性filter*
筛选窗口的filter函数distanceFunction*
如何计算窗口距离degree*
使用几次多项式的sg滤波bandOfInterest*
需要进行滤波的波段EstimationCollection
ee.CollectionSpecify the collection where to do the estimations (by default use the main collection)Return:
Return
ee.ImageCollection返回滤波后影像数据集Examples:
我已经利用实现了Sentinel NDVI的 SG 滤波,具体代码如下:
重点在这儿!!!欢迎大家批评指正!!!
https://code.earthengine.google.com/c0a3684caf9b3fc8dffae213f955b86d
GitHub 加速计划 / sentine / Sentinel
19
6
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:4 个月前 )
195150bc
* fix issue 2485 which occur oom when using async servlet request.
* optimize imports
* 1. fix the same issue in the webmvc-v6x
2. improve based on review comments 3 个月前
b78b09d3
3 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)