सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
GeoTIFF को इमेज के तौर पर लोड करता है.
इस्तेमाल
रिटर्न
ee.Image.loadGeoTIFF(uri)
इमेज
आर्ग्यूमेंट
टाइप
विवरण
uri
स्ट्रिंग
लोड किए जाने वाले GeoTIFF का Cloud Storage यूआरआई. बकेट का मेटाडेटा ऐक्सेस किया जा सकता हो. इसके लिए, आपके पास `storage.buckets.get` अनुमति होनी चाहिए. यह अनुमति, "स्टोरेज लेगसी बकेट रीडर" की भूमिका के साथ-साथ अन्य भूमिकाओं से भी मिलती है. ज़्यादा जानकारी के लिए, https://cloud.google.com/storage/docs/access-control/iam-roles पर जाएं. साथ ही, बकेट अमेरिका के एक से ज़्यादा इलाकों में, दो इलाकों में या US-CENTRAL1 इलाके में होना चाहिए.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-03-28 (UTC) को अपडेट किया गया."],[[["`ee.Image.loadGeoTIFF` loads a Cloud Storage-hosted GeoTIFF file as an `ee.Image`."],["The function takes a single argument, `uri`, which specifies the Cloud Storage location of the GeoTIFF."],["Examples demonstrate loading and displaying a Landsat 8 GeoTIFF from the public data catalog in both JavaScript and Python."]]],["The function `ee.Image.loadGeoTIFF(uri)` loads a GeoTIFF from a Cloud Storage URI as an `Image`. The `uri` must be a string pointing to a GeoTIFF file in a supported Google Cloud Storage bucket, requiring specific access permissions. Example code is provided for both JavaScript and Python, demonstrating loading, printing, and displaying the GeoTIFF. The Python code uses `geemap` for interactive development. The loaded image can then be used in further processing and analysis.\n"]]