Metadata-Version: 2.1
Name: gistim
Version: 0.2.2
Summary: GIS utilities for Tim(ML) Analytic Element modeling
Home-page: https://gitlab.com/deltares/imod/qgis-tim
Author: Huite Bootsma
Author-email: huite.bootsma@deltares.nl
License: MIT
Project-URL: Code, https://gitlab.com/deltares/imod/imod-qgis
Project-URL: Issues, https://gitlab.com/deltares/imod/qgis-tim/-/issues
Keywords: groundwater modeling,analytic element
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
License-File: LICENSE

QGIS-Tim
========

Documentation: https://deltares.gitlab.io/imod/qgis-tim

This repository contains two Python packages:

* A QGIS plugin to provide a limited graphical interface to setup a `GeoPackage` _
  containing the vector data required by a `TimML`_ and  analytic element model
  and read results.
* The ``gistim`` package which contains the functions required to transform a
  GeoPackage into a TimML model. It is fully independent of the plugin, relying
  on packages such as ``geopandas`` instead of QGIS functions. The utilities it
  provides can be used independently of QGIS, in a fully scripted workflow.

.. _TimML: https://github.com/mbakker7/timml
.. _TTim: https://github.com/mbakker7/ttim
.. _GeoPackage: https://www.geopackage.org


