Archive for Walking

Subscribe to Walking posts: RSS or Atom

Paths of least resistance, part two

On the same day I wrote about “paths of least resistance” in a “Tuesday Roundup,” linking to a post on Discovering Urbanism, Boing Boing posted about “pathways of desire,” referencing this article on Sweet Juniper about the walking paths found after the snow is gone in Detroit.

From Sweet Juniper: “Gaston Bachelard called these les chemins du désir: pathways of desire. Paths that weren’t designed but eroded casually away by individuals finding the shortest distance between where they are coming from and where they intend to go.”

Array

Photo: In 2006 I went on a tour of Chicago via a chartered Chicago Transit Authority train. Part of the tour traveled along the Green Line. From above, you can see many of the trails people paved. Using Google Maps’ satellite imagery, I took a screen capture of 50th Street and King Drive and marked all of the unofficial walking paths I could see.

And, “it is an urban legend on many college campuses that many sidewalks and pathways were not planned at all, but paved by the university after students created their own paths from building to building, straying from those originally prescribed.”

Array

Photo: From the top of University Hall, you can see all of the constructed diagonal paths surrounding the quad on the University of Illinois at Chicago’s East Campus. You can see at least four cemented “pathways of desire” in the photo.

You may also know these footpaths as “intention lines.”

Array

Photo: A worn path or intention line through the snow in Ottawa, Ontario, Canada. Photo by Richard Akerman.

Comments

We’re all pedestrians

Martha Gonzalez was killed by a hit-and-run driver five minutes before I arrived at the scene. I’m not a firefighter, police officer, or EMT; I commute by bike on the same road Martha walks on. Sometimes I also walk on Halsted.

We’re all pedestrians.

Array

Flyer in neighborhood with photo of Martha offering $5,000 reward to information that leads to conviction of driver. The driver has not been found and video footage, if available, has not been released (a traffic camera was in view of the collision location).

What has happened to “pedestrianism” in the past four months? A lot. While some of the news items below may not describe situations in which a walking person was directly affected, they describe issues that affect vulnerable street users.

And finally, between October 13 and November 1, six Chicagoans died while doing what we all do: being pedestrians.

Comments

The automobile assault on pedestrians occurs daily

More Park Avenue Motorist Mayhem
Originally uploaded by bicyclesonly

Transportation for America reports 400 pedestrians killed each month. Thankfully, no pedestrians were hurt in the collision you see here.

More of you need to carry cameras around to document this travesty. You’ve seen my photos. Where’re yours?

Watch for my article on pedestrian safety coming on Friday (I wrote it a month ago, but the information and message isn’t late).

Comments

Midtown Greenway at Chicago Avenue in MPLS

Photo of Midtown Greenway at Chicago Avenue in MPLS

Midtown Greenway – Chicago Avenue ramp
Originally uploaded by stevevance

Open space advocates and planners should investigate the development, design, and construction of the Midtown Greenway in Minneapolis, Minnesota. The Greenway opened up acres of green space to residents, and created new spaces, like this ramp to the multi-use trail between Chicago and 11th Avenues.

Sorry, I won’t do the research for you, because the bicycling facilities component of the multi-use trail and corridor interest me more. Start here: http://www.midtowngreenway.org/

I will continue sharing photos of my trip to “trail city.”

Comments

GIS and mapping tools

Array

Some of the work I do for school and my job requires that I make maps. I’ve never taken a class on how to make maps or analyze data sets featured in maps (what GIS does), so I learn as I go.

There’s no one around me I can call upon when I have questions that need immediate answers. Well, there’s me! Because of this, I must quickly find a solution or workaround myself.

Today I had to import a list of Chicago Transit Authority and Metra rail stations into ArcGIS so I could plot them on a map that also showed Chicago’s boundary and our bikeways. I could do this in Google Earth, but then I would have less control over the printed map I wanted to make, or the image output. ArcGIS has a built-in geocoder and I learned how to use it six months ago, but a skill not practiced is lost – and I forgot how to do it.

That’s okay – what follows is how I overcame this barrier:

Because I know how to use PHP to instantly create Keyhole Markup Language (KML) files (the format which Google Earth and Maps speaks fluently). Then, with this user-contributed KML to SHP plugin for ArcGIS, I was able to convert my KML files to Shapefiles and display them on my map. Unfortunately, my custom “fancy” icons were lost in the translation. Supposedly this alternate user-contributed script does the same thing.

Other tools I used to get my map created:

  • BatchGeocode.com – This site is indispensable for turning a list of addresses (with names, descriptions, and URLs) into the same list but with latitude and longitude coordinates! It will even create a KML file for you.
  • KML Generator (PHP class) – This class allows you to quickly and easily create KML files from any array and array source of coordinates. I store the transit stations in a database and run a query on the database and loop through them to generate the points in a KML file.

I’d like to thank James Fee’s GIS Blog for the links to the ArcGIS scripts/plugins I used in my project. To everyone else who must confront software, technology and mapping roadblocks, there’s almost always a solution for you.

Read about how I got around QGIS’s lack of geocoding.

Comments