Open onsummer opened 3 years ago
这用了 python2 的print,我全改为 print()之后运行报这个错: sock.connect((host, port)) ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
并且这个好像不支持嵌套数据集的下载
作者做的不错,在作者版本基础之上我升级到了py3,支持嵌套数据集下载 下载地址: https://github.com/defineconst/3dtilesdownloader 使用方法: python downloader_py3_multi.py -u https://lab.earthsdk.com/model/702aa950d03 c11e99f7ddd77cbe22fea/tileset.json -d E:\3000_3D_GIS_Cesium\3DTilesFiles\shanghai_building 谢谢作者,试用有问题多沟通。
这用了 python2 的print,我全改为 print()之后运行报这个错: sock.connect((host, port)) ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
并且这个好像不支持嵌套数据集的下载