Open-EO / Open-EO/openeo-python-client
load_stac_from_job: add option to require or avoid the canonical link
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
Connection.load_stac_from_job currently uses the canonical (signed URL) link automatically if it can find it and falls back on the standard (non-signed) job result URL.
I think it makes sense to add an option (or options) to require and/or avoid canonical links, e.g. to fail fast at client side when the canonical link can not be found while the backend would require it
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.
Research direction
Start with the Connection.load_stac_from_job entry point and trace how it selects the canonical signed URL versus the standard job-result URL. Define and document the option behavior for requiring or avoiding canonical links, including the failure case when a required canonical link is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100