Skip to content

Commit 9ba3a2f

Browse files
committed
feat: do NOT force geotiff driver in output
1 parent bd72cf8 commit 9ba3a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectree/classifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def _predict_img(self, img_filepath, clf, *, output_filepath=None):
422422
with rio.open(
423423
output_filepath,
424424
"w",
425-
driver="GTiff",
425+
# driver="GTiff",
426426
width=y_pred.shape[1],
427427
height=y_pred.shape[0],
428428
count=1,

0 commit comments

Comments
 (0)