Skip to content

Commit

Permalink
Add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBodine committed Jan 17, 2024
1 parent 309b489 commit 08f0ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/class_portstarObj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,8 @@ def _mapPredictions(self, map_predict, imgOutPrefix, chunk, npzs):
dst.write(out)
dst=None

# Don't do this because it will create gaps between chunks
# Do rescale when mosaicing
# # Reopen and warp to xres
# gtiff = gtiff_temp.replace('temp', '')
# gdal.Warp(gtiff, gtiff_temp, xRes = pix_res, yRes = pix_res)
Expand Down

0 comments on commit 08f0ac4

Please sign in to comment.