Skip to content

Commit 053886d

Browse files
committed
Added note about watermark
1 parent 375d47c commit 053886d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aero_vloc/map_downloader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
self.img_scale = 2
6060
self.map_type = "satellite"
6161

62-
# Number of pixels at the bottom to be cropped
62+
# The number of pixels from the bottom to be cropped to remove the watermark
6363
self.bottom_crop = 50
6464
self.crop_scale = self.bottom_crop / (self.img_size * self.img_scale)
6565

0 commit comments

Comments
 (0)