GEE|colab报错AttributeError: module ‘tornado.ioloop‘ has no attribute ‘_Selectable‘

JavaScript版的GEE可视化功能非常强大,可惜我太菜了实在用不惯js的接口,用map做循环对我来说太难了,在打印和导出上都遇到了很多困难。实验进行不下去了…日常想撞墙。还是决定试试python版的。最方便的还是使用colab编程,可以省去配环境的繁琐步骤。了解到geemap是一个python包,拓展了GEE python版本交互式可视化的功能。

一、授权

import ee
ee.Authenticate()
ee.Initialize()

运行后点进链接,获取授权码:

GEE|colab报错AttributeError: module ‘tornado.ioloop‘ has no attribute ‘_Selectable‘_第1张图片
点击GENERATE TOKEN:

GEE|colab报错AttributeError: module ‘tornado.ioloop‘ has no attribute ‘_Selectable‘_第2张图片
都勾选后点击Continue:

你可能感兴趣的:(GEE,tornado,python)