Skip to content

Commit b604659

Browse files
committed
valid driver
1 parent 0f2f44e commit b604659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_maker/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_tile_tif(tile, imagery, folder, kwargs):
150150
tile_img = op.join(folder, '{}{}'.format(tile, '.tif'))
151151
print('tile_img')
152152
print(tile_img)
153-
with rasterio.open(tile_img, 'w', driver='tif', height=256,
153+
with rasterio.open(tile_img, 'w', driver='GTiff', height=256,
154154
width=256, count=band_count, dtype=profile['dtype']) as w:
155155
w.write(data)
156156
return tile_img

0 commit comments

Comments
 (0)