当前位置:网站首页>Chapter 3: Use of GEE Data (3.1-3.3)
Chapter 3: Use of GEE Data (3.1-3.3)
2022-08-09 17:48:00 【Han Tianfang】
3. Use of GEE data
3.1 Introduction
Google Earth Engine is an innovative cloud computing platform for geospatial analysis.Its data types are very different from traditional data types handled by desktop software.In this chapter, we will introduce the basic Earth Engine data types for storing vector and raster data.Then, we'll explore the Earth Engine data catalog and how to interactively search Earth Engine datasets in the Jupyter environment.We will also cover how to obtain image metadata and compute descriptive statistics.Finally, we'll learn how to automatically convert Earth Engine JavaScript to Python.By the end of this chapter, you should have easy access to Earth Engine data using geomaps in the Jupyter environment.
3.2 Technical Requirements
To study this chapter, you will need to install geemap and several optional dependencies.If you've followed Chapter 1 - Introducing GEE and Geemap, you should already have a conda environment with the necessary packages installed.Otherwise, you need to create a new conda environment and install the pygis package using the following command, which will automatically install geemapand all necessary dependencies:
conda create -n gee pythonconda activate geeconda install -c conda-forge mambamamba install -c conda-forge pygis<边栏推荐
猜你喜欢
随机推荐
Ntdsutil 清除无效的辅域控制器DC
软件测试面试题--银行面试
前言:关于作者吴秋生博士与此书简介
初始C语言(2) C生万物
第二章:创建交互式地图(2.4-2.6)
微信小程序学习(二)
动态规划套题:不同路径
com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character
Mysql学习(二)
2022深圳杯D题思路:复杂水平井三维轨道设计
js事件流
文字样式的常见属性的如何使用?
布隆过滤器及LRU Cache的实现
(七)小思同学和性能
uniapp封装全局js并在页面引用
opacity和rgba的区别
Tracert 命令穿越防火墙不显示星号*的方法
2022高教社杯 国赛数学建模 A题思路
WinServer 2019 组策略开启远程桌面
Mysql学习(四)









