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
When an image collection is exported to asset, it fills an ImageCollection object which is by design made to deal with multiple images.
I think it would be nice to have a vrt created along the TIFF images in the toDrive method as it would give the user a single entry point to the images using either rasterio or rioxarray.
It would most likely need an analysis function to build the said VRT on the fly before starting the export.
The text was updated successfully, but these errors were encountered:
When an image collection is exported to asset, it fills an ImageCollection object which is by design made to deal with multiple images.
I think it would be nice to have a vrt created along the TIFF images in the
toDrive
method as it would give the user a single entry point to the images using eitherrasterio
orrioxarray
.It would most likely need an analysis function to build the said VRT on the fly before starting the export.
The text was updated successfully, but these errors were encountered: