geetools.batch.image.toLocal#

geetools.batch.image.toLocal(image, name=None, path=None, scale=None, region=None, dimensions=None, toFolder=True)#

Download an Image to your hard drive.

Parameters:
  • image (ee.Image) – the image to download

  • path (str) – the path to download the image. If None, it will be downloaded to the same folder as the script is

  • name (str) – name of the file

  • scale (int) – scale of the image to download. If None, tries to get it.

  • region (ee.Geometry) – region to from where to download the image. If None, will be the image region

:param