all_states

all_states — retired 2026-08-28

This repo built the U.S. Eviction Data Directory. Nothing is built here any more.

The generator is now code/o2_data_directory.r in the evictionresearch.github.io repo, and the page it produces is eviction-data-atlas.html, served at https://evictionresearch.net/eviction-data-atlas.html.

Why it moved

The script wrote its output into the site repo while living here, and code/build_home_map_data.py over there parses that output to build the home page coverage map. A generator, its artifact and its parser sat in two repositories. The parser had already fallen out of step with a page redesign before anyone noticed. They are now in one repo, so a markup change and its parser fix land in the same commit.

The rosters in the script also mirror code/us_state_map_urls.r, which was always in the site repo. Those two are now siblings in one directory instead of a cross-repo promise in a README.

What came with it

Build instructions, roster editing, the LSC coverage traps and the page chrome notes all moved into that repo’s README, under “The U.S. Eviction Data Directory”.

The history here is left intact. Nothing needs to be run from this repo.