Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

geomarker-io/hamilton_property_code_enforcement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is deprecated in favor of https://github.com/geomarker-io/parcel

Hamilton County Property Code Enforcement

About

This R code generates the Hamilton County Property Code Enforcement (hamilton_property_code_enforcement) data resource. A census tract-level rate of property code enforcements per household is derived from code enforcement data from CincyInsights (contributed and maintained by CAGIS).

See metadata.md for detailed metadata and schema information.

Accessing Data

Read this CSV file into R directly from the release with:

readr::read_csv("https://github.com/geomarker-io/hamilton_property_code_enforcement/releases/download/0.1.3/hamilton_property_code_enforcement.csv")

Metadata can be imported from the accompanying tabular-data-resource.yaml file by using {CODECtools}.

Data Details

Exclusions

Housing code violations with a DATA_STATUS_DISPLAY of "Closed - No Violation", "Closed - No Violations Found", "Duplicate Case", or "Closed - Duplicate Complaint" were excluded.

Rate per households

The number of households per tract was estimated by summing the number of households per block in each tract from the 2020 census.

Resources