Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
martham93 committed Aug 18, 2020
1 parent 974d640 commit 907a68c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions label_maker/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ def get_tile_tif(tile, imagery, folder, kwargs):
src.read(k, window=window, out=data[i], boundless=True)
# save
tile_img = op.join(folder, '{}{}'.format(tile, '.tif'))
print('tile_img')
print(tile_img)
with rasterio.open(tile_img, 'w', driver='GTiff', height=256,
width=256, count=band_count, dtype=profile['dtype']) as w:
w.write(data)
Expand Down

0 comments on commit 907a68c

Please sign in to comment.