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

Add sen2like process

Open
#446 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request good first issue low hanging fruit
Dominant language
Python
Stars
217
Forks
56
Avg merge
1d 22h
Merged PRs (30d)
2

Description

I wanted to ask, if it would be possible to add a .sen2like() to the openeo-python-client? The process would be used directly on a SENTINEL2_L1C datacube using data.sen2like(spatial_extent = ?bounding-box:object , temporal_extent = ?temporal-interval:array<string|null>, target_product = ?string, target_resolution = ?number, options = ?object) So, all of the parameters are optional.

The process definition can also be found under: https://github.com/eodcgmbh/openeo-processes/blob/master/sen2like.json

Thanks in advance!

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 by reading the sen2like process definition linked in the issue and inspect how the openeo-python-client exposes other processes on datacubes. Confirm how optional parameters are represented, then add the sen2like entry point with the listed arguments and verify that it matches the referenced process definition.

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
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.