Metadata-Version: 2.4
Name: trytond_gis
Version: 7.8.0
Summary: Adds Geographic Information System support to trytond
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.8/
Author: Tryton
Author-email: foundation@tryton.org
License: GPL-3
Project-URL: Bug Tracker, https://bugs.tryton.org/
Project-URL: Documentation, https://docs.tryton.org/latest/backend-gis/
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://code.tryton.org/tryton
Keywords: tryton GIS
Platform: any
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: geomet
Requires-Dist: trytond<7.9,>=7.8
Requires-Dist: psycopg2>=2.0.14
Provides-Extra: test
Requires-Dist: trytond[test]<7.9,>=7.8; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

==================
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://``.

