For the last few weeks I have been ordering batch processed Sentinel 2 mosaics via the python API. This process is working really well!
I have been using the Request Builder interface to generate low-resolution preview geotiffs of the mosaics. This is very useful for rapidly tuning the date range and maximum cloud cover percentage for different regions. However, it would be much more convenient if I could request those images directly from my python script. Is it possible to order and retrieve the low-resolution preview images like I can from the Request Builder? Perhaps there is a way to write a modified version of my call to SentinelHubRequest
to pull the low-resolution version of my full request.