Welcome to the T4QG Documentation Page

Welcome to the Tools 4 QGis Documentation home page. T4QG is a Quantum-GIS plugin created at the CRENAU Laboratory.

The aim and scope of this tool is to assemble morphological indicators pertaining to the urban open space.

The following pages present the elementary methods available in T4QG:

Alternatively, you may download the PDF version.

Installation

The 0_1_0 Version of T4QG is available at https://sourcesup.renater.fr/frs/?group_id=463

To import T4QG, open the python command box (Ctrl + P), then type :

>>> HOMEDIR = 'location/of/t4qg'
>>> import sys
>>> sys.path.append(HOMEDIR)
>>> from t4qg_version_number import *

# Note that HOMEDIR does not take a front slash (/) at the end.