Metadata-Version: 2.4
Name: trytond_gis
Version: 8.0.0
Summary: Geographic Information System for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/backend-gis/
Project-URL: changelog, https://docs.tryton.org/backend-gis/releases.html
Project-URL: forum, https://discuss.tryton.org/tags/gis
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>, Nicolas Évrard <nicolas.evrard@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: GIS,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: geomet
Requires-Dist: psycopg[pool]>=3
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: trytond[test]<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

==================
Tryton GIS backend
==================

Tryton GIS (`Geographic Information System
<https://en.wikipedia.org/wiki/Geographic_information_system>`_) adds support
for geospatial data to Tryton.
It adds new *Field types* like *Point*, *LineString* and *MultiPolygon*.

The intended use is to write GIS data directly into the database with an
`existing GIS software <https://en.wikipedia.org/wiki/PostGIS#Users>`_.

For using these Tryton GIS, the `PostGIS <https://postgis.net/>`_ extension
must be installed on the database and the database ``uri`` in the
``[database]`` sectionn of the configuration must start with: ``postgis://``
instead of ``postgresql://``.

