gistim


Namegistim JSON
Version 0.5.3 PyPI version JSON
download
home_page
SummaryConnects TimML and TTim Analytic Element modeling to QGIS
upload_time2023-12-07 14:46:23
maintainer
docs_urlNone
author
requires_python>=3.9
licenseGPL-2.0
keywords groundwater modeling analytic element
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)](https://github.com/mbakker7/timml)
and [TTim (transient)](https://github.com/mbakker7/ttim).

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](https://www.geopackage.org/).

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
[Find the documentation here.](https://deltares.github.io/QGIS-Tim/)

## 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:

1.  Open the miniforge prompt (search in Windows Start for \"Miniforge
    Prompt\").
2.  Create a new conda environment, run: conda create \--name tim
    python=3.9
3.  Activate the environment: conda activate tim
4.  Run: conda install -c conda-forge gistim
6.  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.

1.  Open QGIS.
2.  At the top, find the Plugins menu (\~sixth object in the menubar).
3.  Find \"Manage and Install plugins\" (first object in drop-down).
4.  Find \"Install from ZIP\" (Sixth in list).
5.  Enter the path to the qgistim.zip file.
6.  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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gistim",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Huite Bootsma <huite.bootsma@deltares.nl>",
    "keywords": "groundwater modeling,analytic element",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/fa/fd/6e06ed2c3046f266d46c3b911325aa9025a2e4e0099abf5b91f8079ed382/gistim-0.5.3.tar.gz",
    "platform": null,
    "description": "# QGIS-Tim\r\n\r\nQGIS-Tim is an open source project for multi-layer groundwater flow\r\nsimulations. QGIS-Tim provides a link between QGIS and the open source analytic\r\nelement method software: [TimML (steady-state)](https://github.com/mbakker7/timml)\r\nand [TTim (transient)](https://github.com/mbakker7/ttim).\r\n\r\nThe benefit of the analytic element method (AEM) is that no grid or\r\ntime-stepping is required. Geohydrological features are represented by points,\r\nlines, and polygons. QGIS-Tim stores these features in a\r\n[GeoPackage](https://www.geopackage.org/).\r\n\r\nQGIS-Tim consists of a \"front-end\" and a \"back-end\". The front-end is a QGIS\r\nplugin that provides a limited graphical interface to setup model input,\r\nvisualize, and analyze model input. The back-end is a Python package. It reads\r\nthe contents of the GeoPackage and transforms it into a TimML or TTim model,\r\ncomputes a result, and writes it to a file that the QGIS plugin loads.\r\n\r\n## Documentation\r\n[Find the documentation here.](https://deltares.github.io/QGIS-Tim/)\r\n\r\n## Installation\r\n\r\nDownload and install a recent version of QGIS (>3.22):\r\n<https://www.qgis.org/en/site/forusers/download.html>\r\n\r\nDownload and install a miniforge Python installation:\r\n<https://github.com/conda-forge/miniforge>\r\n\r\nInstall the gistim Python package:\r\n\r\n1.  Open the miniforge prompt (search in Windows Start for \\\"Miniforge\r\n    Prompt\\\").\r\n2.  Create a new conda environment, run: conda create \\--name tim\r\n    python=3.9\r\n3.  Activate the environment: conda activate tim\r\n4.  Run: conda install -c conda-forge gistim\r\n6.  Configure the gistim installation, so that the QGIS plugin is able\r\n    to find it. Run: ``python -m gistim configure``\r\n\r\nInstall the QGIS plugin now. The qgistim.zip should not be unzipped\r\nmanually, QGIS will do so.\r\n\r\n1.  Open QGIS.\r\n2.  At the top, find the Plugins menu (\\~sixth object in the menubar).\r\n3.  Find \\\"Manage and Install plugins\\\" (first object in drop-down).\r\n4.  Find \\\"Install from ZIP\\\" (Sixth in list).\r\n5.  Enter the path to the qgistim.zip file.\r\n6.  Click \\\"Install Plugin\\\".\r\n\r\nThis will add an icon to the toolbar(s). By clicking the icon, the plugin is\r\nstarted. The QGIS plugin will automatically start and external interpreter when\r\nit is required.\r\n",
    "bugtrack_url": null,
    "license": "GPL-2.0",
    "summary": "Connects TimML and TTim Analytic Element modeling to QGIS",
    "version": "0.5.3",
    "project_urls": {
        "Code": "https://github.com/deltares/QGIS-Tim",
        "Home": "https://github.com/deltares/QGIS-Tim",
        "Issues": "https://github.com/deltares/QGIS-Tim/issues"
    },
    "split_keywords": [
        "groundwater modeling",
        "analytic element"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fafd6e06ed2c3046f266d46c3b911325aa9025a2e4e0099abf5b91f8079ed382",
                "md5": "f0af7ac9a2cf55c6fd398f130ba24774",
                "sha256": "45fd248b34db9edd76d25378d5c1a234737176dc1ffb20ff23a4a1fac78f812c"
            },
            "downloads": -1,
            "filename": "gistim-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f0af7ac9a2cf55c6fd398f130ba24774",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 32147,
            "upload_time": "2023-12-07T14:46:23",
            "upload_time_iso_8601": "2023-12-07T14:46:23.778670Z",
            "url": "https://files.pythonhosted.org/packages/fa/fd/6e06ed2c3046f266d46c3b911325aa9025a2e4e0099abf5b91f8079ed382/gistim-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 14:46:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deltares",
    "github_project": "QGIS-Tim",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "gistim"
}
        
Elapsed time: 0.18667s