Skip to content

Commit

Permalink
Add logging. #329
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileSonneveld committed Oct 8, 2024
1 parent 8e92089 commit 7c20692
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,9 @@ package object geotiff {
croppedExtent: Option[Extent], cropDimensions: Option[java.util.ArrayList[Int]],
compression: Compression, formatOptions: Option[GTiffOptions] = None
) = {
this.logger.debug("stitchAndWriteToTiff tiles.size: " + tiles.size)
val raster: Raster[MultibandTile] = ContextSeq(tiles, layout).stitch()
this.logger.debug("stitchAndWriteToTiff raster.dimensions: " + raster.dimensions)

val re = raster.rasterExtent
val alignedExtent = re.createAlignedGridExtent(geometry.extent).extent
Expand Down

0 comments on commit 7c20692

Please sign in to comment.