公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Blob
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
从 Google Cloud Storage 网址加载 Blob。
参数 | 类型 | 详细信息 |
---|
url | 字符串 | Blob 的 Google Cloud Storage 网址。存储分区元数据必须可访问(需要“Storage Legacy Bucket Reader”角色提供的“storage.buckets.get”权限,请参阅 https://cloud.google.com/storage/docs/access-control/iam-roles),并且存储分区必须位于美国多区域、包含 US-CENTRAL1 的双区域或 US-CENTRAL1 区域。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]