-
Notifications
You must be signed in to change notification settings - Fork 5
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
How does GEOID work for larger shapes (CRA, NEIGHBO, CITY)? #5
Comments
Good info! Side note: for the viz prototype, the reason I based things off of |
@jameshadfield Are you saying that the viz prototype
If the viz prototype just looks at the one GEOID in the CRA_NAM shapefile, then it must be loosing a lot of data that doesn't match. Either way, the long-term fix is to do the higher level geocoding in the database itself (@tsibley) as this is a deterministic mapping. So we'd have "residence_cra_name", "residence_puma" etc like in the most recent simulated data. Short term, we either need to
@jameshadfield @jotasolano Any preference? |
@famulare steps 1-4 are much right (but
No, each Note that it was built around the raw data, which arrived with only a |
Yep, this is the plan, which we'll probably realize in the middle-term future. |
Okay, @jameshadfield . Sounds a bit Rube-Goldberg but I'm glad it works. I put Seattle pumas in the repo the other day 3e3cc88. I also added washington state shapes at puma and census tract, which we will eventually want to use (and subset) since there's plenty of data from outside Seattle City boundaries. And yes, the models live at the level of aggregation for now, so those can reference to the proper shapefiles directly. And it sounds not urgent, but someone should remove the meaningless GEOID fields from the CRA_NAM etc shapefiles. I don't have time today and don't want to break any viz, but feel free to assign it to me if no one else feels the need to fix it. |
I can add this to the list of To Dos in the Informatics Trello board and then we can assign once we have a better understanding of the work that needs to be prioritized before May's demo |
Given a single |
That was intended as a collective state of design comment about our interacting systems, not that I had a better solution now. Given that |
Forgive me if this is already obvious, but do we still need to remove the |
Not at all urgent. Fields that don't make sense should be removed, but since we all know this and no one else is using, I think it can happen whenever. It's probably not worth doing at all until we rethink how we're managing shapefiles anyway #1. |
Thanks @famulare I've created a card in Trello to keep track of this task there as well |
For the higher-level shapes, is GEOID a correct field? Or is it just the first census tract for each CRA_NAME, etc? I ask because I don't think CRA_NAME has a GEOID (census.gov), so I'm not sure what's going on there.
If they GEOIDs aren't official census labels, they should be removed from the files.
The text was updated successfully, but these errors were encountered: