fraymio / modis-tools

Tools for working with the MODIS API and MODIS data.
Apache License 2.0
23 stars 12 forks source link

Support asynchronous I/O #37

Open renaudjester opened 1 year ago

renaudjester commented 1 year ago

Hi,

I saw that you are using multithreading in the library. Why not using asynchronous code using for example asyncio and httpx?

Is it planned to add this feature?

Thanks in advance