קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ממשק ה-API של Earth Engine מורכב מאובייקטים ושיטות. אובייקטים מייצגים סוגי נתונים כמו תמונות רסטר, מאפייני וקטורים, מספרים ומחרוזות.
כל אחד מהאובייקטים האלה שייך לכיתה ספציפית, וכל כיתה כוללת קבוצה קפדנית של פונקציות שזמינות לה.
אובייקטים ושיטות משולבים בסקריפטים של תהליכי עבודה ונשלחים לשרתים של Earth Engine לעיבוד. כדי לקבל מידע על סוגים נפוצים של אובייקטים ועל השיטות שלהם, אפשר ללחוץ על הכרטיסים הבאים כדי לראות הליכים לדוגמה.
הרשימה המלאה של הכיתות ב-Earth Engine והשיטות שלהן מופיעה בקטע ספריות לקוח במדריך למפתחי API (למשל ee.Image.add). אותו מידע זמין גם בכרטיסייה Docs של עורך הקוד ב-JavaScript.
[[["התוכן קל להבנה","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-02-18 (שעון UTC)."],[[["The Earth Engine API uses objects like images and features, each with specific methods, to process data on Earth Engine servers."],["Workflows are created by combining these objects and methods in scripts."],["Comprehensive API documentation with class details and methods is available in the API Reference Guide and Code Editor Docs tab."],["Common Earth Engine object classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart, each serving specific data and analytical purposes."],["Explore the provided links to learn about each object class and see example procedures."]]],["The Earth Engine API uses objects (raster images, vector features, numbers, strings) and methods within workflow scripts sent for server processing. Each object belongs to a class with specific functions. Key classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart. These classes represent data types, data sets, and tools for analysis. The API Reference Guide and the Code Editor Docs contain complete class and method information.\n"]]