Sunday 21 October 2018

google earth engine - Export image to drive eror


I have a classified image that is roughly 400 KB and every time export the image to Google Drive it's roughly 300 KB as a cropped image. Strangely, the first time I exported to drive the image was full size. Thereafter it was cropped. Code below. Any ideas how to export the full size image consistently?


Export.image.toDrive({
image: classified2011,
description: 'LandUse2011',
scale: 30.0
});


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...