简体   繁体   English

Collection.loadTable:在GEE中找不到

[英]Collection.loadTable: not found in GEE

当我尝试将我的.shp文件上传到Google Earth Engine资产并像这样在Python中导入时: self.TS_POP = ee.FeatureCollection(users / arafayknysys / pop_TS)以及当我尝试使用self.TS_POP.getInfo加载几何数据时() ,出现以下错误:Collection.loadTable:(*)找不到任何帮助

I have solved it by my self, Actually what I have done is after uploading my dataset in Google Earth Engine code editor. 我已经自己解决了,实际上我要做的是将数据集上传到Google Earth Engine代码编辑器中之后。 I forgot to give the read access to every one. 我忘了给每个人都具有读取权限。 Steps : Just goto the Asset tab of JavaScript Code editor. 步骤 :只需转到JavaScript代码编辑器的Asset选项卡。 Click on the Asset name as mine is TS_POP. 单击资产名称,因为我的名称是TS_POP。 Then Share it and click the checkbox 'Anyone can read' . 然后共享它,然后单击“任何人都可以阅读”复选框。 Then click on Done. 然后点击完成。 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM