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:

  • Returnee.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 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐