空间句法 资料总结

来源:互联网 发布:如何评价中国股市知乎 编辑:程序博客网 时间:2024/05/29 00:34

1.软件

Depthmap

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.

附:
Depthmap下载链接(网页含编译后的软件,以及软件源代码)
编译运行源码时,需要使用Qt4版本,由于从Qt4到Qt5变化太大,所以想在Qt5上Qt4的工程,需要改很多,故建议使用Qt4版本,如4.8.6。
另外即使采用Qt4也会报一些错(至少我是这样……),主要问题在于条件编译,即#if defined(_WIN32) 下的内容需换成else里的。

条件编译:一般情况下,源程序中所有的行都参加编译。但有时希望对其中一部分内容只在满足一定条件下才进行编译,即对一部分内容指定编译条件,这就是“条件编译”(conditional compile)。

_WIN32
Defined for applications for Win32 and Win64. Always defined.


2.空间句法常用网站

http://www.spacesyntax.net/
http://spacesyntax.org/
……


3.经典书籍

《空间研究14 空间句法在中国》 段进、比尔·希列尔 等
《空间是机器——建筑组构理论》比尔•希利尔
《空间句法简明教程》深圳大学建筑研究所 2015
……

1 0