No description
  • Python 37.6%
  • HTML 30.1%
  • Go 25.5%
  • PLpgSQL 6.5%
  • Makefile 0.2%
  • Other 0.1%
Find a file
Riley Snyder c88308a1ea
All checks were successful
Build and publish container / test (push) Successful in 2m54s
Build and publish container / build-push (push) Successful in 2m57s
feat: add SEO metadata
2026-09-08 09:09:44 -05:00
.forgejo/workflows ci: allow manual container builds 2026-09-05 11:34:28 -05:00
deploy ops: document application database role 2026-09-05 19:05:24 -05:00
web feat: add SEO metadata 2026-09-08 09:09:44 -05:00
.gitignore sync data to postgres after pull 2026-06-13 14:14:27 -05:00
docker-compose.yml feat: add sales search mode with unified matching 2026-07-07 22:46:08 -05:00
load_agricultural_properties.py add commercial, agricultural, charts, map links, and show all data 2026-03-17 21:34:51 +00:00
load_agricultural_sales.py add commercial, agricultural, charts, map links, and show all data 2026-03-17 21:34:51 +00:00
load_commercial_properties.py add commercial, agricultural, charts, map links, and show all data 2026-03-17 21:34:51 +00:00
load_commercial_sales.py add commercial, agricultural, charts, map links, and show all data 2026-03-17 21:34:51 +00:00
load_residential_properties.py add commercial, agricultural, charts, map links, and show all data 2026-03-17 21:34:51 +00:00
load_residential_sales.py add commercial, agricultural, charts, map links, and show all data 2026-03-17 21:34:51 +00:00
README.md Merge branch 'main' of github.com:rssnyder/polk-county-iowa-property-serch 2026-03-17 21:35:57 +00:00
seed_ingest_log.py feat: add Polk County property DB update pipeline, PostgreSQL migration, and seed ingest log viewer 2026-06-11 17:41:53 -05:00
update_polk_county_db.py feat: hash downloads and push when sales land 2026-08-10 17:58:11 -05:00

polk county iowa property serch

live: https://polkproperties.ttdsm.org/

the polk county assesor page is a favorite of mine

there was an axios article talking about how the engineer who maintains it is retiring so they expect a site blackout while they work on getting a contract to rebuild it

we extracted the information available for download in csv format, loaded the parcel records into a table and the sale records into another

you can pull the raw CSV files from the county here:

or my combined residential, commercial, and agricultural records with sales database:

running: ./webapp/polksearch -addr 0.0.0.0:8080 -db polk_county_3-15-2026.db -end-date "March 15, 2026"

credit to the techtalkdsm discord server