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
166 stars 36 forks source link

Filename filter not working in "Open WRF NetCDF File" dialog via "Visualize Output" with QGIS 3.6 and Ubuntu 18.04 #125

Closed pskunjeer closed 5 years ago

pskunjeer commented 5 years ago

I have install the plugin on QGIS 3.6. The operating system is Ubuntu 18.04. I have successfully completed the simulation. The WRF process was completed without any error and it created the WRF output files in the wrf_run folder. But when I try to visualize the results from the Visualization tab I am not able to see any output file.

WRF_Run_Folder WRF_output_No_File

Additional Information: I was not able to install wrf-python using pip3. There is was error "pip failed building wheel for wrf-python" so have manually complied the wrf-python from the source. The output of the command "pip3 install --user f90nml pyyaml netCDF4 wrf-python" is as follows pip3_install

letmaik commented 5 years ago

That is curious. As a temporary work-around, please use the menu item in the Layer menu as this doesn't have a filename filter. Does that work?

For reference, this is the code that defines the filename filter when clicking on the "Visualize Output" buttons from the Run tab: https://github.com/GIS4WRF/gis4wrf/blob/f11b563fb712311a6672542be83419a9b3864d66/gis4wrf/plugin/ui/widget_run.py#L157-L173

pskunjeer commented 5 years ago

Thanks, Yes that solved the problem

letmaik commented 5 years ago

@pskunjeer I found the issue with the filter. The fix will be part of the next release. Thanks again for reporting this.