Open-EO / Open-EO/openeo-python-client
asset download: support file:local_path to determine target file name
Open
@soxofaan is already working on this.
Since Aug 28, 2026.
feature request
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
historically, the python client used the asset key (blindly) as asset download file name, but that is deprecated behavior.
also see #820
The STAC file extension (maturity level stable) seems to provide a field file:local_path to suggest the target download file name:
https://github.com/stac-extensions/file#local-path
Which would be better that the current ad-hoc best-effort guessing
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.