Closed cpatrick closed 8 years ago
+1 @manthey could you add something like what I have below? We also need the controls to be more self-documenting, and turn a few into drop-down menus.
Overview text:
Minerva Permits lets you explore permit, crime, and code violation data in Boston using data from the City of Boston. Use the controls on the left to display points or a dynamically generated binned heatmap on the data, and to filter down your search to specific types of permits, crimes, or violations. The animation controls let you cycle through the queried data to view weekly or daily patterns.
This application is open source and was built with Kitware's Resonant platform, including Girder for data management and GeoJS for scalable visualization.
Large button "Explore"
Or start with one of these preconfigured visualizations:
Predicting new construction - From the raw city data, this view attempts to reconstruct the U.S. Census new residential construction estimates by restricting the permits displayed on the map. The monthly correlation between the true and reconstructed data can be viewed on the left both as a timeline and scatterplot. Can you verify using the satellite view that these are indeed new residential construction sites? Can you adjust the query parameters to obtain a closer match?
Correlating demolition with unsafe structures - In this view, red represents demolition permits, and blue represents unsafe structure code violations. A mixture (purple) shows areas where both demolition and unsafe structures are abundant, while strong red or blue designates areas where only demolition or unsafe structures are predominant. What areas are seeing reconstruction of aging buildings (predominantly purple)? What areas are seeing unsafe structures that are not being revitalized (predominately blue)? Can you find any specific locations where a site is cited as an unsafe structure and is later issued a permit for demolition?
One more starting point:
Residential trash violations - This view animates the residential code violations for misplacement of trash using a weekly cycle. Wait for the full data to load then press Play to show the animation. Can you determine the likely trash pickup dates for various Boston neighborhoods?
Added in PR #224.
This should give some context before thrusting the user into the deep end of geospatial data analysis. The user can then dismiss it and start doing things.