Skip to content

Instantly share code, notes, and snippets.

@tdsmith
Created January 2, 2011 21:41
Show Gist options
  • Save tdsmith/762846 to your computer and use it in GitHub Desktop.
Save tdsmith/762846 to your computer and use it in GitHub Desktop.
eatsure-van data formats
restos.tab
# tab-separated values
# now we have the restaurant list in a table
# the table has, in tab-separated columns:
# 0: restaurant name
# 1: unit, street address
# 2: jurisdiction (not quite city)
# 3: date of last inspection (DD-Mon-YYYY)
# 4: Restaurant GUID
geocoded_restos.tab
restaurant_guid [tab] lat,long
scores.pickle
pickled Python object
scores['restaurant_guid'] = int(number of recent reinspections)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment