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

Can't create raster sources from imagery outside default region #70

Closed
jisantuc opened this issue Dec 26, 2018 · 1 comment
Closed

Can't create raster sources from imagery outside default region #70

jisantuc opened this issue Dec 26, 2018 · 1 comment

Comments

@jisantuc
Copy link
Contributor

jisantuc commented Dec 26, 2018

GeoTiffRasterSources and anything else that use getByteReader can only read imagery from a single region:

val s3Client = new AmazonS3Client(AmazonS3ClientBuilder.defaultClient())

since they all use the default s3 client.

That's a drag if you want to read imagery where you don't know the source region in advance, or if imagery is provided by users and could live anywhere.

@pomadchin
Copy link
Member

Closed here #71

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

2 participants