ב-Earth Engine הוספנו רמות מכסת שימוש לא מסחרי כדי להגן על משאבי מחשוב משותפים ולספק ביצועים מהימנים לכולם. בפרויקטים לא מסחריים נעשה שימוש במסלול Community כברירת מחדל, אבל אפשר לשנות את המסלול של הפרויקט בכל שלב.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
ee.ImageCollection.getRegion
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Output an array of values for each [pixel, band, image] tuple in an ImageCollection. הפלט מכיל שורות של מזהה, קו אורך, קו רוחב, זמן וכל הפסים לכל תמונה שחופפת לכל פיקסל באזור הנתון. ניסיון לחלץ יותר מ-1,048,576 ערכים יגרום לשגיאה.
ההטלה שבה רוצים להשתמש. אם לא מציינים ערך, ברירת המחדל היא EPSG:4326. אם מציינים את המאפיין הזה בנוסף למאפיין scale, ההיטל משתנה בהתאם לשינוי הגודל שצוין.
crsTransform
רשימה, ברירת מחדל: null
מערך של ערכי טרנספורמציה של CRS. זהו סדר שורות של טרנספורמציה אפינית בגודל 3x2. האפשרות הזו לא יכולה לפעול יחד עם האפשרות scale, והיא תחליף כל טרנספורמציה שכבר הוגדרה בהטלה הנתונה.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2026-04-20 (שעון UTC)."],[],["The `ImageCollection.getRegion` method extracts pixel values from an ImageCollection within a specified geometry. It returns a list containing rows of data for each \\[pixel, band, image\\] tuple, including id, longitude, latitude, time, and band values. Users define the extraction region, scale, and optionally the projection. The output format is a table where rows represent pixels and columns detail each image's data. The method accepts various geometry types but is limited to extracting 1,048,576 values per request.\n"]]