Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiles Read in Via HadoopGeoTiffRDD or S3GeoTiffRDD Should be the Specified Size #2435

Closed
jbouffard opened this issue Oct 17, 2017 · 1 comment

Comments

@jbouffard
Copy link

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.

@jbouffard
Copy link
Author

Resolved by #2439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant