Open-EO / openeo-odc

Functions to map an openEO process graph to a job based on OpenDataCube and Xarray functions.
Apache License 2.0
1 stars 3 forks source link

Add support for additional tile_grid parameter in save_result #21

Open sophieherrmann opened 3 years ago

sophieherrmann commented 3 years ago

OpenEO defines a tile_grid option, that can be specified in the options of save result. (https://processes.openeo.org/#save_result). This parameter will also be available in openeo-processes-python (see https://github.com/Open-EO/openeo-processes-python/issues/59)

To properly call save_result with this parameter it must be mapped correctly. Maybe this already works, but it should definitely be tested.

LukeWeidenwalker commented 2 years ago

This should be easier to achieve following the changes made in https://github.com/Open-EO/openeo-processes-python/pull/108.