Connects TimML and TTim Analytic Element modeling to QGIS
Project description
QGIS-Tim
QGIS-Tim is an open source project for multi-layer groundwater flow simulations. QGIS-Tim provides a link between QGIS and the open source analytic element method software: TimML (steady-state) and TTim (transient).
The benefit of the analytic element method (AEM) is that no grid or time-stepping is required. Geohydrological features are represented by points, lines, and polygons. QGIS-Tim stores these features in a GeoPackage.
QGIS-Tim consists of a "front-end" and a "back-end". The front-end is a QGIS plugin that provides a limited graphical interface to setup model input, visualize, and analyze model input. The back-end is a Python package. It reads the contents of the GeoPackage and transforms it into a TimML or TTim model, computes a result, and writes it to a file that the QGIS plugin loads.
Documentation
Installation
Download and install a recent version of QGIS (>3.22): https://www.qgis.org/en/site/forusers/download.html
Download and install a miniforge Python installation: https://github.com/conda-forge/miniforge
Install the gistim Python package:
- Open the miniforge prompt (search in Windows Start for "Miniforge Prompt").
- Create a new conda environment, run: conda create --name tim python=3.9
- Activate the environment: conda activate tim
- Run: conda install -c conda-forge gistim
- Configure the gistim installation, so that the QGIS plugin is able
to find it. Run:
python -m gistim configure
Install the QGIS plugin now. The qgistim.zip should not be unzipped manually, QGIS will do so.
- Open QGIS.
- At the top, find the Plugins menu (~sixth object in the menubar).
- Find "Manage and Install plugins" (first object in drop-down).
- Find "Install from ZIP" (Sixth in list).
- Enter the path to the qgistim.zip file.
- Click "Install Plugin".
This will add an icon to the toolbar(s). By clicking the icon, the plugin is started. The QGIS plugin will automatically start and external interpreter when it is required.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gistim-0.5.3.tar.gz
.
File metadata
- Download URL: gistim-0.5.3.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45fd248b34db9edd76d25378d5c1a234737176dc1ffb20ff23a4a1fac78f812c |
|
MD5 | f0af7ac9a2cf55c6fd398f130ba24774 |
|
BLAKE2b-256 | fafd6e06ed2c3046f266d46c3b911325aa9025a2e4e0099abf5b91f8079ed382 |