Metadata-Version: 2.1
Name: gistim
Version: 0.2
Summary: GIS utilities for Tim(ML) Analytic Element modeling
Home-page: https://gitlab.com/deltares/imod/qgis-tim
Author: Huite Bootsma
Author-email: huitebootsma@gmail.com
License: MIT
Keywords: groundwater modeling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.7
Provides-Extra: dev
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


