Download UNA 8.15.10 for Rhino 8 (windows and MacOS)

A legacy UNA version for Rhino 7 on Windows is available here

What is new in Version 8?

What was new in Version 7?

UNA Python Library

Video Tutorials

📎 PDF Documentation

Reference paper: Sevtsuk, A., & Kalvo, R. (2024). Modeling pedestrian activity in cities with urban network analysis. Environment and Planning B: Urban Analytics and City Science. https://doi.org/10.1177/23998083241261766

Welcome to the documentation for the Urban Network Analysis toolbox for Rhino, developed by the City Form Lab at MIT. The UNA Rhino toolbox offers powerful methods for analyzing pedestrian and bicycle mobility over two- and three-dimensional networks in cities. Specific tools are available for measuring spatial accessibility (unaSolveCentrality), estimating pedestrian or bicycle flows over networks (unaPatronageBetweennes), finding facility service areas over networks (unaServiceArea), finding closest facilities over networks (unaClosestFacility), predicting facility patronage along spatial networks (unaFindPatronage), detecting locations where network routes to destinations are frustratingly longer than straight-line distances (unaSolveStraightness), generating route alternatives for pedestrian route choice analysis (unaAlternativePaths), exporting the O-D distance cost matrix between objects (unaExportODCostTabel), or forecasting the effects of pedestrian and bike infrastructure improvements on non-motorized access and flow. Network travel costs can either account for travel length or use custom, user-defined edge costs to account for variable route qualities (unaAddNCurves). To enable seamless workflows between UNA Rhino, GIS, Excel, R, or other table and geospatial data editors, various import-export functions can be used: unaImportGeometry, unaImportPoints, unaExport and unaMergeData.

Installation

After downloading, drag and drop the .yak installer file into an open Rhino window. Once installed, restart Rhino and go to Tools > Toolbars and use File/Open and navigate to the .rui file of the una graphic user interface to add that to Rhino. Make suer to check the box next to the UNA Toolbar to enable it. Once installed, you can type unaVersionon the command line to check you have succssfully installed UNA Version 8.15.9. ****

Documentation

This site offers documentation about the UNA Rhino toolbox. The GUI is divided into five sections, which are visually divided by small vertical lines in the toolbar. See relevant documentation for each section at the blue links below:


toolbar2-01.png

1. Manipulating Attributes

2. Import Export functions