קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
טעינה של קובץ GeoTIFF כתמונה.
שימוש
החזרות
ee.Image.loadGeoTIFF(uri)
תמונה
ארגומנט
סוג
פרטים
uri
מחרוזת
ה-URI של Cloud Storage של קובץ GeoTIFF שרוצים לטעון. צריכה להיות גישה למטא-נתונים של הקטגוריה (נדרשת ההרשאה storage.buckets.get, שמקבלים בין היתר מהתפקיד Storage Legacy Bucket Reader. אפשר לקרוא מידע נוסף במאמר https://cloud.google.com/storage/docs/access-control/iam-roles). בנוסף, הקטגוריה צריכה להיות ממוקמת במרחב רב-אזורי בארה"ב, בקטגוריה של שני אזורים שכוללת את US-CENTRAL1 או באזור 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"]]