-
Notifications
You must be signed in to change notification settings - Fork 0
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
Progress #1
Comments
Short update on things:
|
Hi @jonathom , Not sure if this can help you? |
@jdries Thanks for the suggestion. Ultimately we want to do a model training and prediction. Currently I'm not sure how much the |
The idea is that it generates one netcdf per polygon, it should indeed not be much larger than the polygon itself. |
I actually just used
Thought batch job or not doesn't make a difference if I only want a single output anyway. so I don't have a job ID... |
aha, the idea is to use it with lots of polygons, as usually you need to gather a lot of reference data to train a model. |
Batch download doesn't work through the Web Editor (python-driver#50), does it work from inside python? Are there other ways to get results from batch jobs? |
Yes, it works from the python client, and in fact, that bug is also fixed, tried it myself earlier today. |
|
An issue to follow progress and make notes. As we're doing this on the VITO backend, some things might be VITO-specific and not applicable generally.
Work plan so far:
Preprocess Sentinel-2 data in openEO
Import LUCAS Data into openEO
Extract Training data
a. train model locally
b. train model in openEO
Predict in openEO
The text was updated successfully, but these errors were encountered: