-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support of http access #56
Comments
I'd just use HTTP separately, it only adds one line of code:
Otherwise we'd have to take on a dependency on HTTP. |
Ya, that makes sense. I got lost with trying:
Maybe I can add an example to the |
Yes that'd be welcome! |
I just create a pull request #90 so that we can use Downloads.download in stdlib using GeoJSON, Downloads
io = Downloads.download("https://its-live-data.s3.amazonaws.com/datacubes/catalog_v02.json", IOBuffer())
fc = GeoJSON.read(io) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if
GeoJSON.read()
could accept a URL, e.g. "https://its-live-data.s3.amazonaws.com/datacubes/catalog_v02.json"The text was updated successfully, but these errors were encountered: