-
Notifications
You must be signed in to change notification settings - Fork 5
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
Parallel Processing in Crop_plot_data function #36
Comments
@MarconiS, i will look into this meanwhile. |
Hi @Nageshbansal can i work on this issue? |
hey @ConnectBhawna , sure. Let me know if you need any help |
@MarconiS , Parallel processing involves two main steps:
|
yep, I think getting the data to be fetched in batches of 1 site - 1 year should fix the issue of being timeouted. If we have problems with the number of times per second we can query the API we can jitter the calls, I guess? like allow only 2 (or 4 if API key in provided) instances per second? |
downloading the data in batches sounds good to me. Just to clarify , for e.g 1 batch of ABBY-2019 and another batch of ABBY-2020. |
yeah, if that works fine to you, that sounds good to me! I believe we were discussing that it may send too many requests; if that's so, I am happy also with the ABBY-[2019:2020]. Whatever works best for you |
@MarconiS, We have to implement parallel processing for the clip_plot function over the aop data rows.
The text was updated successfully, but these errors were encountered: