We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757c733 commit 17b52d6Copy full SHA for 17b52d6
label_maker/utils.py
@@ -72,7 +72,6 @@ def download_tile_tms(tile, imagery, folder, kwargs):
72
t = [str(t[0]), str(t[1]), str(t[2])]
73
token = os.environ.get("IMAGE_TOKEN")
74
fullUrl = imagery + token
75
- print(fullUrl)
76
r = requests.get(url(t, fullUrl),
77
auth=kwargs.get('http_auth'))
78
img = np.array(Image.open(io.BytesIO(r.content)), dtype=np.uint8)
0 commit comments