当前位置:网站首页>Google Earth engine (GEE) -- crop extraction and analysis using sentinel-2 data
Google Earth engine (GEE) -- crop extraction and analysis using sentinel-2 data
2022-06-28 22:38:00 【This star is bright】
We use sentinel data to classify and extract crops , The main useful time nodes are spring, summer, autumn and winter , By threshold method and updateMask To achieve the extraction of crops .
Recently, I found a giant cow's artificial intelligence learning website , Click to jump to the website : Preface – A course of bed length artificial intelligence
Code :
// Load sentry 2 Data no.
var s2 = ee.ImageCollection("COPERNICUS/S2_HARMONIZED"),
roi =
/* color: #d63000 */
/* displayProperties: [
{
"type": "rectangle"
}
] */
ee.Geometry.Polygon(
[[[114.27025202404155, 33.89965438737615],
[114.27025202404155, 33.27732637743472],
[115.25352839122905, 33.27732637743472],
[115.25352839122905, 33.89965438737615]]], null, false);
Map.centerObject(roi)
Map.addLayer(roi)
// Conduct QA60 Cloud removal operation function
function maskS2clouds(image) {
var qa = image.select('QA60')
var cloudBitMask = 1 << 10;
var cirrusBitMask = 1 << 11;
var ma边栏推荐
- 强大的开源API接口可视化管理平台-YApi
- 现在还能入“坑”数据分析吗?看看2022年数据分析热门岗位!
- VR全景创业为了把控风险,如何选择加盟公司?
- Zadig 面向開發者的自測聯調子環境技術方案詳解
- 初识阿里云(云计算)—发展历程和技术架构、地域和可用区!
- Qt5.15中qsrand,srand随机数生成函数已弃用问题
- Linux安装mysql5.7(CentOS7.6) 教程
- How to use the apipost script - global variables
- Competition rules for the "network security" event of the secondary vocational group in the skills competition of Guangxi Vocational Colleges in 2022
- Steady! How thousands of micro services can quickly access Zadig (helm chart)
猜你喜欢

Basic knowledge diagram of K-line Diagram -- meaning of single K-line

项目管理到底管的是什么?

Linux Installation mysql5.7 (centos7.6) tutorial

Qtcreater5.15.0 source code compilation process record

Progress of dbnn experiment

Interpretation of papers (DCN) towards k-means-friendly spaces: simultaneous deep learning and clustering

初识阿里云(云计算)—发展历程和技术架构、地域和可用区!
oracle设置密码复杂度及设置超时退出的功能

Pytorch builds transformer to realize multivariable and multi step time series forecasting (load forecasting)

Summary of time series prediction series (code usage)
随机推荐
VR全景制作的前景如何?
Post-00 cloud native Engineer: use Zadig to increase revenue and reduce expenditure for the R & D of Sichuang Technology (Guangzhou public transport)
带链接跳转的微信红包封面制作教程和使用指南
Water brother's code
5毛VS600亿,食品安全问题是卫龙上市最大的拦路虎?
水哥的代码
微搭低代码中实现二维码生成
How to analyze the trend chart of London gold market with the moving average
Nc1033 palindrome substring of small a (ring, interval DP)
2022-06-28:以下golang代码输出什么?A:true;B:false;C:panic;D:编译失败。 package main import “fmt“ func main() {
Career consultation | in the data analysis interview, it is only reliable to introduce yourself in this way
2022-06-28: what does the following golang code output? A:true; B:false; C:panic; D: Compilation failed. package main import “fmt“ func main() {
IC Nansha|AMD高级副总裁、大中华区总裁潘晓明:制程、架构、平台优化突破计算边界
Zadig 面向开发者的自测联调子环境技术方案详解
Use of axurer9 option group
With the development of industrial Internet as the starting point, the industry can enter a new stage of development
稳!上千微服务如何快速接入 Zadig(Helm Chart 篇)
Gross vs60 billion. Is food safety the biggest obstacle to Weilong's listing?
Steady! How thousands of micro services can quickly access Zadig (helm chart)
Code example of hiredis