ee.ImageCollection.load
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Returns the image collection given its ID.
שימוש | החזרות |
---|
ee.ImageCollection.load(id, version) | ImageCollection |
ארגומנט | סוג | פרטים |
---|
id | מחרוזת | מזהה הנכס של אוסף התמונות. |
version | Long, ברירת מחדל: null | גרסת הנכס. -1 מציין את הגרסה האחרונה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eLoads an image collection asset from the Earth Engine data catalog using its ID.\u003c/p\u003e\n"],["\u003cp\u003eAllows specifying a version number, with -1 defaulting to the latest version of the image collection.\u003c/p\u003e\n"],["\u003cp\u003eReturns the specified ImageCollection object for further processing within Earth Engine.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.load\n\nReturns the image collection given its ID.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------|-----------------|\n| `ee.ImageCollection.load(id, `*version*`)` | ImageCollection |\n\n| Argument | Type | Details |\n|-----------|---------------------|------------------------------------------------------------|\n| `id` | String | The asset ID of the image collection. |\n| `version` | Long, default: null | The version of the asset. -1 signifies the latest version. |"]]