-
Notifications
You must be signed in to change notification settings - Fork 249
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
[FEAT] python async support #378
Comments
Hi @cmcconomyfwig |
Thanks for the reply, I understand that what I have above doesn't cover all the batch downloading capabilities you've built into the sync client, and it looks like quite the undertaking. Whenever it is released, I look forward to transitioning to official APIs. In the meantime, I hope that others who are looking for any way to hook asynchronous calling into SentinelHub can make use of the snippet above. |
Hi @zigaLuksic , I have been working with HTTPX Async for few months now, I'd be happy to work on this task if needed |
we very much appreciate the offer. but the current issue is that the structure of the |
Thanks a lot for getting back, let me know if you need me on any other task, I'm available for contribution on |
What is the problem? Please describe.
I wish to be able to interact with sentinelhub via the python libraries asynchronously
Here's the solution
I've written up an async harness I have been using to work with the SentinelHub classes, maybe it can provide some inspiration.
The important thing is to ensure any I/O in the chain is performed in an async context, including things like token retrieval or any other network I/O.
Hope this helps.
The text was updated successfully, but these errors were encountered: