当前位置:网站首页>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<边栏推荐
猜你喜欢
随机推荐
typescript学习(三)
【中英文目录】导读
为什么四个字节的float表示的范围比八个字节的long要广
MySQL必知必会(一)
Heap series _0x04: Internal structure of heap (_HEAP=_HEAP_SEGMENT+_HEAP_ENTRY)
位运算相关:2的幂、翻转图像、颠倒二进制位、N皇后II、比特位计数 ...
(七)小思同学和性能
C语言三子棋详解
0. About The Author And Preface
初始C语言(2) C生万物
新电脑自带win11,开机怎样跳过连网
前缀和相关:区域和检索 - 数组不可变、二维区域和检索 - 矩阵不可变...
Mysql学习(二)
初识C语言,了解一下C语言轮廓
Heap series_0x06: NT global flags and gflags.exe one page
字典树、并查集相关:实现Trie、搜索推荐系统、朋友圈、被围绕的区域(未做) ...
学编程的第十一天
基于FTP协议的文件上传与下载
前言:关于作者吴秋生博士与此书简介
uniapp封装全局js并在页面引用









