Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Blob
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Memuat Blob dari URL Google Cloud Storage.
Penggunaan | Hasil |
---|
ee.Blob(url) | Blob |
Argumen | Jenis | Detail |
---|
url | String | URL Google Cloud Storage Blob. Metadata bucket harus dapat diakses (memerlukan izin `storage.buckets.get` yang diberikan oleh peran "Storage Legacy Bucket Reader", lihat https://cloud.google.com/storage/docs/access-control/iam-roles) dan bucket harus berada di multi-region AS, dual-region yang mencakup US-CENTRAL1, atau region US-CENTRAL1. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]