No description
  • Python 38.9%
  • HTML 32.6%
  • Go 19.1%
  • PLpgSQL 9.2%
  • Makefile 0.2%
Find a file
2026-06-13 14:39:21 -05:00
web add goatcounter 2026-06-13 14:39:21 -05:00
.gitignore sync data to postgres after pull 2026-06-13 14:14:27 -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 sync data to postgres after pull 2026-06-13 14:14:27 -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