ee.Blob
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, Google Cloud Storage के यूआरएल से Blob लोड करता है.
इस्तेमाल | रिटर्न |
---|
ee.Blob(url) | ब्लॉब |
आर्ग्यूमेंट | टाइप | विवरण |
---|
url | स्ट्रिंग | ब्लॉब का Google Cloud Storage यूआरएल. बकेट के मेटाडेटा को ऐक्सेस किया जा सकता हो. इसके लिए, `storage.buckets.get` अनुमति की ज़रूरत होती है. यह अनुमति, "Storage Legacy Bucket Reader" भूमिका के साथ-साथ अन्य भूमिकाओं से भी मिलती है. इसके बारे में ज़्यादा जानने के लिए, https://cloud.google.com/storage/docs/access-control/iam-roles पर जाएं. साथ ही, बकेट अमेरिका के एक से ज़्यादा क्षेत्रों, अमेरिका-CENTRAL1 वाले दो क्षेत्रों या अमेरिका-CENTRAL1 क्षेत्र में मौजूद होना चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]