Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use parcel to store parcel-level data #48

Closed
wants to merge 1 commit into from
Closed

Conversation

erikarasnick
Copy link
Member

@erikarasnick erikarasnick commented Jun 24, 2024

  • make property code enforcement data

TO DO

  • use addr to match enforcements to CAGIS address/parcel
  • summarize enforcements by address/parcel and tract
  • use fr to make metadata for enforcements
  • release tract-level enforcements data and metadata to codec
  • remove matching algorithm and use this repo to store parcel-level data
    • property code enforcements from CincyInsights
    • cagis_parcels
    • online auditor parcel data

@erikarasnick
Copy link
Member Author

using addr:::addr_match_line_one to match property code enforcement addresses:

  • had to split into smaller datasets and map over to prevent memory issues
  • 534320 rows; 78320 (textually) unique addresses
  • for unique addresses: 31% unmatched; for all data: 37% unmatched
  • at a glance, many of the unmatched addresses seem to have truncated street numbers (e.g., real address consist of 7000-7900 Main St but an unmatched address is "71 Main Street"), some seem like full street numbers but are still unmatched, neither type exist in the curated violations spreadsheet.

@erikarasnick erikarasnick deleted the parcel-data branch August 9, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant