Installation - BjornNyberg/NetworkGT GitHub Wiki
Installation
- Download and install QGIS from the official website.
- If you wish to use 1D flow simulations, download and install Gmsh available here.
- Run the QGIS application. If you have admin access, right-click -> "Run as administrator".
- Install NetworkGT via the Plugin Manager. Plugins -> Manage and Install Plugins... -> search "NetworkGT" -> Install Plugin.
- Activate the Processing Toolbox. View -> Panels -> Processing Toolbox Panel.
Windows
- Find NetworkGT in the Processing Toolbox Panel and select NetworkGT -> Configure -> Configure NetworkGT
- A pop-up window will be displayed warning the user that python modules will be installed. Select 'Yes'
- A second pop-up window will ask if Gmsh should be configured. If Gmsh was downloaded in step 2., select 'Yes' and find the gmsh.exe file.
- A third pop-up window will ask if Plotly Studio should be configured. If interactive plots are desired, sign up for a free Plotly Studio account and generate a username and API key here. Select 'Yes' and enter the username and API key above.
- NetworkGT is now installed!
Mac OS or Manual
- Install the necessary python modules manually. See the official Python instructions here
Please install the following dependencies:
- 'networkx'
- 'numpy'
- 'scipy'
- 'scikit-image'
- 'cython'
- 'sympy'
- 'pandas==0.25.1'
- 'plotly==4.12.0'
- 'meshio == 2.3.8'
- Find NetworkGT in the Processing Toolbox Panel and select NetworkGT -> Configure -> Configure NetworkGT
- A pop-up window will ask if Gmsh should be configured. If Gmsh was downloaded in step 2., select 'Yes' and find the gmsh.exe or gmsh.app file.
- A third pop-up window will ask if Plotly Studio should be configured. If interactive plots are desired, sign up for a free Plotly Studio account and generate a username and API key here. Select 'Yes' and enter the username and API key above.
- NetworkGT is now installed!