Skip to main content

Hello,


Is it possible to download the image in bulk?

favicon.icoapps.sentinel-hub.com
b0eec84c-9a8b-4186-8bd1-b79f90329fab?showLogo=false&service=WMS&request=GetMap&layers=1_NATURAL_COL0R&styles=&format=image%2Fjpeg&transparent=false&version=1.1.1&name=sentinel2&height=400&width=400&maxcc=100&priority=mostRecent&gain=1&gamma=1&ATMFILTER=none&time=2015-01-01%2F2020-08-03&srs=EPSG%3A3857&evalsource=S2&PREVIEW=3&bbox=-425006,4899849,-405438,4919417

Sentinel-hub Playground



Sentinel-2 L1C imagery taken on August 3, 2020








For example, I want to download photos from 2015 to 2020

It takes a lot of time to download photos manually.

Best regards,

Sure, you can do this with sentinelhub-py Python package.

See
https://sentinelhub-py.readthedocs.io/en/latest/examples/processing_api_request.html#Example-8-:-Multiple-timestamps-data


Thanks for the guide


But I have been doing this for a few hours now and unfortunately I have not been able to do it 😦


Is there an easier way?

For example, in the form of image or video ?


If you want an easy way to generate a time-lapse, use EO Browser:

esa.int
557dafea9a34a00ad7e7c86b928b5d6f3880266f.jpg


How to create a time lapse on EO Browser








For more advanced option, Python:

favicon.svgGitHub
cba53c589ef4890d7ede8afcdd9761419d8e7a45.png


GitHub - sentinel-hub/time-lapse: Python scripts for creating time lapse...



Python scripts for creating time lapse videos and gifs from Sentinel-2 images - GitHub - sentinel-hub/time-lapse: Python scripts for creating time lapse videos and gifs from Sentinel-2 images








Thank you very much, It worked well.


Is it possible to resize images?

Because the size of the images is set by default (And a little small)
https://www.esa.int/ESA_Multimedia/Videos/2020/05/How_to_create_a_time_lapse_on_EO_Browser


If you have the opportunity and free time, prepare a video tutorial for the following method:
https://sentinelhub-py.readthedocs.io/en/latest/examples/processing_api_request.html#Example-8-:-Multiple-timestamps-data


Best regards,


In EO Browser the size of the timelapse images is fixed (512px by 512px).


Reply