Collection.loadTable: not found in GEE

荒凉一梦 提交于 2019-12-11 08:54:10

问题


When I tried to upload my .shp file in Google Earth Engine Asset and import in Python like this: self.TS_POP = ee.FeatureCollection(users/arafayknysys/pop_TS) And when I tried to load the Geometric Data using self.TS_POP.getInfo(), I get the following error: Collection.loadTable: (*) not found Any help much appreciated


回答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.



来源:https://stackoverflow.com/questions/51036103/collection-loadtable-not-found-in-gee

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!