Open-EO / Open-EO/openeo-python-client

load_stac_from_job: add option to require or avoid the canonical link

Open
#634 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request good first issue low hanging fruit STAC and load_stac
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.