-
Notifications
You must be signed in to change notification settings - Fork 41
Add sen2like process #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's an experimental, back-end specific process, bit shouldn't be too hard too add. note that it is already possible to add this cube = cube.process(
"sen2like",
data=cube,
spatial_extent=...,
temporal_extent=...,
target_product=...,
target_resolution=....,
options=...
) |
just to set expectations right: it's unlikely we'll be able to address this issue soon as we're handling some higher prio issues with reduced work force (due to holidays), and there is already a generic workaround available (PRs are welcome of course 😄 ) |
@ValentinaHutter does the generic way work for you? @vito we also have some custom processes, but never add them to the python client as a dedicated method because they are not official ones. |
side-note: we also have this feature idea of dynamically supporting processes: #40 |
@ValentinaHutter is currently on holiday, so jumping in here! Thanks for your comments both! This was requested by @patrick-griffiths in our last chat as an improvement to user-friendliness of the sen2like processor - @patrick-griffiths could you please comment on whether this is still desirable in light of these comments? |
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!
The text was updated successfully, but these errors were encountered: