Category: Information

Traffic calming around Chicago schools and parks

Reducing the number and speed of automobiles near schools and parks is a proven way to reduce the number of traffic crashes involving children, part of a practice known as “traffic calming”. In Chicago a key way to do that has been to “cul-de-sac” (which I’m using as a verb) a street to prevent through traffic (reducing the number) and preventing speeding (reducing the speed).

My study of this was inspired by the above tweet, where the person is accurate when they say, “it works with any street”. Indeed: Full access to the school or park and to every property on the block is maintained, but drivers are not able to go through while pedestrians and bicyclists can (another practice called “modal filtering“).

My favorite example in Chicago is Hadiya Pendleton Park, at 4345 S Calumet Ave. This project created two mid-block cul-de-sacs and a park in the middle of a block, using vacant city-owned land on both sides. Creating new open space is a common corresponding outcome of the cul-de-sac application, which is what occurred at Funston Elementary School (see the before and after aerial photos below).

two black and white aerial photos taken of Funston Elementary School, one in 1998 showing a 4-way intersection of McLean Ave and Central Park Ave and one in 2003 showing a cul-de-sac on McLean Ave west of the school and landscaped area between the cul-de-sac and the three-way intersection of McLean and Central Park.

Through Twitter I solicited additional examples of where the city has created traffic calming near schools and parks using cul-de-sacs. Examples were submitted by RolandEmily (who mentioned Funston), Matt, Steven, and another tweeter.

Using OpenStreetMap, Overpass Query Language, and Overpass Turbo, we can find all of the schools and parks that are within a specified distance of a cul-de-sac. It turns out there are 153 schools and parks in Chicago that are within 150 feet of a cul-de-sac. (This considers only schools, parks, and cul-de-sacs, tagged as “turning circles”, currently mapped in OSM, and I have not verified each of the 153 instances.)

Map showing parks, schools, and adjacent cul-de-sacs, the results of the Overpass Turbo query.
Map showing parks, schools, and adjacent cul-de-sacs, the results of the Overpass Turbo query. An inset map shows a zoomed in portion of the map to illustrate the different types of features captured in the Overpass Turbo query (specifically it shows Graham Elementary School and McInerney Park).

The query below will find all of the cul-de-sacs (mapped as “turning circles” in OSM parlance) that are in Chicago, all of the schools and parks in Chicago, and then all of the two categories of features that are within 45 meters of each other. (Run the query and show the map, which will always grab the latest data.)

/*
example from OSM wiki: https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_API_by_Example
*/
[out:json][timeout:25];
// fetch area “Chicago” to search in
{{geocodeArea:Chicago}}->.searchArea;

// get cul-de-sacs
(
  node["highway"="turning_circle"](area.searchArea);
)->.turning_circles;

// get parks and schools
(
  way["amenity"="school"](area.searchArea);
  way["leisure"="park"](area.searchArea);
)->.schoolsParks;

// find parks and schools near cul-de-sacs
(
  way.schoolsParks(around.turning_circles:45);
)->.matchingSchoolsParks;

// find cul-de-sacs near parks and schools
(
  node.turning_circles(around.schoolsParks:45);
)->.matchingTurningCircles;

// output results to the map
(.matchingSchoolsParks; .matchingTurningCircles;);
out geom;

Read the three other blog posts I’ve written about using Overpass Turbo to quickly sift through and extract desired mapping data from OpenStreetMap.

Get yourself an air purifier

The air quality in the Midwest sucks a lot right now, due to smoke coming from forest fires in Canada. You need an air purifier to clean the air inside your home.

I’ll describe what I personally look for in an air purifier and guide you to a couple of models. I can only recommend the one I have, since it’s one of two that I’ve used, but I would rather have a different model.

I use a Coway Airmega 200S. I bought it for about $180. I bought this model because it can cover a large room (my entire studio is about 550 s.f.), has “auto” and “eco” modes, an air quality sensor, and three filters (a washable screen, a charcoal filter to remove odors, and a HEPA filter).

ComEd customers should look for Energy Star-rated air purifiers because there is a $50 rebate. Even if the manufacturer doesn’t specify or show the blue logo, it may still be rated, including the Coway Airmega 200S!

What I look for in an air purifier

  • Auto mode. I want the machine to have a sensor to turn itself on to clean the air when it detects the air is dirty, and to run at the fan speed commensurate with the dirtiness.
  • Eco or sleep mode. This runs the fan at an even slower speed and I use this when I’m not home.
  • Washable screen or pre-filter. This catches larger objects like dirt and hair and presumably prolongs the life of the other filters. It also satiates the desire to clean and know that things are clean after you’ve cleaned them.
  • HEPA filter. This should go without saying. If it doesn’t have this, it shouldn’t be labeled an air purifier.
  • Reasonable filter prices, and available. I am skeptical of the proliferation of identical looking air purifiers on Amazon and their ability to consistently stock replacement filters six months and 12 months from now. I don’t want to be in the position where I’m questioning if a given filter is the right one for my air purifier model.
  • Filtration rate, expressed as CADR (higher numbers are better). There are many ways that air purifier companies will describe this, the most common or first shown being the floor area of a room. The floor area, however, is not a filtration rate. My favorite way is when the manufacturer has a graphic showing how many air changes per hour the air purifier can manage.

In the graphic below, the air purifier was advertised as being able to cover a living area up to 1,837 s.f., which is the size of a four-bedroom apartment, but it could only change the air once per hour, which is too slow to respond to changes in air quality. On the other hand, in a 527 s.f. space, which is about the size of my studio apartment, the air purifier can manage five air changes per hour – I think that’s more than sufficient.

Which air purifier should you get

Note that many air purifiers have a “smart” option, which means they come with wifi and an app. Sometimes these apps connect to Google or Alexa voice assistants. Rarely will they connect with Siri, due to higher Apple licensing or certification costs. This is unnecessary but could be fun to use to track PM2.5 levels in your home if you don’t have a standalone air quality measuring device.

All models listed are Energy Star rated and are ones I would get my for studio apartment

IKEA also sells air purifiers but I haven’t determined if they are Energy Star rated.

ComEd customers can apply for their $50 rebate as soon as they purchase an Energy Star rated air purifier.

How ComEd customers can get a free portable induction cooktop

Good news: the rebate offer was extended for purchases made in 2024.

My check for $63.99 from ComEd arrived, so I can confidently say ComEd’s energy efficiency program works as advertised.

Induction cooktops are the ideal replacement for all other energy sources, whether a current stove uses gas or electricity to cook food.

  • They release no emissions or toxic chemicals like a gas-burning stove does.
  • They use less electricity and reach temperatures faster than a resistance electricity stove.

They’re ideal for households with children, who have developing brains and bodies that can be negatively affected by NOx and CO. (Read my previous blog post about this.)

How to get a free portable induction cooktop

  1. Buy an induction cooktop. (Keep in mind that the maximum rebate is $100, but appliances that cost more than $100 are eligible.) Wirecutter has recommendations. Amazon, Target, and Walmart, all sell decent-to-good models. In stores, IKEA sells a house brand and 88 Marketplace in Pilsen sells at least one model.
  2. Submit the form, including your receipt, on ComEd’s dedicate website.
  3. Wait for the rebate check to arrive.
The Mueller brand portable induction cooktop I brought from Target, and the rebate check I received from ComEd for $63.99.

Zoning 101: Business live/work units

This is the first post in what might become a video series about the Chicago zoning code. I picked business live/work unit because they’re a rarely seen “use” (an establishment) in Chicago, likely in part due to how few buildings are zoned to allow them and that the rules setting their minimum size might make eligible spaces doubly harder to find.

There is no order! An authentic “Zoning 101” would probably start by describing zoning, but I’m assuming you know that Chicago has a zoning code that defines what can and cannot be built or practiced on every property in the city. Business live/work units are one of those many things the code defines and regulates.

A business live/work unit is distinguished from an artist live/work unit in the Chicago zoning code in that it allows more business types – i.e. more than the creation or practice of art is allowed – but it requires that they happen on the ground floor. Artist live/work units are allowed in more zoning districts as of right (no additional permission necessary) above the ground floor.

What do you want to learn about next? Leave a comment or @ me on Twitter (stevevance).

Links to the relevant parts of the Chicago zoning code:

Update: Three more podcasts I started listening to

Last November I admitted I started listening to podcasts and I shared my list of two essential and two extra urbanism podcasts. Since then I’ve added three more podcasts to my rotation.

a photo of University Center in the South Loop, behind a Green Line elevated train that's headed north.
Chicago urbanist. High-rise student housing and conference center, a 131-year-old elevated transit line (although running over the Harrison Curve track that was built in 2003 to replace two 90-degree turns), and an undeveloped surface parking lot.

(Links go to Apple Podcasts.)


City Dweller

Listen to the episodes where they interview my friend Eric Allix Rogers about what he appreciates in Chicago, and my sometimes conspirator Emily Talen (also an urban geography professor at University of Chicago). Other Chicagoans, Natalie Moore and Mary Wisniewski, have also been interviewed. Episodes are short!

Odd Lots

This is one of Bloomberg media’s podcasts, with hosts Tracy Alloway and Joe Weisenthal. I mostly appreciate the episodes where they explain financial topics I still have a hard time understanding, and I really liked the recent episode where they interviewed Saule Omarova to talk about the FDIC and the Federal Reserve.

Tracy and Joe also interviewed Stephen Smith and Bobby Fijan to talk about apartment building designs, unit layouts, and why the double-loaded corridor is fine for hotels but not fine building apartments for families.

The War on Cars

This should have gone in my previous post because this is another urbanism podcast. The title is a pretty good summary and the three hosts – Sarah Goodyear, Aaron Naparstek, who cofounded Streetsblog, and Doug Gordon – discuss the many, many ways that cars ruin cities.