ee_image_collection#

Toolbox for the ee.ImageCollection class.

Attributes#

EE_DATE_FORMAT

The javascript format to use to burn date object in GEE.

PY_DATE_FORMAT

The python format to use to parse dates coming from GEE.

Classes#

Module Contents#

geetools.ee_image_collection.EE_DATE_FORMAT = "YYYY-MM-dd'T'HH-mm-ss"[source]#

The javascript format to use to burn date object in GEE.

geetools.ee_image_collection.PY_DATE_FORMAT = '%Y-%m-%dT%H-%M-%S'[source]#

The python format to use to parse dates coming from GEE.