Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

wordpress - Collection load Table error in Google Earth Engine

I am new in GEE and I am trying to upload SandPolygon into my google-drive using Google Earth Engine scripts. But I am getting an error saying:
Collection.loadTable: Collection asset 'users/----------/sandPolygon' not found.

see the code:

Export.table.toDrive({

  collection: ee.FeatureCollection("users/soumahseydouba10/sandPolygon"),

  description: 'sandPolygon',

  fileFormat: "SHP"

see error:

Collection.loadTable: Collection asset 'users/soumahseydouba10/sandPolygon' not found.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...