Sharpie / qgis-ipython

An IPython console for Quantum GIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QGIS IPython Console

NOTE: This project is no longer under active development and has fallen behind the current versions of both QGIS and IPython. If there is code here you would like to use, feel free to fork the plugin or copy the pieces you want. Attribution requirements are waived as long as copied code remains under the same license as QGIS its self.

This plugin embeds the IPython interpreter inside of QGIS and provides functionality for spawning consoles that are connected to this interpreter. IPython offers several advantages over the standard QGIS Python console that make an ideal tool for software development and exploratory data analysis:

  • Tab-completion, function call tips and quick access to Python docstrings.

  • Inline display of graphs and charts.

  • Many more features such as a distributed computing framework and quick access to the underlying filesystem and shell. See the IPython Introduction for a complete overview.

An installation of IPython 0.12 or newer is required along with the Pygments module. The QGIS IPython Console is currently flagged as experimental and functionality may vary dramatically between releases.

Version numbers for this plugin are assigned according to the principles of Semantic Versioning.

Latest Changes

See the NEWS file for changes that occurred in previous releases


Changes in version 0.4

Under development


About

An IPython console for Quantum GIS


Languages

Language:Python 82.0%Language:Makefile 18.0%