A collection of notebooks curated by the City of Cleveland demonstrating ways to interact with and analyze data from the Cleveland Open Data Portal.
This notebook will walk you through extracting Census data, dividing it by ward, and visualizing that data on a map. We use a variety of Python packages, including the cle-data-toolkit, to be able to calculate disability statistics by ward.
In this example, we walk through how to fetch the county's parcel data and analyze which properties have corporate owners. The county has lots of interesting information about each individual parcel in the county, and we can show you the types of analytics that city employees are interested in.
This notebook guides users on how to fetch the City's parks and recreation dataset and perform a spatial access analysis. The second half includes a spatial optimization problem, highlighting an algorithm offered in the City's cle-data-toolkit
package which helps pinpoint sites that will increase access the most.