Community Data Science Workshops (Spring 2015)/Day 3 Projects/Civic data

From CommunityData
< Community Data Science Workshops (Spring 2015)‎ | Day 3 Projects
Revision as of 02:29, 9 May 2015 by Jtmorgan (talk | contribs) (creating resources page for Day 3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Socrata-square-color.png
SeattleGovLogoHome.png

Building and visualizing datasets using data.seattle.gov and Google apps

In this project, we will explore a few ways to gather data from data.seattle.gov using the Socrata API, the Google Maps API, and Google Fusion tables.

Goals

  • Collect data on building permits in Seattle, by neighborhood and by year awarded.
  • Combine those data with neighborhood data from the Google Maps API
  • Download the results in a CSV file
  • Upload results to Google's Fu

Download the Day 3 Socrata project

Click here to download the Socrata scripts

If you are confused by these steps, go back and refresh your memory with the Day 0 setup and tutorial and Day 0 tutorial

(Estimated time: 10 minutes)

Topics to cover

  • explain Socrata open data platform, exists on other government websites
  • navigate to api page and show the documentation, point out examples
  • introduce the API sandbox as a tool for building queries

Example questions

Other example questions
  • What day of the week does the Burke Gilman have the most total traffic?
  • What day has the most pedestrian traffic?
  • What time of day has the most southbound traffic, on average?
  • How many shoplifting calls has SPD responded to this month so far?

Resources

Data.seattle.gov datasets with lat/long or street addresses
Instructional videos
Other Socrata sites that use this API