You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: