GQF for PYQGIS3
This is a PYQGIS3 ported version of GQF, which now only works in the python console of QGIS3.
NOTE: tested with QGIS 3.4 and 3.6.2 under macOS 10.14.4.
- launch QGIS 3 and open its python console.
- load the script
RunGQF.py
. - in
RunGQF.py
, set the path toGQF
directory:
path_GQF = Path('your_path_to/GQF')
- set other GQF configurations via the two namelist files:
- execute
RunGQF.py
.
Note: this approach is only tested with the osgeo4mac distribution of QGIS3; but should similarly work with other configurations.
brew tap osgeo/osgeo4mac
brew install osgeo-qgis
- run
QGIS3-Standalone-brew.py
with thehomebrew
-edpython3
:
python3 QGIS3-Standalone-brew.py
see QGIS3-Standalone-brew.py
for configuration details.
Please report your issues if any configuration steps missed here.