Define crs on downloading Tiff

Hello

when downloading tiff files via datacube.save_result() how can I define the used crs within the obtained geotiff pictures?

By default, openEO will choose a CRS depending on the input data. For instance, when working with Sentinel-2 data, a UTM zone will be choosen depending on your AOI.
You can however specify a CRS by using ‘resample_spatial’:

https://open-eo.github.io/openeo-python-client/api.html?highlight=resample#openeo.rest.datacube.DataCube.resample_spatial

This allows you to work in different CRS’s and resolutions.