当前位置:网站首页>Gee data set: export the distribution and installed capacity of hydropower stations in the country to CSV table
Gee data set: export the distribution and installed capacity of hydropower stations in the country to CSV table
2022-07-02 05:11:00 【Gee water ecological space】
Catalog
Preface
GEE in , There is a database of world power plants , We can export the data we need as needed , For example, the data table of the distribution and installed capacity of hydropower stations in the country can be derived .
One 、 World power plant data set and its table structure

The above table is automatically translated by machine , hold string Translated into string , Ha
Two 、python Code
The code is as follows :
# Load data , Screening
table = ee.FeatureCollection("WRI/GPPD/power_plants") \
.filter(ee.Filter.eq('country', 'CHN')) \
.filter(ee.Filter.eq('fuel1', 'Hydro'))
# Export concerned data
downloadURL = table.getDownloadURL(filetype='csv', selectors=['country', 'name', 'capacitymw', 'latitude', 'longitude','fuel1'], filename='china_hydro')
print(downloadURL)
Some of the results are as follows :
3、 ... and 、 Summary
- Use getDownloadURL() You can export the concerned data table , This paper uses the global power plant database to derive the distribution and installed capacity of hydropower stations in China CSV Data sheet .
- Through a simple comparison, it is found that , The data in the world power plant data set still has large errors , For example, the number of hydropower stations in China is about 900 More than , Obviously, there is a lot of error , Just for GEE Study and have a look
Reference resources :
- https://developers.google.com/earth-engine/datasets/catalog/WRI_GPPD_power_plants#table-schema
- https://developers.google.com/earth-engine/apidocs/ee-featurecollection-getdownloadurl?hl=en
边栏推荐
- Ansible installation and use
- Summary of MySQL key challenges (2)
- Video multiple effects production, fade in effect and border background are added at the same time
- Typescript function details
- About PROFIBUS: communication backbone network of production plant
- fastText文本分类
- 黑马笔记---Map集合体系
- Implementation of go language for deleting duplicate items in sorting array
- Knowledge arrangement about steam Education
- [common error] the DDR type of FPGA device is selected incorrectly
猜你喜欢

el-cascader回显只选中不显示的问题

List of common bugs in software testing

Analyzing the hands-on building tutorial in children's programming

paddle: ValueError:quality setting only supported for ‘jpeg‘ compression
![[high speed bus] Introduction to jesd204b](/img/78/1a0a3672e63058da6d98da95aa3cf2.jpg)
[high speed bus] Introduction to jesd204b

C case of communication between server and client based on mqttnet

Collectors. Groupingby sort

Orthogonal test method and function diagram method for test case design

10 minute quick start UI automation ----- puppeter

Mathematical knowledge (Euler function)
随机推荐
Lm09 Fisher inverse transform inversion mesh strategy
Practical problem solving ability of steam Education
Mathematical problems (number theory) trial division to judge prime numbers, decompose prime factors, and screen prime numbers
Mathematical knowledge (Euler function)
leetcode存在重复元素go实现
6.30年终小结,学生时代结束
Set the default style of scroll bar Google browser
Save the CDA from the disc to the computer
解析少儿编程中的动手搭建教程
Fabric.js 基础笔刷
C# 基于MQTTNet的服务端与客户端通信案例
Global and Chinese market of insulin pens 2022-2028: Research Report on technology, participants, trends, market size and share
Pytest learning ----- pytest Interface Association framework encapsulation of interface automation testing
Nodejs (02) - built in module
Using Kube bench and Kube hunter to evaluate the risk of kubernetes cluster
视差特效的原理和实现方法
Typescript function details
National all Chinese Automatic Test Software apifox
7.1 simulation summary
培养中小学生对教育机器人的热爱之心