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
Tiling the JP2 Sentinel-2 L2A files from CloudFerro S3 works [EDIT with limitations]. Perhaps performance can be improved with some GDAL tuning, as indicated here:
You want EMPTY_DIR. If you set it to TRUE, GDAL will stat each file individually instead of enumerating the files in the parent directory in one go. EMPTY_DIR makes it tell the driver there are no other files.
Tiling the JP2 Sentinel-2 L2A files from CloudFerro S3 works [EDIT with limitations]. Perhaps performance can be improved with some GDAL tuning, as indicated here:
Maybe this can avoid some of the OpenJPEG crashes we have seen?
Acceptance criteria
The text was updated successfully, but these errors were encountered: