ee.Blob
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Loads a Blob from a Google Cloud Storage URL.
שימוש | החזרות |
---|
ee.Blob(url) | Blob |
ארגומנט | סוג | פרטים |
---|
url | מחרוזת | כתובת ה-URL של ה-Blob ב-Google Cloud Storage. צריכה להיות גישה למטא-נתונים של הקטגוריה (נדרשת ההרשאה `storage.buckets.get`, שניתנת על ידי התפקיד Storage Legacy Bucket Reader, בין היתר. מידע נוסף זמין בכתובת https://cloud.google.com/storage/docs/access-control/iam-roles) והקטגוריה צריכה להיות ממוקמת באזור רב-אזורי בארה"ב, באזור כפול שכולל את US-CENTRAL1 או באזור US-CENTRAL1. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eLoads data objects, referred to as Blobs, from a specified Google Cloud Storage location.\u003c/p\u003e\n"],["\u003cp\u003eTakes a Google Cloud Storage URL as input for accessing the Blob data.\u003c/p\u003e\n"],["\u003cp\u003eReturns a Blob object, which can then be further used within the Earth Engine environment.\u003c/p\u003e\n"],["\u003cp\u003eThe syntax for usage is ee.Blob(url), where ‘url’ represents the Blob's Google Cloud Storage URL.\u003c/p\u003e\n"]]],[],null,["# ee.Blob\n\nLoads a Blob from a Google Cloud Storage URL.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| `ee.Blob(url)` | Blob |\n\n| Argument | Type | Details |\n|----------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `url` | String | The Blob's Google Cloud Storage URL. The bucket metadata must be accessible (requires the \\`storage.buckets.get\\` permission which is provided by the role \"Storage Legacy Bucket Reader\" among others, see https://cloud.google.com/storage/docs/access-control/iam-roles) and the bucket must be located in the US multi-region, a dual-region including US-CENTRAL1, or theUS-CENTRAL1 region. |"]]