-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add Texas and improve documentation for the process (3SP) #195
Comments
After talking with Ryan we have identified an opportunity to prioritize Mississippi. The reason for this is that US Senator Roger Wicker heads the Senate Committee where broadband mapping is being actively discussed ahead of federal legislation. |
2021 update Texas is interested in being the next state to be added to the national map. |
Hi @mattsayre and @ryanrolds and team, I think there are a few challenges which are making it take a while - but I'm thinking of a strategy to expedite adding states moving forward. So I have an idea - which is to create a rake file that creates a bunch of .sql files - one for each state we want to add - plus a few more for the ancillary data that's needed - such as zips, counties, etc. and then build another rake that would load all of these .sqls into the db. There are a few advantages to this. For one thing we could inspect the .sql files and make sure the data is all there and formatted correctly. And each one could be reused - so the rake would only have to be run once per state. It could be updated in future years as needed. And It would be more robust because the current populate_boundaries method can break which breaks the whole process. I would plan to use the 2021 census bureau data for the tract and tabblock files here: So I want to let you know that I'm making progress and also propose this plan of action. Let me know your feedback on this plan. I will start building it in the meantime - and make adjustments based on your feedback. |
Is your feature request related to a problem? Please describe.
We need to slowly add states and monitor performance. It's been a month since we added WA and ID and we maintain the pace. At this time we have a very basic section in our vector tileset documents on loading boundaries.
Describe the solution you'd like
Additional context
If you have any questions ask Ryan. You shouldn't need the BigQuery service key as you won't be loading data from M-Lab, that will be another ticket.
The text was updated successfully, but these errors were encountered: