WSWUP / pymetric

Python implementation of the METRIC model
Apache License 2.0
32 stars 16 forks source link

Download NED tiles #84

Open WaliEmal opened 2 years ago

WaliEmal commented 2 years ago

Hello, I tried to practice with the example data. Every things worked well, but when I tried to download the Elevation Dataset, it gave me Runtime warning. The details are as follow.

(pymetric) C:\pymetric>python tools\download\download_ned.py --extent example\study_area\wrs2_p043r030.shp

################################################################################ Run Time Stamp: 2022-10-06 13:34:31.874272 Script: download_ned.py

Download NED tiles [W:pyppeteer.chromium_downloader] start secure https chromium download. Download may take a few minutes. 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████| 144558330/144558330 [00:01<00:00, 85412166.55it/s] [W:pyppeteer.chromium_downloader] chromium download done. [W:pyppeteer.chromium_downloader] chromium extracted to: C:\Users\walie\AppData\Local\pyppeteer\pyppeteer\local-chromium\609904 [I:pyppeteer.launcher] Browser listening on: ws://127.0.0.1:64727/devtools/browser/77b9410c-5f39-4db0-adf8-1f8bdb31bc67 C:\Users\walie\Miniconda3\envs\pymetric\lib\site-packages\pyee_base.py:81: RuntimeWarning: coroutine 'Browser._targetCreated' was never awaited f(*args, *kwargs) C:\Users\walie\Miniconda3\envs\pymetric\lib\site-packages\pyee_base.py:81: RuntimeWarning: coroutine 'Browser._targetInfoChanged' was never awaited f(args, **kwargs) [I:pyppeteer.connection] connection closed

Please someone help me how to overcome this issue.

Thank you,

Emal Wali