Hi,
is it planned to offer a download with the original data structure?
Let's say I want to download an entire Sentinel-2 scene.
For now, I have to create a loop, downloading each band separately with a self defined folder structure.
for band in bands: items.download(band, filename_template='%s/${date}/%s/${id}' % (outpath, band))
I hope, I will be able to download an entire Sentinel-2 scene in the original SAFE-folder-structure including all bands and metadata.
Is this on your agenda yet?
Best,
Johannes
Hi,
is it planned to offer a download with the original data structure?
Let's say I want to download an entire Sentinel-2 scene.
For now, I have to create a loop, downloading each band separately with a self defined folder structure.
for band in bands: items.download(band, filename_template='%s/${date}/%s/${id}' % (outpath, band))I hope, I will be able to download an entire Sentinel-2 scene in the original SAFE-folder-structure including all bands and metadata.
Is this on your agenda yet?
Best,
Johannes