Python example to download individual scenes

I am new to using Sentinel Hub, and am wondering if there is an example of using python to download individual sentinel-2 scenes. The existing examples mosaic images over a specified time frame, but I’m interested in time series analysis where I take analyse ever image within a time frame.

You can find an example how to download chunks of data over multiple time-stamps here:
https://sentinelhub-py.readthedocs.io/en/latest/examples/process_request.html#Example-8-:-Multiple-timestamps-data

Perhaps more elaborate example on how to do that for machine learning:

1 Like