Street view images represent real-world scenery from a pedestrian perspective. By analyzing the elements in street view images, the urban built-environment can be better modelled. 1
Given the streets class by OpenDataPhilly, streets' class lower than minor arterial are not considered to exclude local pathes did we barely have street view images. Then, a set of points is selected from the streets with a distance of 100m(328ft). And street view images are collected according to these points throuth Bing Map Api.
An Image Segmentation method SegNet is used to analyzing the elements and their proportion in the images. The elements in the images are devided into different classes, like trees, roads, cars or sidewalks.
We first count the pixel number of each segment (each color), and calculate the proportion of each segment by dividing the total pixel number of them.
Then, we combined the output elements into ten categories (Green, Wall, Lives, Building, Infrastructure, Road, Sidewalk, Sky, Transportation, and Public service), which will make the analysis more concise and intuitive.
We plot each category of street view point in the map of Philadelphia, using color to represents the proportion of each category. The purple represents a low proportion and the yellow represents a high proportion. Clusters can be observed from most categories, especially in lives, road and green.
Categories of Segmentation Elements
Legend
Based on the street elements analysis outcome, KMeans Clustering Method is introduces to find concise descriptions of these elements. After attempts, we set the clustering number as four.
Interestingly, even though we did not include the geometry feature when doing the clustering analysis, it still represents spatial clustering feature. This may because of the administration unit division and community segregation. Adjacent streets will receive similar urban administration and attract similar population.
Legend
From the plot, we can see that when the percentage of the white are at the mid-range, the street will have more buildings, lives, public service and transportation. That means a mixed community will bring vitality to the street, and we should encourage the confusion. However, we also see the white-majority communities enjoy a more greening and open street while the other communities have less green, more wall, roads and transportation. Since we only analyze the street elements, there are many other factors not being taken into account and we can not simply draw the conclusion.
Legend
Race Map
A scatter plot is used to present the correlation between each street element and crime incident. To further examine the relationship, we ran an OLS regression, where the crime count is the dependent variable and the street components are the independent variables. This regression's aim is not to accurately predict the crime count, but to see the coefficient and the significance of each independent variable to the crime count. (Due to some confidence interval cross over "0", so even these Building, Road, and Sidewald variables have negative coefficient in the regression model, they display a positive relationship in the scatter plot)
The figure below describes the coefficient of each element, along with their confidence interval. Element such as lives, sky, public service, and green are significant. Specifically, elements lives and public service have a positive relationship with crime numbers, while sky and green have a negative relationship with crime numbers, which means that streets with more green and less people is correlated with less crimes.
In order to further explore the relationship between different types of crime and street space, we have made a Parallel Map. In the plot, the x axis is the category of street elements, and the y axis is the proportion of street elements after standardization. Each line represents a crime record in Philadelphia in 2015, and its color is determined by the type of crime.
We can know from the figure that the street space where different types of crimes occur is different. Similar to the previous results, some elements, such as greenery, sky are more closely related to crime types. For example, comparing Aggravated Assault Firearm and Drug Law Violation, it can be found that drug related violations usually occur in streets with less greenery, fewer people, and less infrastructure.
You can click on the legends to see the one type of crime individually.