We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375d47c commit 053886dCopy full SHA for 053886d
aero_vloc/map_downloader.py
@@ -59,7 +59,7 @@ def __init__(
59
self.img_scale = 2
60
self.map_type = "satellite"
61
62
- # Number of pixels at the bottom to be cropped
+ # The number of pixels from the bottom to be cropped to remove the watermark
63
self.bottom_crop = 50
64
self.crop_scale = self.bottom_crop / (self.img_size * self.img_scale)
65
0 commit comments