当我尝试在 Google Earth Engine Asset 中上传我的 .shp 文件并像这样在 Python 中导入时: self.TS_POP = ee.FeatureCollection(users/arafayknysys/pop_TS) 当我尝试使用self.TS_POP.getInfo加载几何数据时(),我收到以下错误: Collection.loadTable: (*) not found 非常感谢任何帮助
1550 次
1 回答
1
I have solved it by my self, Actually what I have done is after uploading my dataset in Google Earth Engine code editor. I forgot to give the read access to every one.
Steps:
Just goto the Asset tab of JavaScript Code editor.
Click on the Asset name as mine is TS_POP.
Then Share it and click the checkbox 'Anyone can read'.
Then click on Done.
于 2018-06-26T06:29:13.553 回答