0

I am trying to download a few images from Google Earth to Google Drive. I have the following code:

import geemap
import ee
ee.Authenticate()
ee.Initialize()
img=ee.ImageCollection("LANDSAT/LC08/C02/T1_TOA")
collection = ee.ImageCollection("LANDSAT/LC08/C02/T1_TOA").select(['B4', 'B3', 'B2']).filterDate('2019-12-30', '2019-12-31')
geemap.ee_export_image_collection_to_drive(collection, folder='GoogleEarth', scale=10)

When I run it, nothing gets downloaded in my drive. Has anyone encountered this problem?

riskiem
  • 187
  • 2
  • 7

0 Answers0