gee-community / qgis-earthengine-plugin

Integrates Google Earth Engine and QGIS using Python API
http://qgis-ee-plugin.appspot.com
MIT License
448 stars 115 forks source link

wait to import httplib2 until paths to external libraries are added #114

Closed SiggyF closed 2 years ago

SiggyF commented 2 years ago

This solves an issue related to the initialization. On new installs we can't import httlib2 before it is added to the path. https://github.com/gee-community/qgis-earthengine-plugin/issues/105