ann arbor

paulbhartzog's picture

Patchwork Nation: Media Landscape Shifts Online in a Wired Town | PBS NewsHour | Dec. 8, 2009 | PBS

If there is a community well positioned for the demise of a true local daily, it may be the heavily wired, tech-savvy college town of Ann Arbor, Mich.

Richard Adler's picture

Fair Food Network receives $40k Dept of Agriculture grant

"It's about connecting small and midsize farms in southeast Michigan with a growing demand and strong need for healthy, fresh, locally grown food in urban areas," said Oran Hesterman, president of the Fair Food Network, which has offices in Detroit and Ann Arbor.

Sam Rose's picture

A2 Parking Python Script

import os, sys, re
import wsgiref.handlers
 
from google.appengine.ext.webapp import template
from google.appengine.ext import webapp
from google.appengine.api import urlfetch
 
BASE_URL = "http://a2parking.appspot.com/"
PARKING_API_URL = \
    "http://www.a2dda.org/parking__transportation/available_parking_spots/"
 
PARKING_LOCATIONS_RE = re.compile(">[\s\w\.:]+</td>[\r\n\s]*<td>[\s\w\.]+<",
    re.MULTILINE)
 
def xml_response(handler, page, templatevalues=None):
    """
    Renders an XML response using a provided template page and values
    """

Sam Rose's picture

Databrowse

Hello; this is an automatically generated browsing thing that you can use to examine some data supplied by the Ann Arbor Transportation Authority to Ed Vielmetti in compliance with his recent FOIA request (data here).

I took the flat files Ed got, converted them back into a database, and wired this together in an non-billable afternoon. Please enjoy. Most of the stops have a street and/or a cross street; these came from parsing the descriptions and therefore that data is in pretty sorry shape.

Syndicate content