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

Replace custom multiprocessing pipeline with sentinelhub multithreading #43

Conversation

AdrienWehrle
Copy link
Owner

@AdrienWehrle AdrienWehrle commented Apr 12, 2022

I initially implemented a multiprocessing pipeline with a multiprocessing strategy depending on the number of days and split boxes to process (if only a couple of days to process but many split boxes, it makes more sense to distribute jobs over the different split boxes than over days). The Sentinel Hub services already offer multithreading capabilities, so let's use this instead to make the tool more simple and probably more stable!

On a simple test over Ilulissat in Greenland downloading 2017-05-01 to 2017-09-01 of Sentinel-1 EW data no significant improvement in download efficiency have been observed.

@AdrienWehrle AdrienWehrle added the enhancement New feature or request label Apr 12, 2022
@lgtm-com
Copy link
Contributor

lgtm-com bot commented Apr 12, 2022

This pull request introduces 1 alert when merging a7a9f4b into 6b139d1 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@AdrienWehrle AdrienWehrle merged commit a90c035 into main Apr 13, 2022
@AdrienWehrle AdrienWehrle deleted the 37-replace-custom-multiprocessing-pipeline-with-sentinelhubdownloadclient-multithreading branch April 13, 2022 15:14
@AdrienWehrle AdrienWehrle restored the 37-replace-custom-multiprocessing-pipeline-with-sentinelhubdownloadclient-multithreading branch April 13, 2022 15:36
@AdrienWehrle AdrienWehrle deleted the 37-replace-custom-multiprocessing-pipeline-with-sentinelhubdownloadclient-multithreading branch April 13, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace custom multiprocessing pipeline with SentinelHubDownloadClient multithreading
1 participant