On Friday evening, an interactive map I worked on with Edmonton Journal education reporter Sarah O’Donnell went live. Sarah’s first story based on the data was published in the paper today. Here’s our introduction to the project:
With five schools closing in Edmonton’s core and nine new suburban schools opening in September, education reporter Sarah O’Donnell wondered, “Just where do children live?” Local programmer Mack Male worked with The Journal to create an interactive map showing at a glance where children live and where they learn.
Here’s the map we created:
You can also see the map on ShareEdmonton here.
We showed a little of this at MediaCamp a few weeks ago, citing it as an example of traditional media and new media working together to tell a story. Newspapers like the New York Times often publish interactive story elements of course, but this is fairly new for the Journal. And I think it’s just the beginning!
I wanted to share a few notes on how the map was built:
- I used the Google Maps Javascript API v2 to power the map.
- Some of the JavaScript libraries I used (in addition to Google Maps) include: jQuery, RequireJS, and MapIconMaker.
- Some of the data behind the map is available in the City of Edmonton’s data catalogue. The specific data sets include: Edmonton Public Schools, Edmonton Catholic Schools. You’ll also need the neighbourhood census data, which is available here (should be in the catalogue soon).
- Data we used that isn’t in the catalogue (but should be): neighbourhood boundaries, EPSB & ECSD school attendance figures current as of September 2009.
- I tried to minify, gzip, and cache as much as possible, so that the map loads quickly. It is noticeably slower on Internet Explorer than other browsers, and surprisingly fast on Chrome. This is because of the difference in performance of the various JavaScript engines.
It was an interesting experience for me! We had to double-check the data many times, and had to make decisions about how much/little to show. In that way, it was more like writing words than building a map. Thanks to Sarah for working with me on this!
Here’s what Sarah wrote in her story:
Nine new suburban schools will open next September; like Sister Annata Brockman, some will be close to capacity from the moment they open their doors. One look at a map of where children live shows why.
Most neighbourhoods with the highest number of children are on the city’s fringes. Those are the communities where the new schools are opening.
I was hoping the map would result in some discussion, and it has. Beth Sanders blogged about it this afternoon. She tackles the issue, highlighting as others have that city planning doesn’t “just happen”, rather its the result of many decisions made over time. We need to align our decisions – City Council and EPSB need to be on the same page! Beth finishes with some thoughts on open data:
The City of Edmonton, in creating and providing open source data, is providing a critical feedback loop for Edmontonians to understand how the city we are creating works. There are exciting conversations ahead in Edmonton’s future.
I agree completely. Kudos to the City of Edmonton, Edmonton Public Schools, and Edmonton Catholic Schools for making the data available for this mapping project. I’m positive it is just the first of many tools to come that will help Edmontonians better understand the data and contribute to the future of the city.
If you have any feedback on the map, let me know!
One thought on “Mapping where Edmonton’s kids live and learn”