Same-day Landsat-8 and Sentinel-2 Pair Generation on GEE
This notebook presents a data preparation workflow that finds same-date and overlapped Landsat8 and Sentinel2 image patches and provide a way to download the processed images to the local machine.
This is a part of the ongoing research project Landsat2Sentinel.
The whole notebook is available on my Github repository.
import ee ee.Initialize() from IPython import display import zipfile import urllib from ipywidgets import IntProgress Function for downloading images from GEE def download_tif(image, scale, name, folder): url = ee.