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.
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.
The application is built using a combination of open-source tools, including:
- vue;
- leaflet and esri-leaflet;
- vue-apexcharts, and;
- crossfilter.
First, clone the repository, and then from the root folder of the repository:
yarn install
yarn run serve
yarn run build