The data is from Here.
Weight Averages (lb) by School
GoPro video I made of my recent ski trip.
Shot at 30 fps, 1080p S, Chest Mount.
United States Mass Shootings. Data is from Mother Jones
Another Animated heat map of Chicago’s crimes.
Via : Data Portal: City of Chicago
Monthly Heatmaps of Chicago Police Department’s Narcotics, Assault, and Battery Reports. 2008 – 2013
In this post, I will give a semi-detailed overview of how to make an animated heat map over a time range. This is my first attempt at making an animated heat map.
I will be revisiting Chicago crime statistics from City of Chicago Data Portal 2001-2013
This dataset reflects reported incidents of crime (with the exception of murders where data exists for each victim) that occurred in the City of Chicago from 2001 to present, minus the most recent seven days.Data is extracted from the Chicago Police Department’s CLEAR (Citizen Law Enforcement Analysis and Reporting) system. Read More about the dataset here
On 11/28/2013 I downloaded a csv from chicago’s data portal named Crimes_-_2001_to_present.csv, its size was 1,050,688 KB
Here is an example of how I would parse out all coordinates of narcotics violations for the month of January in 2013.
Lets test the coordinate outputs by appending them into a google maps heatmap.
Okay, now I’m going to manually make one of these images (with static center and size) for each month from January 2012 to October 2013. Next, I wrote a quick c# application using ImageMagick to programmatically crop each Browser screenshot.
string[] files = Directory.GetFiles(@"c:\__FULLCHICAGOCRIME\Months\ScreenShots"); foreach (string file in files) { string ext = Path.GetExtension(file); if (ext == ".png") { string filenameNoExt = Path.GetFileNameWithoutExtension(file); string filenameExt = Path.GetFileName(file); Directory.CreateDirectory(@"c:\ImageConversion\" + filenameNoExt); Process imProcess = new Process(); string im_command = file + @" -crop 800x800+500+300 c:\__FULLCHICAGOCRIME\Months\ScreenShots\cropped\" + filenameNoExt + "_cropped.png"; imProcess.StartInfo.UseShellExecute = false; imProcess.StartInfo.RedirectStandardOutput = true; imProcess.StartInfo.FileName = @"c:\__FULLCHICAGOCRIME\Months\ScreenShots\convert"; imProcess.StartInfo.Arguments = im_command; imProcess.Start(); imProcess.WaitForExit(); } } |
Now I have the frames for my animation.
Lastly, I append all these images into a movie using Windows Movie Maker, and add some Beethoven as background music.
A look into death row inmates of Texas, USA.
The data is from https://github.com/zmjones/deathpenalty
Which is put together from Texas Department of Criminal Justice
Year by Race Stacked Bar Chart:
Last Words – Word Cloud generated by Tagul. Click to enlarge
In this post I visualize the player salaries of a few select teams of interest, and the top player salaries across all teams.
The data is from a post i found on /r/datasets This post
NBA Salaries by Player, Team, and Agent 2013-2019
Once again, the data is from City of Chicago Data portal
The dataset details 2014 Budget Recommendations, which is the line-item budget document proposed by the Mayor to the City Council for approval. Budgeted expenditures are identified by department, appropriation account, and funding type: Local, Community Development Block Grant Program (CDBG), and other Grants. “Local” funds refer to those line items that are balanced with locally-generated revenue sources, including but not limited to the Corporate Fund, Water Fund, Midway and O’Hare Airport funds, Vehicle Tax Fund, Library Fund and General Obligation Bond funds. Owner: Budget and Management. Frequency: Data is updated annually. For more information about the budget process, visit the Budget Documents page:
Here is a breakdown of the 2014 recommendations compared with revised 2013 appropriations by department.
Over 10 million dollars and excluding Finance General
Breakdown of Financial General
Police Breakdown excluding Corporate Fund
City of Chicago Budget – 2014 Budget Recommendations vs 2013 Revised Appropriations OFFICE OF INSPECTOR GENERAL (APPROPRIATION AUTHORITY) by APPROPRIATION ACCOUNT DESCRIPTION
I used Jason Davies’ website to generate these word clouds.
Nirvana – Smells Like Teen Spirit
Party All The Time – Eddie Murphy
Data is from https://nycopendata.socrata.com
All 311 Service Requests from 2010 to present. This information is automatically updated daily.
These are all the complaint types and their counts for NYPD.
These are a couple of heatmaps for all noise related calls :
“Noise – Commercial”, “Noise – Street/Sidewalk”, “Noise – House of Worship”, “Noise – Vehicle”, “Noise – Park”