depthmapX

Multi-Platform Spatial Network Analysis Software

View the Project on GitHub varoudis/depthmapX

Agent based modelling in depthmapX Exosomatic visual agents running on depthmapX.

Get the latest MacOSX and Windows version HERE!

depthmapX is a multi-platform software platform to perform a set of spatial network analyses designed to understand social processes within the built environment. It works at a variety of scales from building through small urban to whole cities or states. At each scale, the aim of the software is to produce a map of open space elements, connect them via some relationship (for example, intervisibility or overlap) and then perform graph analysis of the resulting network. The objective of the analysis is to derive variables which may have social or experiential significance.

Download the source code

$ cd your_code_folder/
$ git clone git://github.com/varoudis/depthmapX.git

If you're using MacOSX or Windows you can also use GitHub for Mac or GitHub for Windows.

depthmapX is using Qt 4 so you need to also download and install Qt libraries 4.8.X and Qt Creator for your operating systems if you want to compile your own version of depthmapX!

Official pre-compiled versions

For the less adventurous, download the latest compiled version and 'unzip' it, then just double-click ... (after version 0.27, Windows and MacOSX users don't need to install any additional libraries)

Betweenness Centrality - Segment Analysis Betweenness Centrality analysis on road central line network - Segment Analysis on depthmapX

Visibility Graph Analysis on depthmapX Preparation for Visibility Graph Analysis on depthmapX

Support or Contact

Having trouble with depthmapX? Check out the depthmapX mailing list on: www.jiscmail.ac.uk/lists/DEPTHMAP.html

Tasos Varoudis, dont spam: varoudis |that weird email symbol| archtech |dot| gr



Tutorials (from older versions but very useful)

Many features are covered in this tutorial by Joao Pinelo. You may also find tutorials for 7.12.00 and 8.15.00 useful.

Introduction to version 10 (4.0MB)

Older tutorials

depthmap basics including VGA import geometry and visibility graph analysis (1.1MB)

depthmap axial analysis import, generate or hand-draw an axial map, including linking and unlinking lines (1.3MB)

depthmap convex analysis hand-draw a convex map, including linking spaces and analysing the map (0.8MB)

depthmap data analysis entering observation data, pushing values to layers, showing scatter plots, calculating correlation coefficients and exporting to spreadsheet programs (1.9MB)

Advanced depthmap presentation discussion of advanced segment analysis topics in depthmap. Note that "Topomet" is included with depthmap and does not need to be installed separately (1.8MB)

Extra Materials - DXF files used in these tutorials are:

gallery.dxf barnsbury_centre.dxf barnsbury_axial.dxf Barnsbury original map data copyright © Cambridge University Press 1984, reproduced here with kind permission. Original drawings by J Hanson, digitised by A Turner.

In addition gallery.zip contains a VGA analysis of gallery.dxf, and example mif/mid files.

A Researcher's Handbook

Depthmap 4 – A Researcher's Handbook (revision 1) (pdf)

Scripting

Scripts can be used to create user-defined formulae and simple graph measures. These examples are used in the SalaScript Manual.

total_depth.sala Calculate total depth for each node in a VGA, axial or convex map shortest_cycle.sala Calculate the shortest cycle for each node in an axial or convex map

More about depthmapX and the theories behind it

depthmapX is dedicated to Alasdair Turner.

At the building or small urban scale, depthmapX can be used to assess the visual accessibility in a number of ways. It can produce point isovists, that is, polygons representing the visually accessible area from a location, along with measures of those polygons (such as perimeter, area and so on), or it can further join a dense grid of isovists into a visibility graph of intervisible points (with graphs of up to about 1000000 point locations). The visibility graph may then be analysed directly using graph measures, or used as the core of an agent-based analysis. In the agent-based analysis a number of software agents representing pedestrians are released into the environment. Each software agent is able to access the visual accessibility information for its current location from the visibility graph, and this informs its choice of next destination. The numbers of agents passing through gates can be counted, and compared to actual numbers of pedestrians passing through gates.

At the small to medium urban scale, depthmapX can be used to derive an ‘axial map’ of a layout. That is, derive a reduced straight-line network of the open space in an environment. The axial map has been the staple of space syntax research for many years, but the mathematical derivation of it is novel. The automatic derivation allows an objective map for research into city form and function. Once the map has been generated, it may be analysed using graph measures, and the measures may be transferred to gate layers in order to compare with indicators of pedestrian or social behaviour. For larger systems where the derivation algorithm becomes cumbersome, pre-drawn axial maps may be imported.

Axial maps may be broken into segment maps, or segment maps, such as road-centre line maps, may be imported directly. These may be analysed using a variety of techniques, such as according to angular separation, road distance, or segment steps. For example, number of shortest angular paths through a segment may be calculated, or the average road distance from each segment to all others may be calculated.

Models for spatial analysis

The software covers two separate models for spatial analysis; the Space Syntax model and the Agent model. These two models are theoretically different in spite of the fact that they agree on the principal relationship between space and society. They start from different representations, and they diverge at the point of modelling. The agent model represents an emergent process that leads to form aggregate patterns of movement activity. Through its ability to display movement data in relation to aggregate patterns of agents, depthmapX’s agents have proven to be an effective tool to simulate natural movement. Space Syntax builds on a synchronic reduction of spatial relationships in the built environment. Mapping this reduction into networks of longest and fewest lines, depthmapX’s axial and segment analyses are powerful methods for predicting to-movement and through-movement in cities. On the scale of buildings, spatial analysis using depthmapX can reveal relational structures that convey how social organisations occupy spaces. depthmapX is a platform that brings together these too models to be tested in an analytical approach. It also affords experimental and developer approaches.

The current usage of this software has proven to engage different types of academic communities that have a language in common with the notion of space. These communities range between planners, designers, social scientists, anthropologists, crime scientists, geographers, computer scientists and economists. In general terms, all what brings together the social and the spatial. In different contexts, spatial modelling using depthmapX can help forming assumptions about social behaviour in space and model spatial and social relationships. Moreover, depthmapX significance exceeds its common usage as an analytical tool to understand the built environment on different scales and go beyond that to act as a design and decision making support tool. The intelligent usage of software will deploy it in supporting design process with a knowledge-base that is suggested to make designs more responsive towards the real settings of the built environment. In simple terms, depthmapX is increasingly used as a tool for design thinking. By using it efficiently, the software helps on sparing time and cost, particularly on the scale of complex buildings and large scale urban planning.

For more information about some of the theories behind depthmapX join the discussion on the Space Syntax Mail-List.

Everything here is Open-Source and under GPLv3 licence. Have fun and share your ideas! Thanks, Tasos