
Parser = argparse.ArgumentParser(description = 'Downloading parameters') filter(ee.Filter.lt('CLOUDY_PIXEL_PERCENTAGE', cloud))\

# aoi = ee.Geometry.Rectangle(), int(aoi), int(aoi), int(aoi)])Īoi = ee.Geometry.Point(float(aoi), float(aoi)) I tried to download NIR band so I can pan-sharpen with the multispectral image.Īpart from cropping to a smaller image so I can download images, is there another way to download full sized images with their native resolution?ĭef filtering(dataset, sdate, edate, aoi, cloud):

For instance, NIR (B8) band to its native resolution (10m) because it says that it is too big.Īlso, I tried to download a multispectral image with all the bands, yet it only allows me to download imagery with 70 m spatial resolution.

I am trying to download Sentinel-2 Imagery through Python, yet it does not even allow me to download a single band.
