EE S5P QGIS Plugin Preview

preview_player
Показать описание
This video is an overview of a tutorial series demonstrating a QGIS Python Plugin to ad hoc query the Sentinel-5 Precursor image collection on Google Earth Engine, as well as a selection of other Dataset collections.

The experimental plugin is available for download on the public github repository:

Рекомендации по теме
Комментарии
Автор

Thank you Brandon for the plugin. I am trying to install it and I get this message: What can I do? : Couldn't load plugin

ModuleNotFoundError: No module named
Traceback (most recent call last):
File "C:\PROGRA~1/QGIS32~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 401, in loadPlugin
__import__(packageName)
File "C:\PROGRA~1/QGIS32~1.11/apps/qgis-ltr/./python\qgis\utils.py", line 888, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named

angelablanco