Thanks again to Monica Snow for visiting and discussing Preservation Dayton. I’m excited to see how we can help them with their mission to preserve the historical building and neighborhoods in the Dayton area.
Ms. Snow laid out three tasks that we could help with:
For the first task, there are a handful of newly created issues in Github to work toward this goal, including scrapers/26, scrapers/27, montylots/4, and montylots/5. If you have any questions please drop a note on the issue or in Discord!
We are on hold on the second task. Ms. Snow believes they have access to this data. If so, she will provide it to us. As a worst case, we could acquire the data from Regrid for a small fee.
The third task requires a bit more explaining. The data that needs to be updated is the data in Appendix 2 (pg 12 of the report). The original report covered data from 1996 to 2012. We should update that to 2022 data. The most difficult part of this task will require identifying the properties that are in each neighborhood. This task can likely be done by pulling a Montgomery County Auditor’s data file and parsing the NBHD values.
This is also an opportunity to update the infrastructure for these projects. The code for monty lots is split across 3 repositories:
-
Scrapers: This is where the various Code for Dayton Web Scrapers lived. The Monty Lots scraper is the reap_spider. This was used to supplement files downloaded from the Montgomery County Auditor’s site. The scrape.sh file represents rudimentary orchestration of the process.
-
DaytonReap: This is the old LotLinker repository. The python scripts necessary for geocoding and creating the json file are located here. These are ripe for moving into the scrapers project.
-
MontyLots: The static site for MontyLots. The site is fairly simple javascript site with a leaflet map, but a lot can be done with it if we build out the infrastructure some.
If something on this list strikes your fancy, but you don’t see an issue, reach out on Discord! We’d love to have your help!