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
PR #2402 made it so the RDD that is returned when using HadoopGeoTiffRDD or S3GeoTiffRDD will not always contain tiles of the correct size when maxTileSize is set. Rather, the size will be correct only if it is smaller or equal to the segment size of the file. PR #2426 improved things by having the file split up into the largest window size possible, but there are still instances when the tiles returned will not be the desired size. There should be a PR that resolve the remaining issues.
The text was updated successfully, but these errors were encountered:
PR #2402 made it so the
RDD
that is returned when usingHadoopGeoTiffRDD
orS3GeoTiffRDD
will not always contain tiles of the correct size whenmaxTileSize
is set. Rather, the size will be correct only if it is smaller or equal to the segment size of the file. PR #2426 improved things by having the file split up into the largest window size possible, but there are still instances when the tiles returned will not be the desired size. There should be a PR that resolve the remaining issues.The text was updated successfully, but these errors were encountered: