当前位置:网站首页>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
边栏推荐
- Ros2 - function package (VI)
- Ros2 - first acquaintance with ros2 (I)
- PostMessage communication
- Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
- Unity ugui how to match and transform coordinates between different UI panels or uis
- Concurrent programming - how to interrupt / stop a running thread?
- Implementation of one-dimensional convolutional neural network CNN based on FPGA (VIII) implementation of activation layer
- npm install -g/--save/--save-dev的区别
- D2L installation
- [software testing] 06 -- basic process of software testing
猜你喜欢
[software testing] 06 -- basic process of software testing
[node] NVM version management tool
Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘
睿智的目标检测59——Pytorch Focal loss详解与在YoloV4当中的实现
ROS2——初识ROS2(一)
Mipi interface, DVP interface and CSI interface of camera
Brief description of inux camera (Mipi interface)
Logical structure and physical structure
ROS2——node节点(七)
SD_ CMD_ SEND_ SHIFT_ REGISTER
随机推荐
2022.06.27_ One question per day
IPage能正常显示数据,但是total一直等于0
How can Oracle SQL statements modify fields that are not allowed to be null to allow nulls?
Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
Negative number storage and type conversion in programs
Binary search (half search)
Mathematical analysis_ Notes_ Chapter 8: multiple integral
现在有html文件,和用vs制作的mvc(连接了数据库),怎么两个相连?
你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
一文揭开,测试外包公司的真实情况
In C language, int a= 'R'
Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘
docker安装mysql并使用navicat连接
乐鑫面试流程
Unity UGUI不同的UI面板或者UI之间如何进行坐标匹配和变换
[tf1] save and load parameters
Oracle code use
Netease to B, soft outside, hard in
[software testing] 06 -- basic process of software testing
Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘