Sorry if this ends up being largely duplicate info. I posted this but it seemed to have vanished just after so I wanted to make sure it went through.
Anyways, the basic thrust of the seemingly lost message was that all that data is already available online. I designed it to work entirely client side so the D3 crime vs weather thing up front is actually being generated by a bunch of flat JSON files that are organized by "Primary Type". So, if you load:
You'll get all the crunched info for crimes that were categorized as "Interfere with Public Officer". As of right now, this doesn't include the total number of days that were reported at a given temperature but it's trivial to stuff that in there. Give me until this afternoon.
Another way of getting more of a firehose view for a given day is to load something like this:
which will give you all the crime reports for October 24, 2002 along with the high and low temperatures in Celsius and Fahrenheit. The info about each crime reported on that day is included in a GeoJSON packet which makes it really simple to load it into a client side mapping tool like Leaflet.
Anyways, give me a few minutes to put the day count into the files for the various categories and we should be set.
Thanks for all the help with this so far. The support has been amazing.
Eric