Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin erişimlerini sürdürebilmeleri için ticari olmayan uygunluklarını doğrulamaları gerekir. 26 Eylül 2025'e kadar doğrulama yapmazsanız erişiminiz bekletilebilir.
ee.Image.loadGeoTIFF
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
GeoTIFF'i resim olarak yükler.
Kullanım
İadeler
ee.Image.loadGeoTIFF(uri)
Resim
Bağımsız Değişken
Tür
Ayrıntılar
uri
Dize
Yüklenecek GeoTIFF'in Cloud Storage URI'si. Paket meta verilerine erişilebilir olmalıdır ("Storage Eski Paket Okuyucu" rolü tarafından sağlanan "storage.buckets.get" izni gerekir. https://cloud.google.com/storage/docs/access-control/iam-roles adresine bakın) ve paket ABD çoklu bölgesinde, US-CENTRAL1 dahil olmak üzere ikili bir bölgede veya US-CENTRAL1 bölgesinde bulunmalıdır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["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"]]