-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement Job splitter and manager in GFMAP #12
Comments
@VincentVerelst you can find an example of dataset chunking here. |
|
@kvantricht From the dataset provided in issue #40 here is a first result from using the If I select only the points with |
@soxofaan I would also be interested in your opinion on this method as you might be more experienced with the technical limitations of OpenEO. Each hexagon here has an approximative 30km x 30km diameter |
@kvantricht can I use the dataset you provided me as a unit test resource? |
Looks pretty good indeed. I don't think the ones with just few points are a real problem at the moment? Might be a bit of overhead but seems not a priority to address that, do you think? |
in principle yes but isn't it a bit big for that? |
That looks fine, I don't expect a problem here |
Good |
Implemented and about to be merged #45 |
Implement a job splitter and a job manager in OpenEO GFMAP:
Maybe, if too many OpenEO jobs fail then cancel all the other jobs and abort the task.
The text was updated successfully, but these errors were encountered: