当前位置:网站首页>Using GEE plug-in in QGIS
Using GEE plug-in in QGIS
2022-07-05 07:15:00 【RS&Hydrology】
1. stay QGIS Middle configuration GEE plug-in unit
(1) stay QGIS Install in software :
(2) Install plug-ins locally :
Installation website :https://plugins.qgis.org/plugins/ee_plugin/
After downloading , stay QGIS Install in software :
Installation successful :
Test error 1:
resolvent :
https://github.com/PANOimagen/batch_hillshader/issues/4
Need to re install the plug-in , Restart the software , Try a few more times , I don't know why .
Test error 2:
resolvent :
(2) Set up QGIS The Internet
Reference resources :https://zhuanlan.zhihu.com/p/148811140
2. example
(1) Load background layer
Pay attention to the need to install cloud plug-in unit .
(2) Load image data
import ee
from ee_plugin import Map
##load LC08 images/filter by date range/select bands RGB(432)
dataset = ee.ImageCollection('LANDSAT/LC08/C01/T1_TOA').filterDate('2017-01-01', '2017-12-31');
trueColor432 = dataset.select(['B4', 'B3', 'B2']);
trueColor432Vis = {
min: 0.0,
max: 0.4,
};
Map.setCenter(6.746, 46.529, 6);
Map.addLayer(trueColor432, trueColor432Vis, 'True Color (432)');
Reference material :
https://zhuanlan.zhihu.com/p/148811140
https://gee-community.github.io/qgis-earthengine-plugin/
QGIS Official documents :https://docs.qgis.org/testing/en/docs/user_manual/plugins/plugins.html#core-and-external-plugins
边栏推荐
- [solved] there is something wrong with the image
- What if the DataGrid cannot see the table after connecting to the database
- ROS2——node节点(七)
- 【idea】Could not autowire. No beans of xxx type found
- Unity UGUI不同的UI面板或者UI之间如何进行坐标匹配和变换
- [tf] Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initial
- 2022.06.27_每日一题
- [node] NVM version management tool
- How can Oracle SQL statements modify fields that are not allowed to be null to allow nulls?
- [vscode] search using regular expressions
猜你喜欢
随机推荐
The SQL implementation has multiple records with the same ID, and the latest one is taken
Brief description of inux camera (Mipi interface)
Course learning accumulation ppt
SOC_ SD_ CMD_ FSM
Skywalking all
Use of Pai platform
Database SQL practice 4. Find the last of employees in all assigned departments_ Name and first_ name
arcpy. SpatialJoin_ Analysis spatial connection analysis
[software testing] 03 -- overview of software testing
Mid 2022 documentary -- the experience of an ordinary person
【软件测试】02 -- 软件缺陷管理
网易To B,柔外刚中
能量守恒和打造能量缺口
mingling
Delayqueue usage and scenarios of delay queue
new和malloc的区别
纯碱是做什么的?
ROS2——功能包(六)
Typescript get timestamp
Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)