Wednesday, 13 May 2015

export - Exporting an image in Google Earth Engine image alignment



When I export an image in Google Earth Engine the resulting raster does not match the original. When I import the export back into Google Earth Engine the is an spatial misalignment between the original (orange in picture below) and the exported version (green in the picture below). The direction as size of the misalignment varies across the image. A solution appears to be to set the scale of the image below its native resolution, in this instance 1m as opposed to 30m; however this will hugely increase the size of the image. Am I missing something in the export call


enter image description here


Export.image.toDrive({
image: landsat,
description: 'imageExport',
scale: 30,
crs: 'EPSG:3857',
maxPixels: 800000000000
});


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...