openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

autogenerated job description

Open soxofaan opened this issue 1 year ago • 2 comments

Feature idea from @EmileSonneveld : have a way to automatically generate a job description with some desired metadata (current git commit, used python source code, ...).

e.g. very rough concept:

job = cube.create_job(
    ...
    description=auto_description(src=__file__, git_commit=True)
)

soxofaan avatar Sep 19 '23 14:09 soxofaan