Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Conversion from Shapefile to Water Mask Raster #507

Closed
AndrewPlayer3 opened this issue Oct 30, 2023 · 0 comments · Fixed by #515
Closed

Incorrect Conversion from Shapefile to Water Mask Raster #507

AndrewPlayer3 opened this issue Oct 30, 2023 · 0 comments · Fixed by #515
Labels
bug Something isn't working

Comments

@AndrewPlayer3
Copy link
Contributor

AndrewPlayer3 commented Oct 30, 2023

The bug

When 'Apply Water Mask' is selected, in some regions, the water mask incorrectly masks out most of the land and leads to incorrect unwrapping.
Here is an example, from Switzerland, where you can see the image should be mostly land with a couple lakes. However, the water mask is all nodata.
Screenshot 2023-10-30 at 1 09 01 PM
Screenshot 2023-10-30 at 1 09 22 PM

To Reproduce

Here are the parameters for a job that fails:

"job_parameters": {
        "apply_water_mask": true,
        "granules": [
          "S1A_IW_SLC__1SDV_20230602T172346_20230602T172413_048810_05DEAA_9971",
          "S1A_IW_SLC__1SDV_20230614T172347_20230614T172414_048985_05E406_AD4A"
        ],
        "include_dem": false,
        "include_displacement_maps": true,
        "include_inc_map": false,
        "include_look_vectors": false,
        "include_wrapped_phase": true,
        "looks": "10x2"
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant