Store your image as an asset
Add the code below to calculate the median and export the composite
var medianImage = s2.median().clip(region);
Export.image.toAsset({image:medianImage,
description:"medianExport",
assetId:"NgheAn2017",
region:region.bounds(),
scale:20,
maxPixels:1e13});
Find the complete repo here
Hello!
Thank you for making this wonderful tutorial. It’s really helpful for my research.
Do you have any solution if I encountered error “Computation time out” when I want to export my corrected images to asset? Thank you in advance
LikeLike