ee.Image.date
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה מחזירה את זמן הצילום של תמונה כאובייקט Date. פונקציית העזר הזו שוות-ערך ל-
ee.Date(image.get('system:time_start'))
.
שימוש | החזרות |
---|
Image.date() | תאריך |
ארגומנט | סוג | פרטים |
---|
זה: image | תמונה | התמונה שרוצים לקבל את זמן הרכישה שלה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003edate()\u003c/code\u003e function retrieves the acquisition time of an Earth Engine image.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the acquisition time as a Date object, similar to using \u003ccode\u003eee.Date(image.get('system:time_start'))\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis function is applied to an Earth Engine Image object.\u003c/p\u003e\n"]]],[],null,["# ee.Image.date\n\nReturns the acquisition time of an image as a Date object. This helper function is equivalent to `ee.Date(image.get('system:time_start'))`.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Image.date`()` | Date |\n\n| Argument | Type | Details |\n|---------------|-------|---------------------------------------------|\n| this: `image` | Image | The image whose acquisition time to return. |"]]