Open Google Earth Engine (OEEL) - add time properties addTimeProperties(...)

oeel.Element.addTimeProperties(...)

oeel.Element.addTimeProperties(sinceEpoch, timeVariable, timeZone, image, feature, collection)

addTimeProperties. Simply add some time metric (day, month, year ...) derived from system:time_start

Just add some time metrics (day, month, year...) from system:time_start.

Arguments:

  • sinceEpoch* booleandefine each property locally or the absolute cumulated since epoch (01.01.1970)
  • timeVariable* string|object Default:start.The name of the variable to use. ‘start’, ‘end’, or ‘both’ are using the system time any other name can be used too.
  • timeZone* string Default:UTC.The time zone.
  • image ee.ImageThe image on which to add the time properties.
  • feature ee.FeatureThe feature on which to add the time properties.

おすすめ

転載: blog.csdn.net/qq_31988139/article/details/131364888