ldanzinger / PyOtherSideForArcGIS

A collection of proof of concept examples for integrating Qt and Python with the ArcGIS Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyOtherSide for ArcGIS examples

PyOtherSide is a plugin that enables communication between Qt (QML) and Python. Python functions can be called from QML, and information can be pushed back to QML from Python. QML is a very easy to use language for creating user interfaces, and Python is pervasive throughout the ArcGIS Platform. With that, Esri provides a QML API through the ArcGIS Runtime SDK for Qt. This is a collection of proof of concept examples for integrating Qt and Python with the ArcGIS Platform.

Features

Instructions

  1. Fork and then clone the repo or download the .zip file.
  2. Build/run the projects in Qt Creator
  3. Fork and make a Pull Request for any suggested enhancements.

Requirements

Resources

Issues

Find a bug or want to request a new feature? Please let me know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

About

A collection of proof of concept examples for integrating Qt and Python with the ArcGIS Platform

License:Apache License 2.0


Languages

Language:QML 72.4%Language:QMake 17.0%Language:Python 5.8%Language:C++ 4.9%