MCPcopy
hub / github.com/google/earthengine-api / date

Method date

python/ee/image.py:1617–1624  ·  view source on GitHub ↗

Returns the acquisition time of an image as a Date object. This helper function is equivalent to `ee.Date(image.get('system:time_start'))`.

(self)

Source from the content-addressed store, hash-verified

1615 )
1616
1617 def date(self) -> ee_date.Date:
1618 """Returns the acquisition time of an image as a Date object.
1619
1620 This helper function is equivalent to
1621 `ee.Date(image.get('system:time_start'))`.
1622 """
1623
1624 return apifunction.ApiFunction.call_(self.name() + '.date', self)
1625
1626 def derivative(self) -> Image:
1627 """Returns an ee.Image with the X and Y discrete derivatives.

Callers 11

filterDateMethod · 0.45
test_filter_shortcutsMethod · 0.45
test_dateMethod · 0.45
test_dateMethod · 0.45
test_date_opt_paramsMethod · 0.45
collection.jsFile · 0.45
setImageByIndexFunction · 0.45
createTimeBandFunction · 0.45
addDependentsFunction · 0.45

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by 5

test_filter_shortcutsMethod · 0.36
test_dateMethod · 0.36
test_dateMethod · 0.36
test_date_opt_paramsMethod · 0.36