import ee
import mapclient
ee.Initialize()
image = ee.Image('srtm90_v4')
map = mapclient.MapClient()
map.addOverlay(mapclient.MakeOverlay(image.getMapId({'min': 0, 'max': 30})))
在此处输入图像描述
错误代码如下:线程 Thread-9 中的异常:回溯(最近一次调用最后):文件“D:\Anaconda2\lib\threading.py”,第 801 行,在bootstrap_inner self.run() 文件中“mapclient.py”,第 440 行,在运行回调(图像)文件“mapclient.py”,第 215 行,在 AddTile newtile = ImageTk.PhotoImage(newtile) 文件“D:\Anaconda2\lib\site-packages\PIL\ ImageTk.py",第 113 行,在 __init
self. photo = apply(Tkinter.PhotoImage, (), kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3367 行,在 __init
Image 中。init (self, 'photo', name, cnf, master, **kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3321 行,
self.tk.call(('image', 'create', imgtype, name,) + options) TclError:堆栈空间不足(无限循环?)线程 Thread-7 中的异常:回溯(最近一次调用最后一次):文件“D:\Anaconda2\lib\threading.py”,第 801 行,在bootstrap_inner self.run() 文件“mapclient.py”,第 440 行,在运行回调(图像)文件“mapclient.py”,第 215 行,在AddTile newtile = ImageTk.PhotoImage(newtile) File "D:\Anaconda2\lib\site-packages\PIL\ImageTk.py",第 113 行,在 __init
self. photo = apply(Tkinter.PhotoImage, (), kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3367 行,在 __init
Image 中。在里面(self, 'photo', name, cnf, master, **kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3321 行,在init
self.tk.call(('image' , 'create', imgtype, name,) + options) TclError: out of stack space (infinite loop?) 异常在线程 Thread-16: Traceback (last last最近调用): File "D:\Anaconda2\lib\threading. py”,第 801 行,在bootstrap_inner self.run() 文件“mapclient.py”,第 440 行,在运行回调(图像)文件“mapclient.py”,第 215 行,在 AddTile newtile = ImageTk.PhotoImage(newtile)enter code here
文件中“D:\Anaconda2\lib\site-packages\PIL\ImageTk.py”,第 113 行,在 __init
self. 照片=应用(Tkinter.PhotoImage,(),千瓦)文件“D:
图片。init (self, 'photo', name, cnf, master, **kw) File "D:\Anaconda2\lib\lib-tk\Tkinter.py", line 3321, init
self.tk.call(('image ', 'create', imgtype, name,) + options) TclError: expected boolean value but got "??"