Skip to content

Commit

Permalink
Update raster_tile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dphogan authored Aug 21, 2020
1 parent b896216 commit a6e8d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solaris/tile/raster_tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def save_tile(self, tile_data, mask, profile, dest_fname_base=None):
# self._create_cog(os.path.join(self.dest_dir, 'tmp.tif'),
# os.path.join(self.dest_dir, dest_fname))
# os.remove(os.path.join(self.dest_dir, 'tmp.tif'))

def fill_all_nodata(self, nodata_fill):
"""
Fills all tile nodata values with a fill value.
Expand Down

0 comments on commit a6e8d48

Please sign in to comment.