ב-Earth Engine הוספנו רמות מכסת שימוש לא מסחרי כדי להגן על משאבי מחשוב משותפים ולספק ביצועים מהימנים לכולם. בפרויקטים לא מסחריים נעשה שימוש במסלול Community כברירת מחדל, אבל אפשר לשנות את המסלול של הפרויקט בכל שלב.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
פרמטרים זהים לפרמטרים של ee.data.getMapId, בנוסף, באופן אופציונלי:
dimensions (מספר או זוג מספרים בפורמט WIDTHxHEIGHT) המידות המקסימליות של התמונה הממוזערת לעיבוד, בפיקסלים. אם מועבר רק מספר אחד, הוא משמש כערך המקסימלי, והממד השני מחושב על ידי שינוי גודל יחסי.
region (E,S,W,N או GeoJSON) האזור הגיאוגרפי של התמונה שצריך לעבד. כברירת מחדל, כל התמונה.
format (string) פורמט הקידוד. אפשר להשתמש רק בפורמט GIF.
framesPerSecond (מספר) מהירות האנימציה.
callback
פונקציה, אופציונלי
קריאה חוזרת אופציונלית שמטפלת במחרוזת כתובת ה-URL שמתקבלת. אם לא מספקים את הערך הזה, השיחה מתבצעת באופן סינכרוני.
[[["התוכן קל להבנה","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-07-26 (שעון UTC)."],[],["The `ImageCollection.getVideoThumbURL` method retrieves the URL of an animated thumbnail for an `ImageCollection`. It accepts parameters like `dimensions` (thumbnail size), `region` (area of interest), `format` ('gif' only), and `framesPerSecond` (animation speed). An optional `callback` function handles the resulting URL; otherwise, the call is synchronous. The method returns an Object or String containing the URL, or `undefined` if a callback was used. The ImageCollection instance is the targeted object of the method.\n"]]