当前位置:网站首页>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
边栏推荐
- Gee: explore the characteristics of precipitation change in the Yellow River Basin in the past 10 years [pixel by pixel analysis]
- Mysql基础---查询(1天学会mysql基础)
- Pytest learning ----- pytest Interface Association framework encapsulation of interface automation testing
- 画波形图_数字IC
- Go GC garbage collection notes (three color mark)
- 國產全中文-自動化測試軟件Apifox
- Global and Chinese market of hydrocyclone desander 2022-2028: Research Report on technology, participants, trends, market size and share
- Global and Chinese market of impact roll 2022-2028: Research Report on technology, participants, trends, market size and share
- Line by line explanation of yolox source code of anchor free series network (7) -- obj in head_ loss、Cls_ Loss and reg_ Calculation and reverse transmission of loss I
- Nodejs (02) - built in module
猜你喜欢
随机推荐
Fabric.js 将本地图像上传到画布背景
Practical problem solving ability of steam Education
Steam教育的实际问题解决能力
農業生態領域智能機器人的應用
6.30年终小结,学生时代结束
Gee: explore the characteristics of precipitation change in the Yellow River Basin in the past 10 years [pixel by pixel analysis]
C # picture display occupancy problem
Using Kube bench and Kube hunter to evaluate the risk of kubernetes cluster
7.1 simulation summary
数学问题(数论)试除法做质数的判断、分解质因数,筛质数
el-cascader回显只选中不显示的问题
Future trend of automated testing ----- self healing technology
Briefly introduce chown command
Paddlepaddle project source code
Leetcode basic programming: array
Implementation of go language for deleting duplicate items in sorting array
LeetCode 1175. Prime number arrangement (prime number judgment + Combinatorial Mathematics)
Super detailed pycharm tutorial
7.1模拟赛总结
[high speed bus] Introduction to jesd204b








![[opencv] image binarization](/img/7e/b56a59ffae3bf6cac9c0bb7e090b85.jpg)
![[high speed bus] Introduction to jesd204b](/img/78/1a0a3672e63058da6d98da95aa3cf2.jpg)