Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
debpal committed Oct 9, 2024
1 parent 9ecb4dd commit 7ff3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuomiGeoData/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def raster_merging(
# merge the split rasters
profile = split_rasters[0].profile
output_array, output_transform = rasterio.merge.merge(
datasets=split_rasters
sources=split_rasters
)
# update merged raster profile
profile.update(
Expand Down

0 comments on commit 7ff3fbc

Please sign in to comment.