TransWikia.com

Export.image.toDrive keeps failing for certain shapefiles in GEE

Geographic Information Systems Asked by Ish on January 3, 2021

I am new to GIS. I had been trying to obtain village level images from kgis. But the GEE code to export images keeps failing with an error message of ‘Internal error’. The code(Jupyter notebook) has worked fine for some district level shapefiles obtained from other website. Part of this code used for exporting:

# creating a task to export clipped image to drive
task = ee.batch.Export.image.toDrive(clip, 
                                    description = 'image',
                                    folder = 'Landsat',                                    
                                    region = geometry.geometry(),
                                    scale = 30,
                                    crs = 'EPSG:3857'                                    
                                    )
task.start()

So, I am not really able to understand how to resolve this issue. Also the number of images obtained even after using filters are really high, which seems weird.

enter image description here

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP