The GEONIS Tools for Geocom Python Framework package (gntools
) consists of a set of Python modules that contain tools, helpers, loggers etc. that simplify the development of menu or form scripts for GEONIS.
Please note that the gntools
package has been developed for Python 2.7.14+ (ArcGIS Desktop/Server) ONLY.
The complete gntools
documentation can be found at Read the Docs.
- ArcGIS Desktop and/or ArcGIS Server 10.6 or higher
- Python 2.7.14 or higher (along with the
arcpy
module) - Geocom Python Framework (the
gpf
package on GitHub or PyPI)
The easiest way to install the GEONIS Tools, is to use pip, a Python package manager.
When pip
is installed, the user can simply run:
python -m pip install gntools
Notice that pip
will also install the gpf
dependency, if it's missing.
Apache License 2.0 © 2019 Geocom Informatik AG / VertiGIS & contributors