You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.10/dist-packages/dem_stitcher/stitcher.py:138: UserWarning: We need to localize the tiles as a Geotiff. Saving to tmp_f08d402f-9a1f-4ccc-907c-c35741d781ab
warn(f"We need to localize the tiles as a Geotiff. Saving to {str(tile_dir)}", category=UserWarning)
Downloading srtm_v3 tiles: 0%| | 0/2 [00:00<?, ?it/s]
---------------------------------------------------------------------------
BadZipFile Traceback (most recent call last)
[<ipython-input-22-1ebc4ae49366>](https://localhost:8080/#) in <cell line: 26>()
24 area_or_point = 'Point'
25
---> 26 X, p = stitch_dem(bounds_tif,
27 dem_name = 'srtm_v3', # srtm_v3, nasadem
28 dst_ellipsoidal_height = ellipsoidal_height,
14 frames
[/usr/lib/python3.10/zipfile.py](https://localhost:8080/#) in _RealGetContents(self)
1334 raise BadZipFile("File is not a zip file")
1335 if not endrec:
-> 1336 raise BadZipFile("File is not a zip file")
1337 if self.debug > 1:
1338 print(endrec)
BadZipFile: File is not a zip file
The bug
To Reproduce
Additional context
error only occurs when use dem_name :
srtm_v3
and
nasadem
best regards
The text was updated successfully, but these errors were encountered: