smartchicago / chicagoworksforyou

A citywide dashboard with ward-by-ward views of service delivery in Chicago. Includes complete API. Built using Chicago Open311 data.
http://www.chicagoworksforyou.com
MIT License
17 stars 6 forks source link

Feed broken? #313

Closed tomschenkjr closed 10 years ago

tomschenkjr commented 10 years ago

Recently, viewed the site with 0 reported requests across the entire site between Jan 6-8. Checked this against the portal to ensure it wasn't a problem with data.cityofchicago.org.

As an example, SR # 14-00026711, a rodent baiting request on 1/8/14 in Ward 32 doesn't appear on cw4y.

danxoneil commented 10 years ago

Thanks, Tom. Confirmed that site is borked. screenshot 2014-01-09 17 19 57 @srobbin can you take a look at this?

srobbin commented 10 years ago

@danxoneil Yes, I'm on it.

srobbin commented 10 years ago

This should be fixed with commit b5def98. Take a look now, and let me know if that works as you'd expect.

tomschenkjr commented 10 years ago

Perfect.

cgansen commented 10 years ago

Hey guys!

If you want to pull in missing data, run this task on the CWFY server:

go run fetch.go --backfill

That'll run the loader and work backwards in time. You'll have to tail the logs to see when it has run long enough (up to the point that data does exist in the DB), or just let it run its course (about a day or two) and refetch any missing data from Chicago's Open311 API.