Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 27, 2025
1 parent 1550fae commit 7a6cf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geodeep/geodeep.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def p(text, perc=0):
input_res = round(max(abs(raster.transform[0]), abs(raster.transform[4])), 4) * 100
if input_res <= 0:
input_res = estimate_raster_resolution(raster)
logger.warning(f"\n{geotiff} does not seem to have a valid transform, estimated raster resolution: {input_res}")
logger.warning(f"\n{geotiff} does not seem to have a valid transform, estimated raster resolution: {input_res} cm/px")

model_res = config['resolution']
scale_factor = 1
Expand Down

0 comments on commit 7a6cf71

Please sign in to comment.