openeo-python-client
openeo-python-client copied to clipboard
Add sen2like process
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!