Skip to content

Commit

Permalink
change otsu datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 4, 2023
1 parent cd0ca93 commit 260a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion water-bodies/command-line-tools/otsu/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def otsu(raster):

out_meta.update(
{
"dtype": "float32",
"dtype": "uint8",
"driver": "COG",
"tiled": True,
"compress": "lzw",
Expand Down

0 comments on commit 260a72a

Please sign in to comment.