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

Fix Ubuntu bootstrap #234

Closed letmaik closed 2 years ago

letmaik commented 2 years ago

The automatic Python package installation technique (bootstrapping) used in GIS4WRF works on Ubuntu 20.04 (and maybe earlier) but then fails at import because the wrong import path is added. The PR fixes that. Once merged, the installation docs can be simplified to be like the Windows ones (just install QGIS).

Related: https://github.com/GIS4WRF/gis4wrf/issues/233

Note that earlier Ubuntu versions had a problem with the bootstrapping method used here (pip install --prefix .. wasn't supported) but this seems to have been fixed at some point.