This hardcodes the default value for sar_backscatter to "gamma0-terrain", following the official spec:
|
coefficient: Union[str, None] = "gamma0-terrain" |
However, on CDSE deployment, we have "sigma0-ellipsoid" as default (and only option actually).
Picking the default value (when user does not explicitly specify coefficient) should follow this instead
This hardcodes the default value for sar_backscatter to "gamma0-terrain", following the official spec:
openeo-python-driver/openeo_driver/datastructs.py
Line 7 in ca79053
However, on CDSE deployment, we have "sigma0-ellipsoid" as default (and only option actually).
Picking the default value (when user does not explicitly specify coefficient) should follow this instead