job.get_results().download_files() is the existing way to download job result assets
but lacks some features:
- it only supports collection level assets, not item level assets. While openEO 1.1 requires both to be the same, collection-level assets is sub-optimal (e.g. naming-wise) and is scheduled to be removed in openEO 2.0. Item level assets also eliminate ambiguity about which asset belongs to which item
- download of item STAC metadata
- rewrite hrefs to local paths (to make metadata self-contained)
- download additional linked documents like derived_from documents
job.get_results().download_files()is the existing way to download job result assetsbut lacks some features: