Smog in the GTA

Toronto Smog

Just a picture I took today, probably the most humid day I’ve ever felt. Of course, most of that humidity was laced with pollutants and acids. Anyway this view is off my balcony, looking onto a gully with a small creek, surrounded by trees. It’s generally a beautiful sight, when compared to the boring grid of houses we call suburbia. Regardless, I thought I was going to see the reenactment of Gorillas in the Mist — Better yet, the SNL skit with Sigourney Weaver guest starring as herself in the movie. Hilarious — They took these spray bottles to make the mist.
HA!

Seriously though, pollution isn’t that funny.

Take a look at the full-size picture

  • Puffyedge
    The air quality in Oakville is worse than downtown Toronto. I work in a somewhat industrial area.. lots of body shops and plants. There's really no where for the pollutants to go.

    I felt physically sick and exhausted yesterday...had to force myself to push through it...by the late evening was feeling much better.

    Modern day life does not stop slow down or modify because of smog though.

    To most people it's 'gross', or 'icky'. To me it's poison.

    Puff-a-little-less
  • P
    I learned yesterday that spending one year breathing in the LA smog is the equivalent to smoking 2 packs a day for 10 years. Although Toronto is presumably much less polluted... one cant help but wonder if we're on our way.

    *The more you know* ;)
  • I was just thinking, while this picture looks bad, the foggy section resides over a small creek, whose water was probably considerably cooler than the surrounding vapour, so it condenses and looks icky.

    Of course, that still doesn't explain the rest of the city.
blog comments powered by Disqus

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);