Developed by Kitware Inc. in collaboration with the Sustainability and Data Sciences Lab at Northeastern University
Sample use case examines the effect of coastal flooding on the availability of the Boston Transit system (MBTA). Sample data obtained from MassMapper, a public tool for open infrastructure data hosted by the state of Massachusetts.
Urban areas, particularly those with underserved populations and critical assets in vulnerable zones, are at increased risks of cascading failures of lifeline services due to climate change, urbanization, and aging-infrastructure failure. With 80 percent of Americans living in urban areas, there is an urgent need for analytic models that can effectively address and visualize these growing threats and potentially avoid substantial loss of life and property. In this environment, urban planners need tools that augment present-day GIS software with new capabilities to access and analyze diverse data, including weather, climate, infrastructure networks, and in-situ sensors.
The Urban Visualization and Data Analytics Toolkit (UVDAT) presents a novel software solution that offers analysis-ready data, resilience models, and neighborhood-scale visualizations, enabling robust and socially just solutions. UVDAT's features include:
- tools for importing lifeline datasets with QA (data wrangling) and database storage/indexing
- access to analysis-ready geospatial/georeferenced climate and weather datasets
- network analysis tools for calculating quantitative risk and resilience metrics
- AI tools for neighborhood-level localization of climate prediction models (spatial downscaling)
- readily available models for predicting the impact of climate extremes on urban transportation
- web-based user interface with workflow support for live inference and interpretation
- high-resolution, multiscale data visualization for detailed data and uncertainty representations.
UVDAT is designed to assist urban planners, policymakers, logistics engineers, and infrastructure developers/owners in managing increasingly large, complex, and diverse datasets. By integrating climate data with other critical data types such as infrastructure, sensor, and demographic information using our advanced analytic and visualization tools, users will be empowered to make data-driven decisions.
UVDAT is built with Kitware's Resonant technology stack. It consists of a series of container services, managed by docker-compose
. These services include a Django Python server, PostgreSQL/PostGIS database, Minio object store, Vue web application, and Celery task service.
To run UVDAT locally with docker-compose
, follow the instructions in the Setup Guide.