opera-adt / DSWX-SAR

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

Added resampling function to mosaic process. #85

Closed hb6688 closed 2 months ago

hb6688 commented 2 months ago

Updated the following scripts:

  1. mosaic_gcov_frame.py
  2. schemas/algorithm_parameter_ni.yaml
  3. defaults/dswx_ni.yaml
  4. defaults/algorithm_parameter_ni.yaml

Added following parameters to schema and yaml: resamp_required: bool(required=False) resamp_method: str(required=False) resamp_out_res_x: num(required=False) resamp_out_res_y: num(required=False)

oberonia78 commented 2 months ago

Hi @hb6688, Please refer to the PR I submitted (https://github.com/hb6688/DSWX-SAR/pull/1). Some functions in your PR is not compatible with the rest of the steps. I've corrected the lines causing the issue.