Geocom Python Framework for ArcPy (Esri ArcGIS).


Keywords
Geocom, GIS, GEONIS, tools, scripting, framework, spatial, geospatial, geoprocessing, Esri, ArcGIS, ArcPy, VertiGIS, arcgis-desktop, arcgis-server
License
Apache-2.0
Install
pip install gpf==0.9.6

Documentation

Welcome to the Geocom Python Framework (GPF)

Python version(s) PyPI status PyPI homepage AppVeyor GitHub issues Documentation

Purpose

The Geocom Python Framework or gpf provides a set of Python modules that contain tools, helpers, loggers etc. for a more pleasant Python scripting experience in ArcGIS and/or GEONIS. GIS users who need to write geoprocessing scripts with arcpy might benefit from importing the gpf module into their script as well.

The gpf module in this repository has been developed for Python 2.7.14+ (ArcGIS Desktop/Server). However, it is also available for Python 3.6+ (ArcGIS Pro, Server) on GitHub and PyPI.

Geocom customers who need to write GEONIS menu or form scripts should also look into the gntools module.

Documentation

The complete gpf documentation can be found at Read the Docs.

Requirements

  • ArcGIS Desktop and/or ArcGIS Server 10.6 or higher
  • Python 2.7.14 or higher (along with the arcpy module)

Installation

The easiest way to install the Geocom Python Framework, is to use pip, a Python package manager. When pip is installed, the user can simply run:

python -m pip install gpf

License

Apache License 2.0 © 2019 Geocom Informatik AG / VertiGIS & contributors