Skip to content

Latest commit

 

History

History
156 lines (117 loc) · 15 KB

Resources.md

File metadata and controls

156 lines (117 loc) · 15 KB

Resources

Resources, notes, and helpful links used by the Data Department. Organized by section and ordered by importance.

  • ❗ denotes required reading for interns and new hires. However, feel free to skip the reading if you're already very familiar with the topic
  • ⭐ denotes a recommended resource

Useful Bookmarks

Important

See the member org README for a list of useful internal links and bookmarks.

Property Tax Guides and Reporting

Useful materials that give an overview of Cook County's property tax system and provide context about our office, its history, and its problems:

R

Books and Guides
Cheatsheets
Specific Libraries
Shiny

Git, Linux, and DevOps

Git
Docker
DevOps

Modeling and Statistics

OLS
Tree-Based Models
Predictive Modeling
Statistics

SQL

Spatial Data

  • ❗ R-Spatial Spatial Data Science Book - Extremely thorough, brand-new book on spatial data in R. Also covers general GIS concepts like reference systems, geometry types, etc.
  • ⭐ CSDS Spatial Data Tutorials - List of tutorials for manipulating spatial data in R, created by UChicago's Center for Spatial Data Science
  • Simple Features for R - Long vignette on R's sf library, its design, and how to use it
  • Geofabrik - Data extracts from the entire OpenStreetMap (OSM) database. Useful for calculating distances
  • Osmium Tool - Tool for manipulating and filtering OSM data. Requires using a command line
  • Geocomputation in R - Free book covering lots of geospatial munging in R