GIS4WRF / gis4wrf

QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
https://gis4wrf.github.io
MIT License
159 stars 36 forks source link

Python Error Downloading geo datasets #146

Closed Zeruas closed 4 years ago

Zeruas commented 4 years ago

Hi gis4wrf experts, I'm following the instructions for running qgis4wrf plugin and I'm stuck in the process of downloading geo datasets with this python error. I'm new here and i don't understand the error Please help me. Thank you in Advance

WARNING Traceback (most recent call last): File "C:/Users/ADMIN/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\helpers.py", line 311, in reraise raise exc_info[0].with_traceback(*exc_info[1:]) File "C:/Users/ADMIN/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\thread.py", line 32, in start for progress, status in self.fn(): File "C:/Users/ADMIN/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\plugin\ui\widget_geo.py", line 147, in download_datasets for dataset_progress in download_and_extract_geo_dataset(name, self.options.geog_dir): File "C:/Users/ADMIN/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\downloaders\geo.py", line 41, in download_and_extract_geo_dataset for progress in download_file_with_progress(url, path_to_archive): File "C:/Users/ADMIN/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gis4wrf\core\downloaders\util.py", line 34, in download_file_with_progress assert total == downloaded, f'Did not receive all data: {total} != {downloaded}' AssertionError: Did not receive all data: 990624380 != 613509155

letmaik commented 4 years ago

Did you try to download again?

Zeruas commented 4 years ago

Thanks Maik for your response. yes I'm downloading it again @13.5% for 2 hours and still running for geo data download. But for my Met data download i have this "RDA: Q - building on SLURM(3525039)". what does this mean? Thanks

On Tue, Oct 1, 2019 at 2:30 AM Maik Riechert notifications@github.com wrote:

Did you try to download again?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GIS4WRF/gis4wrf/issues/146?email_source=notifications&email_token=ANK7WL5HYQZ6TJPG7JETGODQMJAUVA5CNFSM4I3VHVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD76UFKI#issuecomment-536691369, or mute the thread https://github.com/notifications/unsubscribe-auth/ANK7WL77NKO3Q42YEMJB2DTQMJAUVANCNFSM4I3VHVJA .

--

[image: photo] Engr. Jerome M. Suarez University Researcher I at UPLB - SARAi Ph2 A Brgy. Soledad, San Pablo City, Laguna PH P (049) 536-2941 <(049)+536-2941> M (+63)948-9145846, (+63)927-6333663 <(+63)948-9145846,+(+63)927-6333663> E jeromesuarez1116@gmail.com, jmsuarez@up.edu.ph jeromesuarez1116@gmail.com,%20jmsuarez@up.edu.ph http://facebook.com/js1116 http://linkedin.com/in/jerome-suarez-4b590811b http://twitter.com/JeromeSuarez13 http://instagram.com/jerome.inc/?hl=en

letmaik commented 4 years ago

Be patient, it's just a status message from RDA saying that your data request is being processed. It will finish eventually. Regarding geo data, it looks a bit like your internet connection is not the fastest. Could that be?

Zeruas commented 4 years ago

thanks for that. Yes that's true we have slow internet connection. My geo data download is now finished. I'll just be waiting for my met data which is still in building on SLURM.

On Tue, Oct 1, 2019 at 3:02 PM Maik Riechert notifications@github.com wrote:

Be patient, it's just a status message from RDA saying that your data request is being processed. It will finish eventually. Regarding geo data, it looks a bit like your internet connection is not the fastest. Could that be?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GIS4WRF/gis4wrf/issues/146?email_source=notifications&email_token=ANK7WLY5LDNPHCNSDLSU2FLQMLYZBA5CNFSM4I3VHVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAAG4II#issuecomment-536899105, or mute the thread https://github.com/notifications/unsubscribe-auth/ANK7WLZMSRU7MTC4FBO6SOLQMLYZBANCNFSM4I3VHVJA .

--

[image: photo] Engr. Jerome M. Suarez University Researcher I at UPLB - SARAi Ph2 A Brgy. Soledad, San Pablo City, Laguna PH P (049) 536-2941 <(049)+536-2941> M (+63)948-9145846, (+63)927-6333663 <(+63)948-9145846,+(+63)927-6333663> E jeromesuarez1116@gmail.com, jmsuarez@up.edu.ph jeromesuarez1116@gmail.com,%20jmsuarez@up.edu.ph http://facebook.com/js1116 http://linkedin.com/in/jerome-suarez-4b590811b http://twitter.com/JeromeSuarez13 http://instagram.com/jerome.inc/?hl=en

Zeruas commented 4 years ago

Hi, when i try to click "Run Ungrib" i've got this error. how to deal with this

Command: D:/qgis4wrf\dist\WPS-4.0-mpi\ungrib.exe

Working directory: D:/qgis4wrf/projects/October 7\run_wps

Starting program ungrib.exe

Start_date = 2019-10-02_00:00:00 , End_date = 2019-10-05_12:00:00

output format is WPS

Path to intermediate files is ./

Subroutine DATINT: Interpolating 3-d files to fill in any missing data...

Looking for data at time 2019-10-02_00

ERROR: Data not found: 2019-10-02_00:00:00.0000

Runtime: 0 s

On Tue, Oct 1, 2019 at 3:36 PM Jerome Suarez jmsuarez@up.edu.ph wrote:

thanks for that. Yes that's true we have slow internet connection. My geo data download is now finished. I'll just be waiting for my met data which is still in building on SLURM.

On Tue, Oct 1, 2019 at 3:02 PM Maik Riechert notifications@github.com wrote:

Be patient, it's just a status message from RDA saying that your data request is being processed. It will finish eventually. Regarding geo data, it looks a bit like your internet connection is not the fastest. Could that be?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GIS4WRF/gis4wrf/issues/146?email_source=notifications&email_token=ANK7WLY5LDNPHCNSDLSU2FLQMLYZBA5CNFSM4I3VHVJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAAG4II#issuecomment-536899105, or mute the thread https://github.com/notifications/unsubscribe-auth/ANK7WLZMSRU7MTC4FBO6SOLQMLYZBANCNFSM4I3VHVJA .

--

[image: photo] Engr. Jerome M. Suarez University Researcher I at UPLB - SARAi Ph2 A Brgy. Soledad, San Pablo City, Laguna PH P (049) 536-2941 <(049)+536-2941> M (+63)948-9145846, (+63)927-6333663 <(+63)948-9145846,+(+63)927-6333663> E jeromesuarez1116@gmail.com, jmsuarez@up.edu.ph jeromesuarez1116@gmail.com,%20jmsuarez@up.edu.ph http://facebook.com/js1116 http://linkedin.com/in/jerome-suarez-4b590811b http://twitter.com/JeromeSuarez13 http://instagram.com/jerome.inc/?hl=en

--

[image: photo] Engr. Jerome M. Suarez University Researcher I at UPLB - SARAi Ph2 A Brgy. Soledad, San Pablo City, Laguna PH P (049) 536-2941 <(049)+536-2941> M (+63)948-9145846, (+63)927-6333663 <(+63)948-9145846,+(+63)927-6333663> E jeromesuarez1116@gmail.com, jmsuarez@up.edu.ph jeromesuarez1116@gmail.com,%20jmsuarez@up.edu.ph http://facebook.com/js1116 http://linkedin.com/in/jerome-suarez-4b590811b http://twitter.com/JeromeSuarez13 http://instagram.com/jerome.inc/?hl=en

letmaik commented 4 years ago

Your download issue seems to be resolved. Please open a separate issue for other problems/questions.