Commit d384b3f1 authored by Cresson Remi's avatar Cresson Remi
Browse files

FIX: nasty bug in drilled() method

1 merge request!12ENH: S2A and S3A support
Pipeline #33645 passed with stages
in 2 minutes and 11 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@ class Source(pyotb.Output):
"im": self,
"mode": "binary",
"mode.binary.foreground": 0 if inside else 255,
"background": 255 if inside else 255})
"background": 255 if inside else 0})
return self.masked(binary_mask=rasterization, nodata=nodata)
return self # Nothing but a soft copy of the source
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment