当前位置:网站首页>Google Earth engine (GEE) - one day NDVI download of the simplest sentinel-2 image
Google Earth engine (GEE) - one day NDVI download of the simplest sentinel-2 image
2022-07-22 10:18:00 【This star is bright】
This article has a function that needs to be analyzed :
filterMetadata(name, operator, value)
deleted . Use filter() And ee.Filter.eq(), ee.Filter.gte() etc. .
A shortcut to filter a collection through metadata . This is equivalent to this.filter(ee.Filter.metadata(..)).
Return filtered collection .
Parameters .
this:collection( aggregate ).
Collection instance .
name( character string ).
Name of the attribute to be filtered .
operator (String):
The name of the comparison operator . The possible value is ."equals", "less_than", "greater_than",
"not_equals", "not_less_than", "not_greater_than", "start_with",
"end_with", "not_starts_with", "not_ends_with", " contains",
" It doesn't contain ".
value( object ).
- The value to compare .
return . aggregate
Sometimes there is a problem ,
when calculating the NDVI of a Sentinel 2 image from May 2, 2022, I get an error that I did not get in previous c
边栏推荐
- 【GNN】Graph Lifelong Learning: A Survey
- 能量原理与变分法笔记06:高阶导数的变分问题(包含函数的高阶导数)
- HD06-ASEMI贴片整流桥HD06
- How many months did you write your first SCI? (Part II)
- < 3> Use of comparator
- 对话框管理器第一章:先热热身
- Speech by Lu Shouqun, honorary chairman of copu, at the 17th open source China open source World Summit Forum
- 直播预告 | NFT, AIGC/UGC工具与元宇宙产品带来的新的设计创意与生产方法
- 能量原理与变分法笔记10:虚位移原理
- ABAQUS Chinese English conversion
猜你喜欢
能量原理与变分法笔记01:三种分析方法的简单介绍
奇安信加入欧拉开源社区,携手推动商用密码应用
能量原理与变分法笔记07: 多个自变函数的变分问题+条件极值问题的变分法+第一章的思考
Online XML to CSV tool
能量原理与变分法笔记03:证明两点之间直线最短
“万物互联,使能千行百业”,2022开放原子全球开源峰会OpenAtom OpenHarmony分论坛即将开幕
day02-2
2022 Baidu world conference ends, Xi tuyuan universe open-air giant screen & customized venue debut
10大主流压力/负载/性能测试工具推荐
【Arduino】树莓派RP2040板载WS2812灯变换效果以及呼吸灯效果示例
随机推荐
[interview: concurrent Article 20: multithreading: multiple locks]
能量原理与变分法笔记02:变分问题 变分和微分运算能交换次序 欧拉方程
What is cloud rendering? How fast is the rendering speed? Yiwen tells you
Realization of bank card number recognition with OpenCV
对WEB标准以及w3c的理解与认识?
假设div里面设置overflow:hidden,里面有select框,被遮住怎么办?
能量原理与变分法笔记07: 多个自变函数的变分问题+条件极值问题的变分法+第一章的思考
Emqx v4.4.5 Publishing: new exclusive subscriptions and mqtt 5.0 publishing attribute support
高度关注,2022开放原子开源峰会最新议程一览
RHCSA 压缩也解压缩、tar归档命令、文件的上传与下载、sehll中的变量、命令别名、命令历史
day02-2
Service & Endpoint
奇安信加入欧拉开源社区,携手推动商用密码应用
HD06-ASEMI贴片整流桥HD06
短视频直播源码,uniapp跳转页面携带id
Understanding of web standards and W3C?
openEuler志高远,开源汇智创未来 | 2022开放原子全球开源峰会 openEuler 分论坛即将开幕
实现类LinkedList
能量原理与变分法笔记01:三种分析方法的简单介绍
el-table-column嵌套el-table-column ,多级表头横向滚动的bug