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

Fill spatial features for parcels missing shapes in the County parcel DB #751

Open
jeancochrane opened this issue Mar 4, 2025 · 0 comments
Assignees

Comments

@jeancochrane
Copy link
Contributor

jeancochrane commented Mar 4, 2025

Background

In #729 we confirmed that some parcels in our data are missing shapes in spatial.parcel for certain years due to those PINs not existing in the County's parcel DB. While we will hopefully fix this issue in the source data at some point, that will require coordination with the Clerk's office, so it may take a while.

In the meantime, there are a few simple steps we can take to fill the spatial data that is most important to us.

Tasks

Let's modify the pipeline that produces our location and proximity features to fill attributes for parcels that are missing shapes. There are two related tasks in this effort:

  • Task 1: Geocode parcels based on their address.
  • Task 2: For parcels with missing or incorrect locations even after geocoding, fill their location attributes based on nearest neighbors.

See the linked sub-issues for details.

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

No branches or pull requests

2 participants