Skip to main content

Physical environment features that predict outdoor active play can be measured using Google Street View images

Abstract

Background

Childrens’ outdoor active play is an important part of their development. Play behaviour can be predicted by a variety of physical and social environmental features. Some of these features are difficult to measure with traditional data sources.

Methods

This study investigated the viability of a machine learning method using Google Street View images for measurement of these environmental features. Models to measure natural features, pedestrian traffic, vehicle traffic, bicycle traffic, traffic signals, and sidewalks were developed in one city and tested in another.

Results

The models performed well for features that are time invariant, but poorly for features that change over time, especially when tested outside of the context where they were initially trained.

Conclusion

This method provides a potential automated data source for the development of prediction models for a variety of physical and social environment features using publicly accessible street view images.

Highlights

  • This study describes an automated method for selecting StreetView images in a given area and extracting from them measures of the built and social environment.

  • Measures obtained in this way are benchmarked against publicly available ground truth measures.

  • The effectiveness of this method varies depending on the nature of the variable being measured.

Background

Children’s outdoor active play is an important part of their healthy development, though not all children have equal access to it [1]. Outdoor active play provides children with an opportunity to be physically active and a chance to develop important social and emotional skills by interacting with their peers [2]. Children can only engage in outdoor play when they have a social and physical environment which is suitable for it. Key social factors include the availability of other children to play with, the trust of their parents to venture outside unsupervised, and their own feeling of safety with regards to the other people in the neighbourhood [3]. Furthermore, the physical environment needs to contain affordances, which are objects and spaces that can be used for play [1], and it needs to be safe from physical danger such as traffic and environmental hazards [4,5,6].

Measures of salient features used to describe outdoor play environments are typically only available in data sources held by local municipalities or not available at all. Traffic safety can be approximated using nationally available features such as road speed limit or easily calculated metrics such as street connectivity, but these features by themselves do not provide a full picture of street safety from the perspective of children and parents [7]. Pedestrian features such as sidewalks, bicycle paths, and crosswalks, traffic calming features such as speed humps and low speed zones, and traffic density all need to be considered. Children also play with and amidst other people, both adults and children, in urban street environments [8].

While the aforementioned environment features are difficult to measure across multiple jurisdictions with traditional data sources, there exists a large, easily accessible database of images from the perspective of the street for almost every location in most middle- and high-income countries: Google’s StreetView database [9]. Recent advances in deep learning architecture have made automated processing of these StreetView images possible [10]. This type of processing has already been used to identify “playability” directly from StreetView images, although interpretation such a model’s understanding of the concept of playability can be difficult [11]. This paper describes a method for extracting and processing active outdoor play environment features from large number of images for any area where StreetView data are available. While our current application for this process was to develop models for the measuring of environment features that predict of children’s outdoor active play behaviour, once the data are extracted and processed, they can be used to assist in the development of prediction models for any health outcome—such as asthma, obesity, mental health, or high blood pressure [12,13,14]—that is potentially influenced by the physical or social environment. Building an understanding of the relationship between our physical and social environment and these health outcomes can inform planning decisions to improve health outcomes across cities and neighbourhoods.

Materials and methods

Overview

This study is part of a larger project which aims to develop a national index of playability which can be used to predict the outdoor active play behaviour of children in neighbourhoods across Canada. The output of this process will be used across Canada as part of the calculation of playability. As this project’s outcome was measured at the level of the 6-digit postal code, all metrics from the models developed in this paper are also calculated at the level of the postal code and are made available at https://www.github.com/rdboyes/streetview. The method could be easily adapted to calculate metrics at different levels if required.

The process described below can be broken up into distinct stages. First, a set of points are chosen which cover the geographic area in question (i.e., the area covered by the postal code). Second, the available images from these points are queried from the Google StreetView image API. Third, a convolutional neural network is used to label the objects in the images. Fourth, the presence or absence of objects in the image is decided based on these labels using statistical models. Finally, data from all images obtained in the postal code area are aggregated to the level of the postal code for use as input in future prediction models.

Populations and data sources

This study uses training data from Kingston, a small city of 150,000 people in Ontario, Canada and tests the resulting models using data from Vancouver a large city in British Colombia, Canada with a metropolitan area population of approximately 2.5 million. These cities were chosen due to proximity to study authors, their heterogeneous nature to ensure a fair out of sample test, and their availability of municipal data for use as ground truth when assessing the accuracy of the models. This ground truth data was obtained from open data portals and through direct requests to the cities.

The image data for comparison comes from Google’s StreetView image database via the static StreetView API using the R package googleway [15]. The static streetview API allows requests that include a latitude, longitude, and orientation (i.e. the direction the image is facing) and returns an image at the street level for the closest point available. Google StreetView images are not captured at a specific consistent distance apart; the distance between images depends on a few factors, including the equipment used, traffic at the time, and the location of the street. A typical pair of image capture locations would be approximately 25 m apart on a city street. Attempting to use all available images would not be feasible, both because of the extremely high number of images that would be required and because such a sampling strategy would result in many objects appearing in multiple images. Examination of a sampling of StreetView images suggested that the typical distance at which objects were still large enough to detect was approximately 75 to 100 m. Based on this, images were obtained at points every 150 m along every street in the study areas to obtain unique visual information on as many points as possible in each of the targeted postal code areas. For streets shorter than 150 m in length, a single point was queried at the midpoint of the street. At each point chosen by the sampling strategy, 4 images were obtained from the StreetView API corresponding to the cardinal directions. In cities, streets which do not have images are very uncommon, but if images were not available, the points were excluded from the analysis.

Image processing

Our image processing strategy was designed to be able to classify each pixel in a StreetView image using categories which would be commonly seen in street-level images. These categories were taken from the labelling of the cityscapes dataset and include person, rider, sidewalk, road, vegetation, terrain, sky, pole, traffic light, traffic sign, car, truck, bus, motorcycle, and bicycle [16]. This gives information on the amount and location of each of these features visible in each of the images obtained from StreetView. Some of these categories were compared directly with available data, including traffic lights, traffic signs, trees, sidewalks, and people; others were collapsed, with bicycle and rider becoming “cyclists” and road, cars, trucks, and motorcycles being combined into “vehicles”; one was excluded because of its rarity in the data and lack of available comparison data (“bus”); and, finally, some were not examined as they had no direct comparison or were deemed unimportant for measurement of the playability environment (“terrain”, “sky”, and “pole”).

To accomplish pixel-level segmentation, we used a deep neural network architecture originally proposed by DeepLab and implemented in tensorflow to analyze neighbourhood images [16]. The network consists of an encoder based on Xception [17] and a decoder which translates the features extracted by the encoder into pixel-level class predictions. The cityscapes datasets provide a small, finely annotated set consisting of 5,000 street-level images and a larger, coarsely annotated set consisting of 20,000 street-level images. Each of these datasets has pixel-level annotations for 19 classes of objects, including vegetation, vehicles, road, sidewalk, people, traffic signs, and traffic lights, anad others [18]. Using these datasets, neural networks previously optimized for detection of generic objects in the imagenet or other large datasets can be retrained to categorize common objects found on the street. The resulting model retains the lower-level layers which allow the recognition of features such as edges, colours, and textures, but interpret these features differently due to retraining of the later layers and the decoder. Our analysis uses a model checkpoint set by DeepLab. For the complete code used to implement all models and algorithms described in this paper, please refer to the github repository, found at github.com/rdboyes/streetview/. An example StreetView image segmentation is shown in Fig. 1.

Fig. 1
figure 1

Example of pixel-level image segmentation of a representative Google StreetView image

Units of analysis

For each feature we measured, we attempted to quantify the accuracy of the method as it would be used in the assessment of a neighbourhood. Where data were available and appropriate, we calculated a 500-m Manhattan-style buffer around each postal code centroid in the study area, and compared the assessment of each neighbourhood feature from image and from the standard data source. For measures of traffic density that were measured through a single point, buffers were sized in the training data based on the highest correlation with the ground truth data and tested in the test data for accuracy. In urban areas in Canada, six-digit postal code regions can be very small. The use of these buffers standardizes the amount of space covered to more accurately represent the walkable area in the immediate vicinity of a home in those postal codes.

Geographic measurement

Trees

Vancouver and Kingston open data [19, 20] both provide the location of every tree visible from the street in the study area. The target measure for both cities was defined as the number of trees inside of each postal code manhattan buffer, which was predicted using the “vegetation” measure from the StreetView images in the same area.

Sidewalks

Kingston’s open data provides the locations of all town-maintained sidewalks maintained by the city. Each road segment in Kingston was classified using these data as either having a sidewalk or not. If sidewalks were detected in images on a road segment, then the road segment was considered to have a sidewalk according to the StreetView measure. Classification sensitivity and specificity were calculated for the StreetView measure using the municipal data as ground truth. For each postal code area, the target metric was the meters of road length with sidewalks, which was predicted based on aggregating the predictions at the segment level. Equivalent ground truth data were not available in Vancouver. This outcome was predicted using the “sidewalks” measure from the StreetView images.

Density of pedestrians, cyclists, and vehicles

Data for traffic counts through intersections were obtained via direct request from the city of Kingston and from the Vancouver Open Data portal. Traffic counts for Vancouver were available in some cases for multiple years, and in these cases, the most recent year’s data was used. Kingston’s measures were an annualized expected traffic count for pedestrians, cyclists, and vehicle traffic. Vancouver’s reported numbers were the total count of traffic first and last 2-h block of the day, representing rush-hour traffic. While these counts of traffic are measured at the level of an intersection, they require StreetView data from a larger area to measure correctly. Forty different buffer sizes were tested in Kingston, ranging from 50 to 2000 m around each of the 576 intersections for which data was available, were tested to determine the range required to obtain the best measure of traffic through intersections available from StreetView data; optimal buffer sizes were selected considering the tradeoff between size and model accuracy, and these same buffer sizes and models were tested in Vancouver. These outcomes were predicted using the “road”, “car”, “truck”, and “person” measures from the StreetView images.

Traffic lights and traffic signs

Ground truth traffic light and traffic sign data were obtained from the city of Kingston directly and from the Vancouver Open Data portal. The models developed with the Kingston data using the “pole”, “traffic sign”, and “traffic light” pixels in the StreetView images, and were then tested in the Vancouver data. The model in both Kingston and Vancouver targeted the number of traffic signs and traffic lights per postal code area.

Statistical analysis

This study uses three different model architectures—a support vector machine, an XGBoost model, and a linear model—to test the viability of the StreetView point measure in assessing measures of the built environment for use in prediction models. The models use standardized inputs and outputs to increase the likelihood that the models will be transferable to different cities and contexts. Each model is evaluated using three metrics: root mean squared error (RMSE), R2, and mean absolute error (MAE).

Error statistics in both the training and test sets are provided. In the training set, error statistics are calculated using fivefold cross validation, while test set error statistics are simply calculated using the full test set. Data analysis was conducted in R version 4.2.1 using the tidyverse suite of packages for data processing and cleaning and the simple features package for handling geographic data [21,22,23]. The caret package was used for model fitting and evaluation [24]. Python was used for the neural network implementation, with the reticulate R package being used to communicate between the two languages when required [25].

Results

The overall accuracy of the method using the best of the three models is summarized in Table 1. Model performance was highest in prediction of vegetation and sidewalks, moderate in traffic signs and lights, and lowest (especially out of sample) for pedestrians, bicycles, and vehicle traffic.

Table 1 Error statistics for the seven outcomes in each of the two cities (best model)

Training data (Kingston, ON)

Kingston’s sample consisted of 4,270 points. The section of Kingston from which points were obtained ranged from longitude 76.625W to 76.478W and from latitude 44.21N to 44.265N, which was chosen to capture the section of the city with high population density and a high concentration of residential streets (Fig. 2).

Fig. 2
figure 2

Points in Kingston, ON which were measured using Google's StreetView API

Vegetation, sidewalks, and traffic lights and signs

The vegetation measure corresponds well to the number of trees present in each postal code zone in Kingston, with a RMSE of 0.63, an R2 of 0.60, and a MAE of 0.38. There is little geographic variation in the accuracy of the prediction. Linear and XGBoost-based models show similar performance. A comparison between the StreetView measure and the ground truth data is displayed in Fig. 3.

Fig. 3
figure 3

Comparison between vegetation pixel counts and true count of trees in the study area

Per metre of road, sidewalks were measured with sensitivity of 0.90 and specificity of 0.65. Further accuracy metrics and a confusion matrix are presented in Table 2. Graphical examination of the sidewalk’s classification accuracy shows marked differences in accuracy across geographical areas (Fig. 4). On residential roads, overall accuracy is good, with many segments being correctly classified as true positives. Within, some segments are missed, as the sidewalk is obscured from view, most commonly by parked vehicles. Most false positives are on rural roads with high speed limits or highways, where the paved shoulder is mistaken for sidewalk.

Table 2 Error statistics for each model type for outcomes with constant buffer sizes
Fig. 4
figure 4

Classification accuracy for sidewalks in the study area

The standardized number of intersections with traffic signs and traffic lights correlated well with the model’s predictions in the training data (Table 2). Error rates were comparable across model types, with XGBoost models performing best for prediction for both types. Visual comparisons of the locations of highest pixel counts of traffic lights and signs compared to the locations of intersections with traffic lights and traffic signs are presented in Figs. 5 and 6.

Fig. 5
figure 5

Top decile of pixel count for traffic lights compared with true locations of traffic lights in the study area

Fig. 6
figure 6

Top decile of pixel counts for traffic signs compared to locations of traffic signs at intersections in the study area

Vehicles, bicycles, and pedestrians

Training data from Kingston were annualized rates of traffic through any given intersection for 502 intersections within the study area of interest. The size of buffer used to capture image data for vehicles, bicycles, and pedestrians was allowed to vary. The vehicle measure is most highly correlated with true traffic counts when measured in a small area around the intersection in question; a 500-m buffer with an XGBoost model was found to be optimal in our sample. Contrary to expectations, when examining the variable importance in the model and the raw correlations, the observed number of vehicles in images is surprisingly inversely related to the traffic in an area (Fig. 7). We expect that this relationship is observed due to the high prevalence of vehicles parked on the side of the road in images, and lower traffic in areas where this is the case. However, traffic can still be measured using the inverse of the amount of visible road present in images rather than vehicles, as more visible road necessarily means fewer driving vehicles.

Fig. 7
figure 7

Pixel counts of car and road compared to vehicle traffic count in the study area

Bicycles and pedestrians are less common in images than vehicles, and as such, increased buffer sizes resulted in better measurements of pedestrian and cyclist traffic. Buffer sizes of 1000 m were found to be ideal in the training data for both pedestrians and cyclists, with XGBoost performing better for bicycles and SVM performing better for pedestrians. The accuracy metrics for each of these variables are presented in Table 3. Pixel count data are compared with intersection traffic data in Figs. 8 and 9.

Table 3 Error statistics for each model type for outcomes with varying buffer sizes
Fig. 8
figure 8

Quartile of person pixel count compared to quartile of pedestrian traffic in the study area

Fig. 9
figure 9

Quartile of bicycle pixel count compared to quartile of bicycle intersection traffic in the study area

Test data (Vancouver, BC)

The testing data for the models trained in the Kingston data come from a section of Vancouver between 123.15W and 123.02W, and 49.23N and 49.30N. A total of 14,858 points were queried in this area (Fig. 10). Ground truth data for the presence or absence of sidewalks and signed intersections was not available for Vancouver, but the remaining outcomes were available.

Fig. 10
figure 10

Points in Vancouver where StreetView image data were obtained from the StreetView API

Predictions of the standardized number of trees inside Vancouver postal code areas were made using the StreetView points queried in Vancouver and the predictions model trained on Kingston data. The best performer on the training set, which was the SVM model, performed well on the new data, with a RMSE on the standardized scale of 0.48, an R2 value of 0.78, and a MAE of 0.37. The model was well calibrated, with the difference between the average predicted score and average observed score equal to 0.026. Model accuracy for traffic lights was lower in Vancouver than in the training set, with RMSE increasing to 1.57, MAE increasing to 1.05, and R2 decreasing to 0.23. Model accuracy decreased significantly for the measures of bicycle, car, and pedestrian traffic between the Kingston data and the Vancouver data, with nearly all predictive utility being lost in the test set. Full accuracy metrics are presented in Table 4.

Table 4 Test error statistics for the best performing model in the training data

Discussion

This study demonstrates the potential for the augmentation of existing methods for measurement of features of the physical environment that predict outdoor play using Street View image data. This method could be particularly useful when other sources of data are not available for the desired environmental measure. These methods are particularly helpful for features with less variability over time, such as the presence or absence of sidewalks, the amount of trees near the road, and traffic lights or signs. Images can still provide measures of time varying features, but they should be used with caution as they may be less representative of the true values for a neighbourhood.

The methods and data used in this study have potential for use in prediction models and indices of any health outcome that is influenced by the physical environment, which could allow these indices to expand their geographic areas more easily or have access to predictor variables that they would otherwise not have available. Indices for measuring the appropriateness of space for running such as the runnability index [26] could incorporate information on the presence or absence of sidewalks. A measure of the presence of trees could inform a predictive model for mental health outcomes [27]. Air quality measures, which have numerous health impacts, could incorporate traffic data from images [28]. This data source also provides the ability to test, supplement, and/or automate data collection for established indices of walkability or cyclability to determine the degree to which people are the degree to which people are actualizing the affordances in the environment for physical activity [29,30,31]. These measures are imperfect but provide a meaningful improvement over not having any measure at all.

This study provides an alternative measure for some important features of children’s physical environment. By using Google’s API as the primary data source, this method provides relatively current data with coverage of as much as 99% of the world. However, the nature of this data means that the measures taken of a neighbourhood are taken at a single time point, usually on a summer afternoon. These data cannot provide information about seasonal variability or variability throughout the day. The rate at which StreetView images are updated is not uniform across countries and is slower in rural areas than in urban centres. This could create bias if this method was used to compare across countries or to compare urban and rural areas, as some images would be more out of date than others. Getting the most accurate measurements possible is computationally expensive. The small sections we have examined here took approximately 24 h per 10,000 points using a Windows PC with a 8th generation intel i5 at 2.8 GHz and a NVIDIA 1080 GPU to query the StreetView API and run the neural networks for segmentation. With a small city such as Kingston, this may not be an issue, as only 5,000 points were needed, but the part of Vancouver which was examined consisted of 15,000 points; far more would be needed for the whole city or if one wished to compare multiple cities. In addition, API queries at this scale can become expensive. Google’s StreetView API currently charges 7 USD per 1,000 queries.

Reductions in point density using grid-based approaches were attempted and the effect on accuracy was observed. These tests restricted the number of points sampled by covering the bounding box of the area in question with a hexagonal grid of varying cell size from 50 m across to 500 m across, then taking at most one point from each cell in the grid. This method allowed reductions in sampled points ranging from minor (~ 10%) to significant (~ 75%). Even at the lowest levels of point reduction, this method resulted in large decreases in accuracy of measurement which far outweighed the computational savings. We therefore recommend that for this method to be used, a density of images at least as high as the density used in the baseline case is likely necessary.

While this study demonstrates the correlation between measures derived from StreetView images and more traditional measures, it remains to be demonstrated if these features are useful for the prediction of children’s outdoor active play. Ideally, these features capture a different aspect of the neighbourhood features in question and improve the accuracy of prediction models built using both the traditional data sources and these image-derived data. Future work can implement prediction models for additional outcomes based on these techniques and evaluate their usefulness for prediction of diverse questions.

Conclusions

The use of machine learning methods to make non-traditional data sources available for epidemiological research remains relatively unexplored. This study demonstrates the potential usefulness of automatically processed images as supplemental data for geographic prediction models for public health outcomes.

Availability of data and materials

This study relies on data which are available publicly at the open data portals for Kingston (https://opendatakingston.cityofkingston.ca/pages/welcome/) and Vancouver (https://opendata.vancouver.ca/pages/home/) as well as data which are available though Google’s StreetView API (https://developers.google.com/maps/documentation/streetview/overview). The authors have provided the code used to process these data (github.com/rdboyes/streetview), but have not rehosted the data required.

References

  1. Herrington S, Brussoni M. Beyond physical activity: the importance of play and nature-based play spaces for children’s health and development. Curr Obes Rep. 2015;4:477–83.

    Article  PubMed  Google Scholar 

  2. Smith PK. Play: types and functions in human development. In: Ellis BJ, editor. Origins of the social mind: evolutionary psychology and child development, vol. 540. New York: Guilford Press; 2005. p. 271–91.

    Google Scholar 

  3. Babey SH, Tan D, Wolstein J, Diamant AL. Neighborhood, family and individual characteristics related to adolescent park-based physical activity. Prev Med. 2015;76:31–6.

    Article  PubMed  Google Scholar 

  4. Lee ST, Wong JE, Ong WW, Ismail MN, Deurenberg P, Poh BK. Physical activity pattern of anadaan preschoolers: environment, barriers, and motivators for active play. Asia Pac J Public Health. 2016;28:21S-34S.

    Article  PubMed  Google Scholar 

  5. Lee H, Tamminen KA, Clark AM, Slater L, Spence JC, Holt NL. A meta-study of qualitative research examining determinants of children’s independent active free play. Int J Behav Nutr Phys Act. 2015;12:5.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Holt NL, Neely KC, Spence JC, Carson V, Pynn SR, Boyd KA, et al. An intergenerational study of perceptions of changes in active free play among families from rural areas of western anada. BMC Public Health. 2016;16:829.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Peng J, et al. Street connectivity, physical activity, and childhood obesity: a systematic review and meta-analysis. Obes Rev. 2019;22: e12943.

    Google Scholar 

  8. Brussoni M, Lin Y, Han C, Janssen I, Schuurman N, Boyes R, et al. A qualitative investigation of unsupervised outdoor activities for 10- to 13-year-old children: “I like adventuring but I don’t like adventuring without being careful.” J Environ Psychol. 2020;70: 101460.

    Article  Google Scholar 

  9. How street view works and where we will collect images next. Google maps street view. 2023. https://www.google.com/streetview/how-it-works/. Accessed 31 July 2023.

  10. Kurenkov A. A brief history of neural nets and deep learning. Skynet Today. 2020.

  11. Kruse J, Kang Y, Liu Y-N, Zhang F, Gao S. Places for play: Understanding human perception of playability in cities using street view images and deep learning. Comput Environ Urban Syst. 2021;90: 101693.

    Article  Google Scholar 

  12. Moore THM, Kesten JM, López-López JA, Ijaz S, McAleenan A, Richards A, et al. The effects of changes to the built environment on the mental health and well-being of adults: systematic review. Health Place. 2018;53:237–57.

    Article  CAS  PubMed  Google Scholar 

  13. Schulz M, Romppel M, Grande G. Built environment and health: a systematic review of studies in germany. J Public Health. 2018;40:8–15.

    Google Scholar 

  14. Perdue WC, Stone LA, Gostin LO. The built environment and its relationship to the public’s health: the legal framework. Am J Public Health. 2003;93:1390–4.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Cooley D. Googleway: Accesses google maps APIs to retrieve data and plot maps. 2018.

  16. Chen L-C, Papandreou G, Kokkinos I, Murphy K, Yuille AL. DeepLab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected CRFs. IEEE Trans Pattern Anal Mach Intell. 2018;40:834–48.

    Article  PubMed  Google Scholar 

  17. Chollet F. Xception: Deep learning with depthwise separable convolutions. 2016.

  18. Cordts M, Omran M, Ramos S, Rehfeld T, Enzweiler M, Benenson R, et al. (2016) The cityscapes dataset for semantic urban scene understanding. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 3213–23.

  19. Home—City of Vancouver open data portal. 2020. https://opendata.vancouver.ca/pages/home/. Accessed 5 Oct 2020.

  20. Welcome—Open Data Kingston. 2021. https://opendatakingston.cityofkingston.ca/pages/welcome/. Accessed 1 Dec 2021.

  21. Pebesma E. Simple features for R: standardized support for spatial vector data. R J. 2018;10:439–46. https://0-doi-org.brum.beds.ac.uk/10.32614/RJ-2018-009.

    Article  Google Scholar 

  22. Wickham H, Averick M, Bryan J, Chang W, McGowan LD, François R, et al. Welcome to the tidyverse. J Open Source Softw. 2019;4:1686. https://0-doi-org.brum.beds.ac.uk/10.21105/joss.01686.

    Article  Google Scholar 

  23. R Core Team. R: a language and environment for statistical computing. Vienna: R Foundation for Statistical Computing; 2020.

    Google Scholar 

  24. Kuhn M. Caret: classification and regression training. 2021.

  25. Ushey K, Allaire J, Tang Y. Reticulate: interface to ’python’. 2022.

  26. Shashank A, Schuurman N, Copley R, Lear S. Creation of a rough runnability index using an affordance-based framework. Environ Plann B Urban Anal City Sci. 2021. https://0-doi-org.brum.beds.ac.uk/10.1177/23998083211003886.

    Article  Google Scholar 

  27. Trøstrup CH, Christiansen AB, Stølen K, Nielsen PK, Stelter R. The effect of nature exposure on the mental health of patients: a systematic review. Qual Life Res. 2019;28:1695–703.

    Article  PubMed  Google Scholar 

  28. Wong TW, San Tam WW, Yu ITS, Lau AKH, Pang SW, Wong AH. Developing a risk-based air quality health index. Atmos Environ. 2013;76:52–8.

    Article  CAS  Google Scholar 

  29. Copenhagen. 2023. https://copenhagenizeindex.eu/cities/copenhagen. Accessed 31 July 2023.

  30. What makes a neighborhoodwalkable. 2023. https://www.walkscore.com/walkable-neighborhoods.shtml. Accessed 31 July 2023.

  31. Rzotkiewicz A, Pearson AL, Dougherty BV, Shortridge A, Wilson N. Systematic review of the use of Google Street View in health research: Major themes, strengths, weaknesses and possibilities for future research. Health Place. 2018;52:240–6.

    Article  PubMed  Google Scholar 

Download references

Funding

This study was funded in part by the Canadian Institutes of Health Research, Grant #MOP-142262. Randy Boyes has received funding through the Ontario Graduate Scholarship program and from the Department of Public Health Sciences at Queen’s University through the Dr. Robert John Wilson Fellowship.

Author information

Authors and Affiliations

Authors

Contributions

Conceptualization, RB; methodology, RB; software, RB; validation, RB; formal analysis, RB; investigation, RB; resources, DS, MB; data curation, RB; writing—original draft preparation, RB; writing—review and editing, RB, WP, IJ, NS, LM; visualization, RB; supervision, MB, WP, IJ, NS, LM; project administration, MB; funding acquisition, MB. All authors have read and agreed to the published version of the manuscript.

Corresponding author

Correspondence to Randy Boyes.

Ethics declarations

Ethics approval and consent to participate

The study was conducted in accordance with the Declaration of Helsinki, and approved by the Health Sciences Research Ethics Board of Queens University (TRAQ #6024970).

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Boyes, R., Pickett, W., Janssen, I. et al. Physical environment features that predict outdoor active play can be measured using Google Street View images. Int J Health Geogr 22, 26 (2023). https://0-doi-org.brum.beds.ac.uk/10.1186/s12942-023-00346-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12942-023-00346-3

Keywords