Skip to content

The code behind the interactive dashboard mapping asbestos projects in the School District of Philadelphia

Notifications You must be signed in to change notification settings

PhilaController/AsbestosDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapping Asbestos Projects in the Philadelphia School District

The code behind the interactive dashboard mapping asbestos projects in the School District of Philadelphia

The interactive visualization is available here. For more information, see the application's About Page.

Application Banner The Map of Asbestos Projects

Data

The application relies on publicly available data from the Department of Public Health's Air Management Services online portal,

For the software and data behind the analysis for this dashboard, see the companion repository PhiladelphiaController/asbestos-dashboard-data.

Tools

The application is built using a combination of open-source tools, including:

Development

First, clone the repository, and then from the root folder of the repository:

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build