Production site: https://visionzero.austin.gov/viewer/ Staging site: https://visionzero-staging.austinmobility.io/viewer/
The Vision Zero Viewer is a public-facing interactive web app showing crash data related to Vision Zero. Users can view crash data by different categories, including transportation mode, demographic groups impacted, time of day, and location.
Crash data is sourced from TxDOT's Crash Records Information System (CRIS) database. Vision Zero Editor provides tools for City of Austin Transportation Department staff to enrich crash data with additional attributes, as well as correct any erroneous or missing data.
For resources and updates, see the Vision Zero Crash Data System project index.
See our Socrata open datasets for crash and demographics data.
We use Node Version Manager (nvm) to keep our node
versions in sync with our environments. With nvm
installed, run nvm use
from this directory to activate the current node
and npm
version required for this project. If you don't want to use nvm
, refer to the .nvmrc
file for the node
version you should install.
Install dependencies
npm install
Run development server
npm start
In development, this project uses Prettier for code formatting which is set in .prettierrc. Visit link for installation or install the extension for VSCode.