fraymio / modis-tools

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

feature/fix_return_mismatch #34

Closed jamie-sgro closed 1 year ago

jamie-sgro commented 1 year ago

resolve err where when multithreading we return a list of lists of urls, not a list of urls

Description

When downloading granules in a multithreaded environment, the return value is not a list of Paths but a list of a list of paths

Closes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

I ran in debug mode with most multithreading and single threading and demonstrated that the multithread code returns a list of lists

Checklist:

Next Steps

On behalf of the Modis Tools Dev Team, thank you for your hard work! ✨