Open
Description
@mbuchhorn pointed me to this snippet from doc:
openeo-python-client/docs/cookbook/sampling.md
Lines 37 to 42 in 7c321be
I find this extremely confusing: the sample_by_feature
looks like a job option this way, while the kwargs
will be passed as format option:
openeo-python-client/openeo/rest/datacube.py
Lines 2411 to 2423 in 7c321be
Note that there is a dedicated argument job_options
for the job options, but the kwargs
argument goes to format options, which is an optional feature here actually. I think we should get rid of this backwards argument handling