opera-adt / DSWX-SAR

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

Block processing for SAR filtering #39

Closed oberonia78 closed 8 months ago

oberonia78 commented 9 months ago

This PR introduces the block processing for the SAR filtering. For the edge cases (i.e. polar regions), the number of bursts could be more than 60. In this case, the memory issue can occur and the workflow can fail. To avoid this issue, the block processing for filtering could be one solution.

seongsujeong commented 8 months ago

@oberonia78 If I remember correctly, the PR #44 includes the features implemented in this PR. If correct, can you consider closing this PR?