opera-adt / DSWX-SAR

Dynamic Surface Water Extent from Synthetic Aperture Radar
Apache License 2.0
10 stars 6 forks source link

Separate the algorithm parameters from run config #6

Closed hfattahi closed 11 months ago

hfattahi commented 1 year ago

In oder to make it possible to more conveniently change the algorithm parameters in the SDS system without changing code and without redeployment of the system, we need to make a change to our run configs in all workflows. Since the change is a slight change to the interface, and we have a IF delivery, let's make this change to dswx-SAR. my suggestion is the following:

1- Take out all algorithm related parameters under processing and write them to a separate file, and call it algorithm_parameters.yaml

2- add a new ancillary file to the run config here called algorithm_parameters

oberonia78 commented 11 months ago

This issue was resolved.