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

Range-based reading of HTTP resources #2067

Merged
merged 3 commits into from
Mar 14, 2017

Conversation

moradology
Copy link
Contributor

@moradology moradology commented Mar 14, 2017

This PR adds support for Reading TIFF data stored at HTTP locations which expose the ability to specify byte-based range reading.

The library included (scalaj-http) is a very thin wrapper around Java's HttpUrlConnection. It provides some useful features (it is syntactically far superior to the java it wraps), cleans up after itself, brings in no further dependencies, and is licensed under Apache 2.0.

Testing required adding another container. Testing should now kick off a container which serves contents from spark/src/test/resources and accepts range-based reads.

@lossyrob lossyrob added this to the 1.1 milestone Mar 14, 2017
@lossyrob lossyrob merged commit c3fee17 into locationtech:master Mar 14, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants