Skip to content

Commit 387a31a

Browse files
committed
Fixed _create_geotiff_from_png call
1 parent e87495e commit 387a31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arho_feature_template/core/geotiff_creator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def finished():
100100
f.write(pgw_content)
101101

102102
# Convert PNG to GeoTIFF
103-
self._create_geotiff_from_png(image_path, geotiff_path, pixels_x, pixels_y, buffered_bbox)
103+
self._create_geotiff_from_png(image_path, geotiff_path, buffered_bbox)
104104

105105
# Delete temporary PNG
106106
if os.path.exists(image_path):

0 commit comments

Comments
 (0)