ee.Blob
Loads a Blob from a Google Cloud Storage URL.
Usage | Returns | ee.Blob(url) | Blob |
Argument | Type | Details | 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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-23 UTC.
[null,null,["Last updated 2024-12-23 UTC."],[[["Loads data objects, referred to as Blobs, from a specified Google Cloud Storage location."],["Takes a Google Cloud Storage URL as input for accessing the Blob data."],["Returns a Blob object, which can then be further used within the Earth Engine environment."],["The syntax for usage is ee.Blob(url), where ‘url’ represents the Blob's Google Cloud Storage URL."]]],[]]