<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>software for urban planning and epidemiology &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/software-for-urban-planning-and-epidemiology/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Sep 2026 05:59:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>software for urban planning and epidemiology &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>sDNA+ 4.1 brings 2D and 3D spatial network analysis to GIS and CAD</title>
		<link>https://scienmag.com/sdna-4-1-brings-2d-and-3d-spatial-network-analysis-to-gis-and-cad/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 05:59:15 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[2D and 3D GIS and CAD integration]]></category>
		<category><![CDATA[advanced spatial analytics for urban environments]]></category>
		<category><![CDATA[advanced spatial network metrics]]></category>
		<category><![CDATA[city connectivity and flow analysis]]></category>
		<category><![CDATA[computational design for urban environments]]></category>
		<category><![CDATA[computational tools for urban design and epidemiology]]></category>
		<category><![CDATA[enhanced spatial network analysis capabilities]]></category>
		<category><![CDATA[human movement and urban accessibility metrics]]></category>
		<category><![CDATA[infrastructure network analysis and visualization]]></category>
		<category><![CDATA[network centrality and flow measurement in cities]]></category>
		<category><![CDATA[network-based accessibility measures]]></category>
		<category><![CDATA[open-source spatial network analysis toolbox]]></category>
		<category><![CDATA[sDNA+ software for city planning]]></category>
		<category><![CDATA[software for urban planning and epidemiology]]></category>
		<category><![CDATA[softwareX publication on spatial network analysis tools]]></category>
		<category><![CDATA[transit network analysis and modeling]]></category>
		<category><![CDATA[transportation network analysis tools]]></category>
		<category><![CDATA[urban mobility and human movement modeling]]></category>
		<category><![CDATA[urban spatial network analysis]]></category>
		<category><![CDATA[urban transportation and infrastructure analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/sdna-4-1-brings-2d-and-3d-spatial-network-analysis-to-gis-and-cad/</guid>

					<description><![CDATA[Spatial network analysis, the science of measuring how streets, paths, and transit lines shape the movement of people through cities, has received its most significant upgrade in years. Version 4.1 of sDNA+, a widely used open-source toolbox for two- and three-dimensional spatial network analysis, has been formally described in the journal SoftwareX, marking the merger [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Spatial network analysis, the science of measuring how streets, paths, and transit lines shape the movement of people through cities, has received its most significant upgrade in years. Version 4.1 of sDNA+, a widely used open-source toolbox for two- and three-dimensional spatial network analysis, has been formally described in the journal SoftwareX, marking the merger of the previously free sDNA package with its proprietary sister software sDNA+ and bringing an expanded suite of analytical capabilities to a single, freely licensed platform. The update, developed by Crispin H.V. Cooper, James Parrott, Jeffrey Morgan, Zitian Fan, and Alain J.F. Chiaradia, arrives at a moment when urban planners, epidemiologists, transport engineers, and computational designers are demanding ever more sophisticated tools for understanding how the geometry of the built environment shapes human behavior.</p>
<p>At its core, sDNA+ treats the network link as the principal unit of analysis. Rather than abstracting a city into simplified points and corridors, the software works directly with the existing network data that cities and mapping agencies already possess, computing measures of accessibility such as reach, mean distance and closeness centrality, and gravity; measures of flow through bidirectional betweenness centrality; and measures of efficiency through circuity. These statistics can be localized within radial bands bounded both below and above, allowing analysts to ask, for instance, how accessible a street is to destinations within a ten-minute walk without losing sight of the broader pattern of connectivity at larger scales. The software also computes convex hull properties, geodesics, network buffers, accessibility maps, flow bundles, and skim matrices, supported by auxiliary tools that help users prepare raw networks and calibrate models against observed data.</p>
<p>What distinguishes sDNA+ from many competing approaches is the extraordinary flexibility of its distance definitions and weighting schemes. Network distance can be defined as network-Euclidean, angular, or as a hybrid formula built from geometric properties and data attached to individual links. This means analysts can construct distances tailored to specific modes of travel: a pedestrian metric that balances pure distance against the angular change encountered along a route, reflecting the human preference for straight, easy-to-navigate paths; a cycling metric that combines distance, angular change, a nonlinear response to slope or gradient in either one direction or for a round trip, and a nonlinear response to vehicular traffic, which can itself be drawn from the output of another sDNA model; and a public transport metric that penalizes stops and transfers between lines based on network data tagged with bus and metro line information. Weights, meanwhile, can be specified per link, per unit length, or per polyline, drawing on data attached to links, zones, or full matrices. The hybrid metric represents the general case of all these possibilities: any user-specified formula based on network topology, geometry, and attached attribute data. Formulae are parsed at runtime with the muparser C++ library for efficient computation, and a random variance feature, combined with oversampling, can distribute predicted flows across routes of similar length rather than concentrating them on a single shortest path, producing more realistic flow patterns.</p>
<p>The motivation for the version 4.1 release, the authors explain, is twofold: increased interoperability with the software ecosystems that professionals actually use, and a substantially expanded feature set. On the interoperability front, the most visible change is the arrival of a plugin for Rhino and Grasshopper, the widely adopted computer-aided design platform and visual programming environment. Rhino offers advanced three-dimensional editing capabilities well beyond what the toolbox previously supported, while Grasshopper enables parametric, algorithmic, and increasingly generative AI-driven urban design without requiring users to write code. Within Grasshopper, designers can load network data, run sDNA Integral analysis, and color network links according to the results, all through a graphical programming model. The demonstration case highlighted by the developers is a three-dimensional, multi-level, indoor and outdoor pedestrian network for a transport-oriented development, illustrating how the tool can capture movement through stairways, bridges, concourses, and other vertical urban infrastructure that traditional two-dimensional analysis cannot see. The high interoperability between Rhino-Grasshopper and ArcGIS Pro opens new possibilities for urban and transport planners, urban designers, architects, and designers to analyze, coordinate, and optimize spatial configurations in both two and three dimensions. The new plugin substitutes for and expands upon the discontinued AutoCAD support, which was retired after limited uptake; users who still require AutoCAD compatibility are advised to export drawings as shapefiles via AutoCAD Map3D, process them with the free QGIS platform, and re-import, or to use Rhino&#8217;s native DWG import and export functionality.</p>
<p>Keeping pace with the geographic information systems world required substantial engineering. The previous version of sDNA supported QGIS version 2, but QGIS 3 introduced architectural changes so fundamental that the sDNA plugin had to be rewritten from the ground up. Jeffrey Morgan led that update, which now brings the toolbox to the current generation of the open-source GIS. On the proprietary side, ESRI replaced its legacy ArcGIS platform with the entirely new ArcGIS Pro, which supports three-dimensional network editing, visualization, and analysis. The sDNA software was updated and successfully tested with ArcGIS Pro, taking full advantage of its 3D environment. While GIS plugins have begun to introduce data-driven three-dimensional raster visualization, they do not yet offer three-dimensional network analysis natively, a gap that sDNA+ now fills across QGIS, ArcGIS Pro, the command line, Python, and Rhino-Grasshopper. The core software is written in C++ with Python and R integration, versioned with Git, and distributed under the AGPL v3.0 license, with the QGIS and Grasshopper plugins released under the more permissive MIT license.</p>
<p>The expanded feature set owes much to the merger with the proprietary sDNA+. All previous features of that sister software are now included in the single open-source release, most notably the hybrid radial and hybrid analytical metrics that allow users to define both locality and analysis type with complete flexibility. To reflect the union, the updated software inherits the sDNA+ name and its version numbering. The release is permanently archived with a Zenodo DOI, and the code is available through public repositories alongside developer documentation and a QGIS plugin, with support handled through the GitHub issue tracker. For a tool whose previous version has accumulated nearly 200 citations of its own methods paper, the transition from partly proprietary to fully open-source represents a meaningful democratization of advanced spatial network science.</p>
<p>The practical reach of sDNA+ is best appreciated through the research it has recently enabled. In the realm of three-dimensional pedestrian modeling, Zhang and Chiaradia used the software to investigate how different three-dimensional pedestrian network encodings and hybrid analyses relate to observed pedestrian volumes in Central Hong Kong, a complex, multilevel, indoor and outdoor, mixed-use, transport-oriented environment where people move through elevated walkways, shopping concourses, and transit interchanges as much as along streets. Their models achieved coefficients of determination between 0.54 and 0.72, and the modeling framework was designed to follow the early network design stage through progressive disclosure, in which information completeness increases as a design matures. This line of work demonstrated that volumetric, three-dimensional network analysis can substantially improve movement prediction in cities that extend vertically as well as horizontally.</p>
<p>Cycling and active travel research has similarly benefited. Earlier studies by Cooper used hybrid metrics to model pedal cycle flows, risk, and mode choice, including predictive spatial network analysis applied to cyclist flows and investment targeting, as well as longitudinal prediction of pedestrian flows following a major city center redevelopment. More recently, Schön and colleagues extended network-based analysis to active travel to school, introducing a novel measure called route betweenness, which assesses the connectivity of entire shortest routes rather than individual links and showed positive associations with children&#8217;s active school commuting in Norway&#8217;s HUNT study. The same lead author then applied these route-based metrics to evaluate how different alignment options for a proposed bridge in Trondheim would affect active-mode route and mode choice, illustrating how the tool can inform concrete infrastructure decisions before a single beam is placed.</p>
<p>Economic and quantitative spatial modeling represents a third major frontier. Hossain and Cooper developed a two-dimensional spatial network vehicle travel time model for the United Kingdom built purely from distance, junctions, and angular change, and found that it closely approximated Google Maps travel times, with coefficients of determination ranging from 0.919 to 0.997 depending on trip length and the inclusion of congestion. Using these travel times, they computed regional changes in network reach and showed that the relationship between accessibility and economic performance is both mediated and moderated by the proportion of knowledge-based businesses in a region, highlighting limits of transport investment as a driver of regional development. In parallel, Zhou and colleagues employed advanced quantitative spatial modeling to assess the wider economic impacts of transport infrastructure in high-density Hong Kong, demonstrating in one study that integrating complex network science with pedestrian and rail networks significantly boosts productivity estimates, and in another introducing a hybrid structural equation modeling and artificial neural network framework to evaluate the feasibility of long-term urban planning visions. Together, these studies underscore the importance of multimodal accessibility and walkable environments for economic growth.</p>
<p>As cities grapple with climate targets, public health crises, and the rise of generative AI in urban design, tools like sDNA+ are becoming indispensable bridges between network science and real-world decision-making. By uniting proven analytical capabilities, three-dimensional awareness, and open access across the GIS, CAD, command-line, and visual programming worlds, version 4.1 positions spatial network analysis as a shared language for everyone shaping the cities of the future.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Open-source 2D and 3D spatial network analysis software for urban, transport, and built-environment modeling</p>
<p><strong>Article Title:</strong> Version 4.1 – sDNA+: 2-d and 3-d spatial network analysis for GIS, CAD, command line &amp; Python</p>
<p><strong>Article References:</strong> Cooper, C. H., Parrott, J., Morgan, J., Fan, Z., &amp; Chiaradia, A. J. (2026). Version 4.1 – sDNA+: 2-d and 3-d spatial network analysis for GIS, CAD, command line &amp; Python. <em>SoftwareX, 35</em>, Article 102926. <a href="https://doi.org/10.1016/j.softx.2026.102926" target="_blank" rel="noopener noreferrer">https://doi.org/10.1016/j.softx.2026.102926</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.softx.2026.102926" target="_blank" rel="noopener noreferrer">10.1016/j.softx.2026.102926</a></p>
<p><strong>Keywords:</strong> spatial network analysis, sDNA+, urban network analysis, betweenness centrality, hybrid distance metrics, Rhino Grasshopper, ArcGIS Pro, QGIS, pedestrian flow modeling, cycling route choice, accessibility, open-source software</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189248</post-id>	</item>
	</channel>
</rss>
